Shades of Fire Engine Red #D70822
Tints of Fire Engine Red #D70822
RGB
CMYK
RGB Variations
Color information
#D70822 (or 0xD70822) is known color: Fire Engine Red. HEX triplet: D7, 08 and 22. RGB value is (215,8,34). Sum of RGB (Red+Green+Blue) = 215+8+34=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D70822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70822 is #28F7DD. Grayscale: #484848. Windows color (decimal): -2684894 or 2230487. OLE color: 2230487.
HSL color Cylindrical-coordinate representation of color #D70822: hue angle of 352.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70822 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 34 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.16 |
| HSL | 352.46º | 0.93% | 0.44% | - |
| HSV(B) | 352.46º | 0.96% | 0.84% | - |
| XYZ | 28.4 | 14.74 | 2.86 | - |
| YUV | 72.86 | 106.08 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 34 | 0 | 0.96 | 0.84 | 0.16 | 352.46 | 0.93 | 0.44 |
| Hex | D7 | 8 | 22 | 0 | 60 | 54 | 10 | 160 | 5D | 2C |
| Octal | 327 | 10 | 42 | 0 | 140 | 124 | 20 | 540 | 135 | 54 |
| Binary | 11010111 | 1000 | 100010 | 0 | 1100000 | 1010100 | 10000 | 101100000 | 1011101 | 101100 |
Color Harmonies of #D70822
Complementary color
Monochromatic Colors of #D70822
Black with #D70822
Text Example
Text Example
White with #D70822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70822; }
p { color: rgb(215,8,34); }
H1.HeaderClassName
{
color: #D70822;
}
.AnyTagClassName
{
color: #D70822;
}
</style>
background-color css
<style>
a { background-color: #D70822; }
a { background-color: rgb(215,8,34); }
div.DivClassName
{
background-color: #D70822;
}
.BgClassName
{
background-color: #D70822;
}
</style>
border-color css
<style>
span { border-color: #D70822; }
span { border-color: rgb(215,8,34); }
td.TdClassName
{
border-color: #D70822;
}
.TagClassName
{
border-color: #D70822;
}
</style>