Html Css Color HEX #B81124 Fire Engine Red

📋 copy color: '#B81124'

red 184 ◦ green 17 ◦ blue 36

#B81124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #B81124

Tints of Fire Engine Red #B81124

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 value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B81124 (or 0xB81124) is known color: 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

RGB 184 17 36 -
CMYK 0 0.91 0.80 0.28
HSL 353.17º 0.83% 0.39% -
HSV(B) 353.17º 0.91% 0.72% -
XYZ 20.29 10.72 2.67 -
YUV 69.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 184 17 36 0 0.91 0.80 0.28 353.17 0.83 0.39
Hex B8 11 24 0 5B 50 1C 161 53 27
Octal 270 21 44 0 133 120 34 541 123 47
Binary 10111000 10001 100100 0 1011011 1010000 11100 101100001 1010011 100111

Color Harmonies of #B81124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81124

Black with #B81124

Text Example


Text Example

White with #B81124

Text Example


Text Example

HTML Codes & Css Web 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>