Shades of Fire Engine Red #D21418
Tints of Fire Engine Red #D21418
RGB
CMYK
RGB Variations
Color information
#D21418 (or 0xD21418) is known color: Fire Engine Red. HEX triplet: D2, 14 and 18. RGB value is (210,20,24). Sum of RGB (Red+Green+Blue) = 210+20+24=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D21418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21418 is #2DEBE7. Grayscale: #4D4D4D. Windows color (decimal): -3009512 or 1578194. OLE color: 1578194.
HSL color Cylindrical-coordinate representation of color #D21418: hue angle of 358.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21418 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.18 |
| HSL | 358.74º | 0.83% | 0.45% | - |
| HSV(B) | 358.74º | 0.9% | 0.82% | - |
| XYZ | 26.99 | 14.27 | 2.2 | - |
| YUV | 77.27 | 97.95 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 24 | 0 | 0.90 | 0.89 | 0.18 | 358.74 | 0.83 | 0.45 |
| Hex | D2 | 14 | 18 | 0 | 5A | 59 | 12 | 167 | 53 | 2D |
| Octal | 322 | 24 | 30 | 0 | 132 | 131 | 22 | 547 | 123 | 55 |
| Binary | 11010010 | 10100 | 11000 | 0 | 1011010 | 1011001 | 10010 | 101100111 | 1010011 | 101101 |
Color Harmonies of #D21418
Complementary color
Monochromatic Colors of #D21418
Black with #D21418
Text Example
Text Example
White with #D21418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21418; }
p { color: rgb(210,20,24); }
H1.HeaderClassName
{
color: #D21418;
}
.AnyTagClassName
{
color: #D21418;
}
</style>
background-color css
<style>
a { background-color: #D21418; }
a { background-color: rgb(210,20,24); }
div.DivClassName
{
background-color: #D21418;
}
.BgClassName
{
background-color: #D21418;
}
</style>
border-color css
<style>
span { border-color: #D21418; }
span { border-color: rgb(210,20,24); }
td.TdClassName
{
border-color: #D21418;
}
.TagClassName
{
border-color: #D21418;
}
</style>