Html Css Color HEX #B31722 Fire Engine Red

📋 copy color: '#B31722'

red 179 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #B31722

Tints of Fire Engine Red #B31722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 75.85%
G = 9.75%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B31722 (or 0xB31722) is known color: Fire Engine Red. HEX triplet: B3, 17 and 22. RGB value is (179,23,34). Sum of RGB (Red+Green+Blue) = 179+23+34=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B31722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31722 is #4CE8DD. Grayscale: #474747. Windows color (decimal): -5040350 or 2234291. OLE color: 2234291.

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

Color convert

RGB 179 23 34 -
CMYK 0 0.87 0.81 0.30
HSL 355.77º 0.77% 0.4% -
HSV(B) 355.77º 0.87% 0.7% -
XYZ 19.19 10.31 2.49 -
YUV 70.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 179 23 34 0 0.87 0.81 0.30 355.77 0.77 0.4
Hex B3 17 22 0 57 51 1E 164 4D 28
Octal 263 27 42 0 127 121 36 544 115 50
Binary 10110011 10111 100010 0 1010111 1010001 11110 101100100 1001101 101000

Color Harmonies of #B31722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31722

Black with #B31722

Text Example


Text Example

White with #B31722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31722; }

 p { color: rgb(179,23,34); }

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

background-color css

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

 a { background-color: rgb(179,23,34); }

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

border-color css

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

 span { border-color: rgb(179,23,34); }

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