Shades of Fire Engine Red #D70D18
Tints of Fire Engine Red #D70D18
RGB
CMYK
RGB Variations
Color information
#D70D18 (or 0xD70D18) is known color: Fire Engine Red. HEX triplet: D7, 0D and 18. RGB value is (215,13,24). Sum of RGB (Red+Green+Blue) = 215+13+24=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70D18 is #28F2E7. Grayscale: #4A4A4A. Windows color (decimal): -2683624 or 1576407. OLE color: 1576407.
HSL color Cylindrical-coordinate representation of color #D70D18: hue angle of 356.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70D18 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 24 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.16 |
| HSL | 356.73º | 0.89% | 0.45% | - |
| HSV(B) | 356.73º | 0.94% | 0.84% | - |
| XYZ | 28.33 | 14.8 | 2.23 | - |
| YUV | 74.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 24 | 0 | 0.94 | 0.89 | 0.16 | 356.73 | 0.89 | 0.45 |
| Hex | D7 | D | 18 | 0 | 5E | 59 | 10 | 165 | 59 | 2D |
| Octal | 327 | 15 | 30 | 0 | 136 | 131 | 20 | 545 | 131 | 55 |
| Binary | 11010111 | 1101 | 11000 | 0 | 1011110 | 1011001 | 10000 | 101100101 | 1011001 | 101101 |
Color Harmonies of #D70D18
Complementary color
Monochromatic Colors of #D70D18
Black with #D70D18
Text Example
Text Example
White with #D70D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D18; }
p { color: rgb(215,13,24); }
H1.HeaderClassName
{
color: #D70D18;
}
.AnyTagClassName
{
color: #D70D18;
}
</style>
background-color css
<style>
a { background-color: #D70D18; }
a { background-color: rgb(215,13,24); }
div.DivClassName
{
background-color: #D70D18;
}
.BgClassName
{
background-color: #D70D18;
}
</style>
border-color css
<style>
span { border-color: #D70D18; }
span { border-color: rgb(215,13,24); }
td.TdClassName
{
border-color: #D70D18;
}
.TagClassName
{
border-color: #D70D18;
}
</style>