#D20E24

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

Shades of Fire Engine Red #D20E24

Tints of Fire Engine Red #D20E24

Color information

#D20E24 (or 0xD20E24) is unknown color: approx Fire Engine Red. HEX triplet: D2, 0E and 24. RGB value is (210,14,36). Sum of RGB (Red+Green+Blue) = 210+14+36=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E24 is #2DF1DB. Grayscale: #4B4B4B. Windows color (decimal): -3011036 or 2363090. OLE color: 2363090.

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

Color convert

RGB2101436-
CMYK00.930.830.18
HSL353.27º87.5%43.92%-
HSV(B)353.27º93.33%82.35%-
XYZ27.0514.142.97-
YUV75.11105.93224.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 80.77%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=80.77%
G=5.38%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210143600.930.830.18353.2787.543.92
HexD2E2405D5312161582c
Octal322164401351232254113054
Binary110100101110100100010111011010011100101011000011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20E24; }

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

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

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

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

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

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

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

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