Shades of Fire Engine Red #D80827
Tints of Fire Engine Red #D80827
RGB
CMYK
RGB Variations
Color information
#D80827 (or 0xD80827) is known color: Fire Engine Red. HEX triplet: D8, 08 and 27. RGB value is (216,8,39). Sum of RGB (Red+Green+Blue) = 216+8+39=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D80827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80827 is #27F7D8. Grayscale: #494949. Windows color (decimal): -2619353 or 2558168. OLE color: 2558168.
HSL color Cylindrical-coordinate representation of color #D80827: hue angle of 351.06º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80827 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 39 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.15 |
| HSL | 351.06º | 0.93% | 0.44% | - |
| HSV(B) | 351.06º | 0.96% | 0.85% | - |
| XYZ | 28.77 | 14.92 | 3.28 | - |
| YUV | 73.73 | 108.41 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 39 | 0 | 0.96 | 0.82 | 0.15 | 351.06 | 0.93 | 0.44 |
| Hex | D8 | 8 | 27 | 0 | 60 | 52 | F | 15F | 5D | 2C |
| Octal | 330 | 10 | 47 | 0 | 140 | 122 | 17 | 537 | 135 | 54 |
| Binary | 11011000 | 1000 | 100111 | 0 | 1100000 | 1010010 | 1111 | 101011111 | 1011101 | 101100 |
Color Harmonies of #D80827
Complementary color
Monochromatic Colors of #D80827
Black with #D80827
Text Example
Text Example
White with #D80827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80827; }
p { color: rgb(216,8,39); }
H1.HeaderClassName
{
color: #D80827;
}
.AnyTagClassName
{
color: #D80827;
}
</style>
background-color css
<style>
a { background-color: #D80827; }
a { background-color: rgb(216,8,39); }
div.DivClassName
{
background-color: #D80827;
}
.BgClassName
{
background-color: #D80827;
}
</style>
border-color css
<style>
span { border-color: #D80827; }
span { border-color: rgb(216,8,39); }
td.TdClassName
{
border-color: #D80827;
}
.TagClassName
{
border-color: #D80827;
}
</style>