#B81123

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

Shades of Fire Engine Red #B81123

Tints of Fire Engine Red #B81123

Color information

#B81123 (or 0xB81123) is unknown color: approx Fire Engine Red. HEX triplet: B8, 11 and 23. RGB value is (184,17,35). Sum of RGB (Red+Green+Blue) = 184+17+35=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B81123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81123 is #47EEDC. Grayscale: #454545. Windows color (decimal): -4714205 or 2298296. OLE color: 2298296.

HSL color Cylindrical-coordinate representation of color #B81123: hue angle of 353.53º 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 #B81123 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB1841735-
CMYK00.910.810.28
HSL353.53º83.08%39.41%-
HSV(B)353.53º90.76%72.16%-
XYZ20.2710.712.59-
YUV68.98108.83210.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.97%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 35 (14.06% from 255) = 14.83%
R=77.97%
G=7.20%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184173500.910.810.28353.5383.0839.41
HexB8112305B511C1625327
Octal270214301331213454212347
Binary1011100010001100011010110111010001111001011000101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81123; }

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

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

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

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

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

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

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

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