Shades of Fire Engine Red #D21718
Tints of Fire Engine Red #D21718
RGB
CMYK
RGB Variations
Color information
#D21718 (or 0xD21718) is known color: Fire Engine Red. HEX triplet: D2, 17 and 18. RGB value is (210,23,24). Sum of RGB (Red+Green+Blue) = 210+23+24=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D21718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21718 is #2DE8E7. Grayscale: #4F4F4F. Windows color (decimal): -3008744 or 1578962. OLE color: 1578962.
HSL color Cylindrical-coordinate representation of color #D21718: hue angle of 359.68º 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 #D21718 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.18 |
| HSL | 359.68º | 0.8% | 0.46% | - |
| HSV(B) | 359.68º | 0.89% | 0.82% | - |
| XYZ | 27.05 | 14.38 | 2.21 | - |
| YUV | 79.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 24 | 0 | 0.89 | 0.89 | 0.18 | 359.68 | 0.8 | 0.46 |
| Hex | D2 | 17 | 18 | 0 | 59 | 59 | 12 | 168 | 50 | 2E |
| Octal | 322 | 27 | 30 | 0 | 131 | 131 | 22 | 550 | 120 | 56 |
| Binary | 11010010 | 10111 | 11000 | 0 | 1011001 | 1011001 | 10010 | 101101000 | 1010000 | 101110 |
Color Harmonies of #D21718
Complementary color
Monochromatic Colors of #D21718
Black with #D21718
Text Example
Text Example
White with #D21718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21718; }
p { color: rgb(210,23,24); }
H1.HeaderClassName
{
color: #D21718;
}
.AnyTagClassName
{
color: #D21718;
}
</style>
background-color css
<style>
a { background-color: #D21718; }
a { background-color: rgb(210,23,24); }
div.DivClassName
{
background-color: #D21718;
}
.BgClassName
{
background-color: #D21718;
}
</style>
border-color css
<style>
span { border-color: #D21718; }
span { border-color: rgb(210,23,24); }
td.TdClassName
{
border-color: #D21718;
}
.TagClassName
{
border-color: #D21718;
}
</style>