#D20C1C

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

Shades of Fire Engine Red #D20C1C

Tints of Fire Engine Red #D20C1C

Color information

#D20C1C (or 0xD20C1C) is unknown color: approx Fire Engine Red. HEX triplet: D2, 0C and 1C. RGB value is (210,12,28). Sum of RGB (Red+Green+Blue) = 210+12+28=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C1C is #2DF3E3. Grayscale: #494949. Windows color (decimal): -3011556 or 1838290. OLE color: 1838290.

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

Color convert

RGB2101228-
CMYK00.940.870.18
HSL355.15º89.19%43.53%-
HSV(B)355.15º94.29%82.35%-
XYZ26.9214.052.39-
YUV73.03102.6225.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 84%
GREEN value IS 12 (5.08% from 255) = 4.8%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=84%
G=4.8%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210122800.940.870.18355.1589.1943.53
HexD2C1C05E5712163592c
Octal322143401361272254313154
Binary11010010110011100010111101010111100101011000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20C1C; }

 p { color: rgb(210,12,28); }

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

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

 a { background-color: rgb(210,12,28); }

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

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

 span { border-color: rgb(210,12,28); }

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