#B81124

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

Shades of Fire Engine Red #B81124

Tints of Fire Engine Red #B81124

Color information

#B81124 (or 0xB81124) is unknown color: approx Fire Engine Red. HEX triplet: B8, 11 and 24. RGB value is (184,17,36). Sum of RGB (Red+Green+Blue) = 184+17+36=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B81124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81124 is #47EEDB. Grayscale: #454545. Windows color (decimal): -4714204 or 2363832. OLE color: 2363832.

HSL color Cylindrical-coordinate representation of color #B81124: hue angle of 353.17º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81124 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1841736-
CMYK00.910.800.28
HSL353.17º83.08%39.41%-
HSV(B)353.17º90.76%72.16%-
XYZ20.2910.722.67-
YUV69.1109.33209.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.64%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=77.64%
G=7.17%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184173600.910.800.28353.1783.0839.41
HexB8112405B501C1615327
Octal270214401331203454112347
Binary1011100010001100100010110111010000111001011000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81124; }

 p { color: rgb(184,17,36); }

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

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

 a { background-color: rgb(184,17,36); }

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

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

 span { border-color: rgb(184,17,36); }

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