#B31821

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

Shades of Fire Engine Red #B31821

Tints of Fire Engine Red #B31821

Color information

#B31821 (or 0xB31821) is unknown color: approx Fire Engine Red. HEX triplet: B3, 18 and 21. RGB value is (179,24,33). Sum of RGB (Red+Green+Blue) = 179+24+33=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B31821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31821 is #4CE7DE. Grayscale: #474747. Windows color (decimal): -5040095 or 2169011. OLE color: 2169011.

HSL color Cylindrical-coordinate representation of color #B31821: hue angle of 356.52º degrees, saturation: 0.76, 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 #B31821 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1792433-
CMYK00.870.820.30
HSL356.52º76.35%39.8%-
HSV(B)356.52º86.59%70.2%-
XYZ19.1910.352.42-
YUV71.37106.35204.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.85%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=75.85%
G=10.17%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179243300.870.820.30356.5276.3539.8
HexB31821057521E1654c28
Octal263304101271223654511450
Binary1011001111000100001010101111010010111101011001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31821; }

 p { color: rgb(179,24,33); }

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

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

 a { background-color: rgb(179,24,33); }

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

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

 span { border-color: rgb(179,24,33); }

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