#B21B24

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

Shades of Fire Engine Red #B21B24

Tints of Fire Engine Red #B21B24

Color information

#B21B24 (or 0xB21B24) is unknown color: approx Fire Engine Red. HEX triplet: B2, 1B and 24. RGB value is (178,27,36). Sum of RGB (Red+Green+Blue) = 178+27+36=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B24 is #4DE4DB. Grayscale: #494949. Windows color (decimal): -5104860 or 2366386. OLE color: 2366386.

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

Color convert

RGB1782736-
CMYK00.850.800.30
HSL356.42º73.66%40.2%-
HSV(B)356.42º84.83%69.8%-
XYZ19.0710.382.67-
YUV73.18107.03202.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.86%
GREEN value IS 27 (10.94% from 255) = 11.20%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=73.86%
G=11.20%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178273600.850.800.30356.4273.6640.2
HexB21B24055501E1644a28
Octal262334401251203654411250
Binary1011001011011100100010101011010000111101011001001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B24; }

 p { color: rgb(178,27,36); }

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

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

 a { background-color: rgb(178,27,36); }

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

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

 span { border-color: rgb(178,27,36); }

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