#b31e23

Color #B31E23 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B31E23

Tints of Fire Engine Red #B31E23

Color information

#B31E23 (or 0xB31E23) is unknown color: approx Fire Engine Red. HEX triplet: B3, 1E and 23. RGB value is (179,30,35). Sum of RGB (Red+Green+Blue) = 179+30+35=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31E23 is #4CE1DC. Grayscale: #4B4B4B. Windows color (decimal): -5038557 or 2301619. OLE color: 2301619.

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

Color convert

RGB1793035-
CMYK00.830.800.30
HSL357.99º71.29%40.98%-
HSV(B)357.99º83.24%70.2%-
XYZ19.3610.632.62-
YUV75.12105.36202.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.36%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=73.36%
G=12.30%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179303500.830.800.30357.9971.2940.98
HexB31E23053501E1664729
Octal263364301231203654610751
Binary1011001111110100011010100111010000111101011001101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31e23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31e23; }

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

 H1.HeaderClassName
 {
   color: #b31e23;
 }
 .AnyTagClassName
 {
   color: #b31e23;
 }
</style>
background-color css

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

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

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

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

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

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