Shades of Fire Engine Red #D20E23
Tints of Fire Engine Red #D20E23
RGB
CMYK
RGB Variations
Color information
#D20E23 (or 0xD20E23) is known color: Fire Engine Red. HEX triplet: D2, 0E and 23. RGB value is (210,14,35). Sum of RGB (Red+Green+Blue) = 210+14+35=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E23 is #2DF1DC. Grayscale: #4B4B4B. Windows color (decimal): -3011037 or 2297554. OLE color: 2297554.
HSL color Cylindrical-coordinate representation of color #D20E23: hue angle of 353.57º 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 #D20E23 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 35 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.18 |
| HSL | 353.57º | 0.88% | 0.44% | - |
| HSV(B) | 353.57º | 0.93% | 0.82% | - |
| XYZ | 27.04 | 14.14 | 2.89 | - |
| YUV | 75 | 105.43 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 35 | 0 | 0.93 | 0.83 | 0.18 | 353.57 | 0.88 | 0.44 |
| Hex | D2 | E | 23 | 0 | 5D | 53 | 12 | 162 | 58 | 2C |
| Octal | 322 | 16 | 43 | 0 | 135 | 123 | 22 | 542 | 130 | 54 |
| Binary | 11010010 | 1110 | 100011 | 0 | 1011101 | 1010011 | 10010 | 101100010 | 1011000 | 101100 |
Color Harmonies of #D20E23
Complementary color
Monochromatic Colors of #D20E23
Black with #D20E23
Text Example
Text Example
White with #D20E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E23; }
p { color: rgb(210,14,35); }
H1.HeaderClassName
{
color: #D20E23;
}
.AnyTagClassName
{
color: #D20E23;
}
</style>
background-color css
<style>
a { background-color: #D20E23; }
a { background-color: rgb(210,14,35); }
div.DivClassName
{
background-color: #D20E23;
}
.BgClassName
{
background-color: #D20E23;
}
</style>
border-color css
<style>
span { border-color: #D20E23; }
span { border-color: rgb(210,14,35); }
td.TdClassName
{
border-color: #D20E23;
}
.TagClassName
{
border-color: #D20E23;
}
</style>