#BF2425

Color #BF2425 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BF2425

Tints of Fire Engine Red #BF2425

Color information

#BF2425 (or 0xBF2425) is unknown color: approx Fire Engine Red. HEX triplet: BF, 24 and 25. RGB value is (191,36,37). Sum of RGB (Red+Green+Blue) = 191+36+37=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2425 is #40DBDA. Grayscale: #525252. Windows color (decimal): -4250587 or 2434239. OLE color: 2434239.

HSL color Cylindrical-coordinate representation of color #BF2425: hue angle of 359.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2425 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1913637-
CMYK00.810.810.25
HSL359.61º68.28%44.51%-
HSV(B)359.61º81.15%74.9%-
XYZ22.4512.472.97-
YUV82.46102.35205.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 72.35%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=72.35%
G=13.64%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191363700.810.810.25359.6168.2844.51
HexBF24250515119168442d
Octal277444501211213155010455
Binary10111111100100100101010100011010001110011011010001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2425; }

 p { color: rgb(191,36,37); }

 H1.HeaderClassName
 {
   color: #BF2425;
 }
 .AnyTagClassName
 {
   color: #BF2425;
 }
</style>
background-color css

<style>
 a { background-color: #BF2425; }

 a { background-color: rgb(191,36,37); }

 div.DivClassName
 {
   background-color: #BF2425;
 }
 .BgClassName
 {
   background-color: #BF2425;
 }
</style>
border-color css

<style>
 span { border-color: #BF2425; }

 span { border-color: rgb(191,36,37); }

 td.TdClassName
 {
   border-color: #BF2425;
 }
 .TagClassName
 {
   border-color: #BF2425;
 }
</style>