Shades of Fire Engine Red #D70D23
Tints of Fire Engine Red #D70D23
RGB
CMYK
RGB Variations
Color information
#D70D23 (or 0xD70D23) is known color: Fire Engine Red. HEX triplet: D7, 0D and 23. RGB value is (215,13,35). Sum of RGB (Red+Green+Blue) = 215+13+35=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D23 is #28F2DC. Grayscale: #4C4C4C. Windows color (decimal): -2683613 or 2297303. OLE color: 2297303.
HSL color Cylindrical-coordinate representation of color #D70D23: hue angle of 353.47º 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 #D70D23 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 35 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.16 |
| HSL | 353.47º | 0.89% | 0.45% | - |
| HSV(B) | 353.47º | 0.94% | 0.84% | - |
| XYZ | 28.47 | 14.86 | 2.96 | - |
| YUV | 75.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 35 | 0 | 0.94 | 0.84 | 0.16 | 353.47 | 0.89 | 0.45 |
| Hex | D7 | D | 23 | 0 | 5E | 54 | 10 | 161 | 59 | 2D |
| Octal | 327 | 15 | 43 | 0 | 136 | 124 | 20 | 541 | 131 | 55 |
| Binary | 11010111 | 1101 | 100011 | 0 | 1011110 | 1010100 | 10000 | 101100001 | 1011001 | 101101 |
Color Harmonies of #D70D23
Complementary color
Monochromatic Colors of #D70D23
Black with #D70D23
Text Example
Text Example
White with #D70D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D23; }
p { color: rgb(215,13,35); }
H1.HeaderClassName
{
color: #D70D23;
}
.AnyTagClassName
{
color: #D70D23;
}
</style>
background-color css
<style>
a { background-color: #D70D23; }
a { background-color: rgb(215,13,35); }
div.DivClassName
{
background-color: #D70D23;
}
.BgClassName
{
background-color: #D70D23;
}
</style>
border-color css
<style>
span { border-color: #D70D23; }
span { border-color: rgb(215,13,35); }
td.TdClassName
{
border-color: #D70D23;
}
.TagClassName
{
border-color: #D70D23;
}
</style>