Html Css Color HEX #B31423 Fire Engine Red

📋 copy color: '#B31423'

red 179 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #B31423

Tints of Fire Engine Red #B31423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.96%

R = 76.5%
G = 8.55%
B = 14.96%

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

#B31423 (or 0xB31423) is known color: Fire Engine Red. HEX triplet: B3, 14 and 23. RGB value is (179,20,35). Sum of RGB (Red+Green+Blue) = 179+20+35=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B31423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31423 is #4CEBDC. Grayscale: #454545. Windows color (decimal): -5041117 or 2299059. OLE color: 2299059.

HSL color Cylindrical-coordinate representation of color #B31423: hue angle of 354.34º degrees, saturation: 0.8, 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 #B31423 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 35 -
CMYK 0 0.89 0.80 0.30
HSL 354.34º 0.8% 0.39% -
HSV(B) 354.34º 0.89% 0.7% -
XYZ 19.14 10.21 2.55 -
YUV 69.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 179 20 35 0 0.89 0.80 0.30 354.34 0.8 0.39
Hex B3 14 23 0 59 50 1E 162 50 27
Octal 263 24 43 0 131 120 36 542 120 47
Binary 10110011 10100 100011 0 1011001 1010000 11110 101100010 1010000 100111

Color Harmonies of #B31423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31423

Black with #B31423

Text Example


Text Example

White with #B31423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31423; }

 p { color: rgb(179,20,35); }

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

background-color css

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

 a { background-color: rgb(179,20,35); }

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

border-color css

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

 span { border-color: rgb(179,20,35); }

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