Shades of Fire Engine Red #D70D2B
Tints of Fire Engine Red #D70D2B
RGB
CMYK
RGB Variations
Color information
#D70D2B (or 0xD70D2B) is known color: Fire Engine Red. HEX triplet: D7, 0D and 2B. RGB value is (215,13,43). Sum of RGB (Red+Green+Blue) = 215+13+43=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D2B is #28F2D4. Grayscale: #4C4C4C. Windows color (decimal): -2683605 or 2821591. OLE color: 2821591.
HSL color Cylindrical-coordinate representation of color #D70D2B: hue angle of 351.09º 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 #D70D2B is Cyan = 0, Magento = 0.94, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 43 | - |
| CMYK | 0 | 0.94 | 0.8 | 0.16 |
| HSL | 351.09º | 0.89% | 0.45% | - |
| HSV(B) | 351.09º | 0.94% | 0.84% | - |
| XYZ | 28.6 | 14.91 | 3.66 | - |
| YUV | 76.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 43 | 0 | 0.94 | 0.8 | 0.16 | 351.09 | 0.89 | 0.45 |
| Hex | D7 | D | 2B | 0 | 5E | 50 | 10 | 15F | 59 | 2D |
| Octal | 327 | 15 | 53 | 0 | 136 | 120 | 20 | 537 | 131 | 55 |
| Binary | 11010111 | 1101 | 101011 | 0 | 1011110 | 1010000 | 10000 | 101011111 | 1011001 | 101101 |
Color Harmonies of #D70D2B
Complementary color
Monochromatic Colors of #D70D2B
Black with #D70D2B
Text Example
Text Example
White with #D70D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D2B; }
p { color: rgb(215,13,43); }
H1.HeaderClassName
{
color: #D70D2B;
}
.AnyTagClassName
{
color: #D70D2B;
}
</style>
background-color css
<style>
a { background-color: #D70D2B; }
a { background-color: rgb(215,13,43); }
div.DivClassName
{
background-color: #D70D2B;
}
.BgClassName
{
background-color: #D70D2B;
}
</style>
border-color css
<style>
span { border-color: #D70D2B; }
span { border-color: rgb(215,13,43); }
td.TdClassName
{
border-color: #D70D2B;
}
.TagClassName
{
border-color: #D70D2B;
}
</style>