#B21F24

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

Shades of Fire Engine Red #B21F24

Tints of Fire Engine Red #B21F24

Color information

#B21F24 (or 0xB21F24) is unknown color: approx Fire Engine Red. HEX triplet: B2, 1F and 24. RGB value is (178,31,36). Sum of RGB (Red+Green+Blue) = 178+31+36=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21F24 is #4DE0DB. Grayscale: #4B4B4B. Windows color (decimal): -5103836 or 2367410. OLE color: 2367410.

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

Color convert

RGB1783136-
CMYK00.830.800.30
HSL357.96º70.33%40.98%-
HSV(B)357.96º82.58%69.8%-
XYZ19.1710.572.7-
YUV75.52105.7201.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.65%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=72.65%
G=12.65%
B=14.69%

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
Decimal178313600.830.800.30357.9670.3340.98
HexB21F24053501E1664629
Octal262374401231203654610651
Binary1011001011111100100010100111010000111101011001101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21F24; }

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

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

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

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

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

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

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

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