Html Css Color HEX #B81324 Fire Engine Red

📋 copy color: '#B81324'

red 184 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #B81324

Tints of Fire Engine Red #B81324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 76.99%
G = 7.95%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B81324 (or 0xB81324) is known color: Fire Engine Red. HEX triplet: B8, 13 and 24. RGB value is (184,19,36). Sum of RGB (Red+Green+Blue) = 184+19+36=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B81324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81324 is #47ECDB. Grayscale: #464646. Windows color (decimal): -4713692 or 2364344. OLE color: 2364344.

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

Color convert

RGB 184 19 36 -
CMYK 0 0.90 0.80 0.28
HSL 353.82º 0.81% 0.4% -
HSV(B) 353.82º 0.9% 0.72% -
XYZ 20.32 10.78 2.68 -
YUV 70.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 184 19 36 0 0.90 0.80 0.28 353.82 0.81 0.4
Hex B8 13 24 0 5A 50 1C 162 51 28
Octal 270 23 44 0 132 120 34 542 121 50
Binary 10111000 10011 100100 0 1011010 1010000 11100 101100010 1010001 101000

Color Harmonies of #B81324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81324

Black with #B81324

Text Example


Text Example

White with #B81324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81324; }

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

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

background-color css

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

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

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

border-color css

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

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

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