Shades of Fire Engine Red #D20C1C
Tints of Fire Engine Red #D20C1C
RGB
CMYK
RGB Variations
Color information
#D20C1C (or 0xD20C1C) is known color: 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
| RGB | 210 | 12 | 28 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.18 |
| HSL | 355.15º | 0.89% | 0.44% | - |
| HSV(B) | 355.15º | 0.94% | 0.82% | - |
| XYZ | 26.92 | 14.05 | 2.39 | - |
| YUV | 73.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 28 | 0 | 0.94 | 0.87 | 0.18 | 355.15 | 0.89 | 0.44 |
| Hex | D2 | C | 1C | 0 | 5E | 57 | 12 | 163 | 59 | 2C |
| Octal | 322 | 14 | 34 | 0 | 136 | 127 | 22 | 543 | 131 | 54 |
| Binary | 11010010 | 1100 | 11100 | 0 | 1011110 | 1010111 | 10010 | 101100011 | 1011001 | 101100 |
Color Harmonies of #D20C1C
Complementary color
Monochromatic Colors of #D20C1C
Black with #D20C1C
Text Example
Text Example
White with #D20C1C
Text Example
Text Example
HTML Codes & Css Web 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>