#B11D24

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

Shades of Fire Engine Red #B11D24

Tints of Fire Engine Red #B11D24

Color information

#B11D24 (or 0xB11D24) is unknown color: approx Fire Engine Red. HEX triplet: B1, 1D and 24. RGB value is (177,29,36). Sum of RGB (Red+Green+Blue) = 177+29+36=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D24 is #4EE2DB. Grayscale: #4A4A4A. Windows color (decimal): -5169884 or 2366897. OLE color: 2366897.

HSL color Cylindrical-coordinate representation of color #B11D24: hue angle of 357.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D24 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1772936-
CMYK00.840.800.31
HSL357.16º71.84%40.39%-
HSV(B)357.16º83.62%69.41%-
XYZ18.8910.352.67-
YUV74.05106.53201.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.14%
GREEN value IS 29 (11.72% from 255) = 11.98%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=73.14%
G=11.98%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177293600.840.800.31357.1671.8440.39
HexB11D24054501F1654828
Octal261354401241203754511050
Binary1011000111101100100010101001010000111111011001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11D24; }

 p { color: rgb(177,29,36); }

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

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

 a { background-color: rgb(177,29,36); }

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

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

 span { border-color: rgb(177,29,36); }

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