Html Css Color HEX #B31D22 Fire Engine Red

📋 copy color: '#B31D22'

red 179 ◦ green 29 ◦ blue 34

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

Shades of Fire Engine Red #B31D22

Tints of Fire Engine Red #B31D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

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

R = 73.97%
G = 11.98%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B31D22 (or 0xB31D22) is known color: Fire Engine Red. HEX triplet: B3, 1D and 22. RGB value is (179,29,34). Sum of RGB (Red+Green+Blue) = 179+29+34=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D22 is #4CE2DD. Grayscale: #4A4A4A. Windows color (decimal): -5038814 or 2235827. OLE color: 2235827.

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

Color convert

RGB 179 29 34 -
CMYK 0 0.84 0.81 0.30
HSL 358º 0.72% 0.41% -
HSV(B) 358º 0.84% 0.7% -
XYZ 19.32 10.58 2.54 -
YUV 74.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 179 29 34 0 0.84 0.81 0.30 358 0.72 0.41
Hex B3 1D 22 0 54 51 1E 166 48 29
Octal 263 35 42 0 124 121 36 546 110 51
Binary 10110011 11101 100010 0 1010100 1010001 11110 101100110 1001000 101001

Color Harmonies of #B31D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D22

Black with #B31D22

Text Example


Text Example

White with #B31D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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