#D20E1D

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

Shades of Fire Engine Red #D20E1D

Tints of Fire Engine Red #D20E1D

Color information

#D20E1D (or 0xD20E1D) is unknown color: approx Fire Engine Red. HEX triplet: D2, 0E and 1D. RGB value is (210,14,29). Sum of RGB (Red+Green+Blue) = 210+14+29=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E1D is #2DF1E2. Grayscale: #4A4A4A. Windows color (decimal): -3011043 or 1904338. OLE color: 1904338.

HSL color Cylindrical-coordinate representation of color #D20E1D: hue angle of 355.41º 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 #D20E1D is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2101429-
CMYK00.930.860.18
HSL355.41º87.5%43.92%-
HSV(B)355.41º93.33%82.35%-
XYZ26.9614.12.46-
YUV74.31102.43224.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 83.00%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=83.00%
G=5.53%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210142900.930.860.18355.4187.543.92
HexD2E1D05D5612163582c
Octal322163501351262254313054
Binary11010010111011101010111011010110100101011000111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20E1D; }

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

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

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

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

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

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

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

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