#BF2224

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

Shades of Fire Engine Red #BF2224

Tints of Fire Engine Red #BF2224

Color information

#BF2224 (or 0xBF2224) is unknown color: approx Fire Engine Red. HEX triplet: BF, 22 and 24. RGB value is (191,34,36). Sum of RGB (Red+Green+Blue) = 191+34+36=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2224 is #40DDDB. Grayscale: #515151. Windows color (decimal): -4251100 or 2368191. OLE color: 2368191.

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

Color convert

RGB1913436-
CMYK00.820.810.25
HSL359.24º69.78%44.12%-
HSV(B)359.24º82.2%74.9%-
XYZ22.3812.352.87-
YUV81.17102.51206.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.18%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=73.18%
G=13.03%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191343600.820.810.25359.2469.7844.12
HexBF22240525119167462c
Octal277424401221213154710654
Binary10111111100010100100010100101010001110011011001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2224; }

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

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

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

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

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

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

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

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