Shades of Fire Engine Red #D70821
Tints of Fire Engine Red #D70821
RGB
CMYK
RGB Variations
Color information
#D70821 (or 0xD70821) is known color: Fire Engine Red. HEX triplet: D7, 08 and 21. RGB value is (215,8,33). Sum of RGB (Red+Green+Blue) = 215+8+33=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70821 is #28F7DE. Grayscale: #484848. Windows color (decimal): -2684895 or 2164951. OLE color: 2164951.
HSL color Cylindrical-coordinate representation of color #D70821: hue angle of 352.75º 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 #D70821 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 33 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.16 |
| HSL | 352.75º | 0.93% | 0.44% | - |
| HSV(B) | 352.75º | 0.96% | 0.84% | - |
| XYZ | 28.39 | 14.73 | 2.79 | - |
| YUV | 72.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 33 | 0 | 0.96 | 0.85 | 0.16 | 352.75 | 0.93 | 0.44 |
| Hex | D7 | 8 | 21 | 0 | 60 | 55 | 10 | 161 | 5D | 2C |
| Octal | 327 | 10 | 41 | 0 | 140 | 125 | 20 | 541 | 135 | 54 |
| Binary | 11010111 | 1000 | 100001 | 0 | 1100000 | 1010101 | 10000 | 101100001 | 1011101 | 101100 |
Color Harmonies of #D70821
Complementary color
Monochromatic Colors of #D70821
Black with #D70821
Text Example
Text Example
White with #D70821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70821; }
p { color: rgb(215,8,33); }
H1.HeaderClassName
{
color: #D70821;
}
.AnyTagClassName
{
color: #D70821;
}
</style>
background-color css
<style>
a { background-color: #D70821; }
a { background-color: rgb(215,8,33); }
div.DivClassName
{
background-color: #D70821;
}
.BgClassName
{
background-color: #D70821;
}
</style>
border-color css
<style>
span { border-color: #D70821; }
span { border-color: rgb(215,8,33); }
td.TdClassName
{
border-color: #D70821;
}
.TagClassName
{
border-color: #D70821;
}
</style>