Shades of Fire Engine Red #D70828
Tints of Fire Engine Red #D70828
RGB
CMYK
RGB Variations
Color information
#D70828 (or 0xD70828) is known color: Fire Engine Red. HEX triplet: D7, 08 and 28. RGB value is (215,8,40). Sum of RGB (Red+Green+Blue) = 215+8+40=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D70828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70828 is #28F7D7. Grayscale: #494949. Windows color (decimal): -2684888 or 2623703. OLE color: 2623703.
HSL color Cylindrical-coordinate representation of color #D70828: hue angle of 350.72º 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 #D70828 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.16 |
| HSL | 350.72º | 0.93% | 0.44% | - |
| HSV(B) | 350.72º | 0.96% | 0.84% | - |
| XYZ | 28.49 | 14.77 | 3.36 | - |
| YUV | 73.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 40 | 0 | 0.96 | 0.81 | 0.16 | 350.72 | 0.93 | 0.44 |
| Hex | D7 | 8 | 28 | 0 | 60 | 51 | 10 | 15F | 5D | 2C |
| Octal | 327 | 10 | 50 | 0 | 140 | 121 | 20 | 537 | 135 | 54 |
| Binary | 11010111 | 1000 | 101000 | 0 | 1100000 | 1010001 | 10000 | 101011111 | 1011101 | 101100 |
Color Harmonies of #D70828
Complementary color
Monochromatic Colors of #D70828
Black with #D70828
Text Example
Text Example
White with #D70828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70828; }
p { color: rgb(215,8,40); }
H1.HeaderClassName
{
color: #D70828;
}
.AnyTagClassName
{
color: #D70828;
}
</style>
background-color css
<style>
a { background-color: #D70828; }
a { background-color: rgb(215,8,40); }
div.DivClassName
{
background-color: #D70828;
}
.BgClassName
{
background-color: #D70828;
}
</style>
border-color css
<style>
span { border-color: #D70828; }
span { border-color: rgb(215,8,40); }
td.TdClassName
{
border-color: #D70828;
}
.TagClassName
{
border-color: #D70828;
}
</style>