Shades of Fire Engine Red #D20D28
Tints of Fire Engine Red #D20D28
RGB
CMYK
RGB Variations
Color information
#D20D28 (or 0xD20D28) is known color: Fire Engine Red. HEX triplet: D2, 0D and 28. RGB value is (210,13,40). Sum of RGB (Red+Green+Blue) = 210+13+40=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D28 is #2DF2D7. Grayscale: #4B4B4B. Windows color (decimal): -3011288 or 2624978. OLE color: 2624978.
HSL color Cylindrical-coordinate representation of color #D20D28: hue angle of 351.78º degrees, saturation: 0.88, 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 #D20D28 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 40 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.18 |
| HSL | 351.78º | 0.88% | 0.44% | - |
| HSV(B) | 351.78º | 0.94% | 0.82% | - |
| XYZ | 27.11 | 14.14 | 3.31 | - |
| YUV | 74.98 | 108.27 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 40 | 0 | 0.94 | 0.81 | 0.18 | 351.78 | 0.88 | 0.44 |
| Hex | D2 | D | 28 | 0 | 5E | 51 | 12 | 160 | 58 | 2C |
| Octal | 322 | 15 | 50 | 0 | 136 | 121 | 22 | 540 | 130 | 54 |
| Binary | 11010010 | 1101 | 101000 | 0 | 1011110 | 1010001 | 10010 | 101100000 | 1011000 | 101100 |
Color Harmonies of #D20D28
Complementary color
Monochromatic Colors of #D20D28
Black with #D20D28
Text Example
Text Example
White with #D20D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D28; }
p { color: rgb(210,13,40); }
H1.HeaderClassName
{
color: #D20D28;
}
.AnyTagClassName
{
color: #D20D28;
}
</style>
background-color css
<style>
a { background-color: #D20D28; }
a { background-color: rgb(210,13,40); }
div.DivClassName
{
background-color: #D20D28;
}
.BgClassName
{
background-color: #D20D28;
}
</style>
border-color css
<style>
span { border-color: #D20D28; }
span { border-color: rgb(210,13,40); }
td.TdClassName
{
border-color: #D20D28;
}
.TagClassName
{
border-color: #D20D28;
}
</style>