Shades of Fire Engine Red #D20F24
Tints of Fire Engine Red #D20F24
RGB
CMYK
RGB Variations
Color information
#D20F24 (or 0xD20F24) is known color: Fire Engine Red. HEX triplet: D2, 0F and 24. RGB value is (210,15,36). Sum of RGB (Red+Green+Blue) = 210+15+36=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20F24 is #2DF0DB. Grayscale: #4B4B4B. Windows color (decimal): -3010780 or 2363346. OLE color: 2363346.
HSL color Cylindrical-coordinate representation of color #D20F24: hue angle of 353.54º degrees, saturation: 0.87, 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 #D20F24 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 36 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.18 |
| HSL | 353.54º | 0.87% | 0.44% | - |
| HSV(B) | 353.54º | 0.93% | 0.82% | - |
| XYZ | 27.07 | 14.17 | 2.98 | - |
| YUV | 75.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 36 | 0 | 0.93 | 0.83 | 0.18 | 353.54 | 0.87 | 0.44 |
| Hex | D2 | F | 24 | 0 | 5D | 53 | 12 | 162 | 57 | 2C |
| Octal | 322 | 17 | 44 | 0 | 135 | 123 | 22 | 542 | 127 | 54 |
| Binary | 11010010 | 1111 | 100100 | 0 | 1011101 | 1010011 | 10010 | 101100010 | 1010111 | 101100 |
Color Harmonies of #D20F24
Complementary color
Monochromatic Colors of #D20F24
Black with #D20F24
Text Example
Text Example
White with #D20F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20F24; }
p { color: rgb(210,15,36); }
H1.HeaderClassName
{
color: #D20F24;
}
.AnyTagClassName
{
color: #D20F24;
}
</style>
background-color css
<style>
a { background-color: #D20F24; }
a { background-color: rgb(210,15,36); }
div.DivClassName
{
background-color: #D20F24;
}
.BgClassName
{
background-color: #D20F24;
}
</style>
border-color css
<style>
span { border-color: #D20F24; }
span { border-color: rgb(210,15,36); }
td.TdClassName
{
border-color: #D20F24;
}
.TagClassName
{
border-color: #D20F24;
}
</style>