Shades of Fire Engine Red #D21720
Tints of Fire Engine Red #D21720
RGB
CMYK
RGB Variations
Color information
#D21720 (or 0xD21720) is known color: Fire Engine Red. HEX triplet: D2, 17 and 20. RGB value is (210,23,32). Sum of RGB (Red+Green+Blue) = 210+23+32=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D21720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21720 is #2DE8DF. Grayscale: #505050. Windows color (decimal): -3008736 or 2103250. OLE color: 2103250.
HSL color Cylindrical-coordinate representation of color #D21720: hue angle of 357.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21720 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.18 |
| HSL | 357.11º | 0.8% | 0.46% | - |
| HSV(B) | 357.11º | 0.89% | 0.82% | - |
| XYZ | 27.15 | 14.42 | 2.72 | - |
| YUV | 79.94 | 100.95 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 32 | 0 | 0.89 | 0.85 | 0.18 | 357.11 | 0.8 | 0.46 |
| Hex | D2 | 17 | 20 | 0 | 59 | 55 | 12 | 165 | 50 | 2E |
| Octal | 322 | 27 | 40 | 0 | 131 | 125 | 22 | 545 | 120 | 56 |
| Binary | 11010010 | 10111 | 100000 | 0 | 1011001 | 1010101 | 10010 | 101100101 | 1010000 | 101110 |
Color Harmonies of #D21720
Complementary color
Monochromatic Colors of #D21720
Black with #D21720
Text Example
Text Example
White with #D21720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21720; }
p { color: rgb(210,23,32); }
H1.HeaderClassName
{
color: #D21720;
}
.AnyTagClassName
{
color: #D21720;
}
</style>
background-color css
<style>
a { background-color: #D21720; }
a { background-color: rgb(210,23,32); }
div.DivClassName
{
background-color: #D21720;
}
.BgClassName
{
background-color: #D21720;
}
</style>
border-color css
<style>
span { border-color: #D21720; }
span { border-color: rgb(210,23,32); }
td.TdClassName
{
border-color: #D21720;
}
.TagClassName
{
border-color: #D21720;
}
</style>