#B21921

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

Shades of Fire Engine Red #B21921

Tints of Fire Engine Red #B21921

Color information

#B21921 (or 0xB21921) is unknown color: approx Fire Engine Red. HEX triplet: B2, 19 and 21. RGB value is (178,25,33). Sum of RGB (Red+Green+Blue) = 178+25+33=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B21921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21921 is #4DE6DE. Grayscale: #474747. Windows color (decimal): -5105375 or 2169266. OLE color: 2169266.

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

Color convert

RGB1782533-
CMYK00.860.810.30
HSL356.86º75.37%39.8%-
HSV(B)356.86º85.96%69.8%-
XYZ18.9810.272.42-
YUV71.66106.19203.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.42%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=75.42%
G=10.59%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178253300.860.810.30356.8675.3739.8
HexB21921056511E1654b28
Octal262314101261213654511350
Binary1011001011001100001010101101010001111101011001011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21921; }

 p { color: rgb(178,25,33); }

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

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

 a { background-color: rgb(178,25,33); }

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

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

 span { border-color: rgb(178,25,33); }

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