Html Css Color HEX #B31324 Fire Engine Red

📋 copy color: '#B31324'

red 179 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #B31324

Tints of Fire Engine Red #B31324

RGB

 RED value IS 179 (70.31% from 255) = 76.5%

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

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

R = 76.5%
G = 8.12%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B31324 (or 0xB31324) is known color: Fire Engine Red. HEX triplet: B3, 13 and 24. RGB value is (179,19,36). Sum of RGB (Red+Green+Blue) = 179+19+36=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B31324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31324 is #4CECDB. Grayscale: #444444. Windows color (decimal): -5041372 or 2364339. OLE color: 2364339.

HSL color Cylindrical-coordinate representation of color #B31324: hue angle of 353.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31324 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 36 -
CMYK 0 0.89 0.80 0.30
HSL 353.63º 0.81% 0.39% -
HSV(B) 353.63º 0.89% 0.7% -
XYZ 19.14 10.18 2.62 -
YUV 68.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 179 19 36 0 0.89 0.80 0.30 353.63 0.81 0.39
Hex B3 13 24 0 59 50 1E 162 51 27
Octal 263 23 44 0 131 120 36 542 121 47
Binary 10110011 10011 100100 0 1011001 1010000 11110 101100010 1010001 100111

Color Harmonies of #B31324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31324

Black with #B31324

Text Example


Text Example

White with #B31324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31324; }

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

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

background-color css

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

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

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

border-color css

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

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

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