Html Css Color HEX #B81424 Fire Engine Red

📋 copy color: '#B81424'

red 184 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #B81424

Tints of Fire Engine Red #B81424

RGB

 RED value IS 184 (72.27% from 255) = 76.67%

 GREEN value IS 20 (8.2% from 255) = 8.33%

 BLUE value IS 36 (14.45% from 255) = 15%

R = 76.67%
G = 8.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B81424 (or 0xB81424) is known color: Fire Engine Red. HEX triplet: B8, 14 and 24. RGB value is (184,20,36). Sum of RGB (Red+Green+Blue) = 184+20+36=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B81424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81424 is #47EBDB. Grayscale: #464646. Windows color (decimal): -4713436 or 2364600. OLE color: 2364600.

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

Color convert

RGB 184 20 36 -
CMYK 0 0.89 0.80 0.28
HSL 354.15º 0.8% 0.4% -
HSV(B) 354.15º 0.89% 0.72% -
XYZ 20.34 10.82 2.69 -
YUV 70.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 184 20 36 0 0.89 0.80 0.28 354.15 0.8 0.4
Hex B8 14 24 0 59 50 1C 162 50 28
Octal 270 24 44 0 131 120 34 542 120 50
Binary 10111000 10100 100100 0 1011001 1010000 11100 101100010 1010000 101000

Color Harmonies of #B81424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81424

Black with #B81424

Text Example


Text Example

White with #B81424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81424; }

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

 H1.HeaderClassName
 {
   color: #B81424;
 }
 .AnyTagClassName
 {
   color: #B81424;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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