#D20B24

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

Shades of Fire Engine Red #D20B24

Tints of Fire Engine Red #D20B24

Color information

#D20B24 (or 0xD20B24) is unknown color: approx Fire Engine Red. HEX triplet: D2, 0B and 24. RGB value is (210,11,36). Sum of RGB (Red+Green+Blue) = 210+11+36=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B24 is #2DF4DB. Grayscale: #494949. Windows color (decimal): -3011804 or 2362322. OLE color: 2362322.

HSL color Cylindrical-coordinate representation of color #D20B24: hue angle of 352.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B24 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB2101136-
CMYK00.950.830.18
HSL352.46º90.05%43.33%-
HSV(B)352.46º94.76%82.35%-
XYZ27.0214.072.96-
YUV73.35106.93225.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 81.71%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 36 (14.45% from 255) = 14.01%
R=81.71%
G=4.28%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210113600.950.830.18352.4690.0543.33
HexD2B2405F53121605a2b
Octal322134401371232254013253
Binary110100101011100100010111111010011100101011000001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20B24; }

 p { color: rgb(210,11,36); }

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

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

 a { background-color: rgb(210,11,36); }

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

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

 span { border-color: rgb(210,11,36); }

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