Shades of Fire Engine Red #D80C28
Tints of Fire Engine Red #D80C28
RGB
CMYK
RGB Variations
Color information
#D80C28 (or 0xD80C28) is known color: Fire Engine Red. HEX triplet: D8, 0C and 28. RGB value is (216,12,40). Sum of RGB (Red+Green+Blue) = 216+12+40=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C28 is #27F3D7. Grayscale: #4C4C4C. Windows color (decimal): -2618328 or 2624728. OLE color: 2624728.
HSL color Cylindrical-coordinate representation of color #D80C28: hue angle of 351.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C28 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 40 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.15 |
| HSL | 351.76º | 0.89% | 0.45% | - |
| HSV(B) | 351.76º | 0.94% | 0.85% | - |
| XYZ | 28.83 | 15.02 | 3.39 | - |
| YUV | 76.19 | 107.59 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 40 | 0 | 0.94 | 0.81 | 0.15 | 351.76 | 0.89 | 0.45 |
| Hex | D8 | C | 28 | 0 | 5E | 51 | F | 160 | 59 | 2D |
| Octal | 330 | 14 | 50 | 0 | 136 | 121 | 17 | 540 | 131 | 55 |
| Binary | 11011000 | 1100 | 101000 | 0 | 1011110 | 1010001 | 1111 | 101100000 | 1011001 | 101101 |
Color Harmonies of #D80C28
Complementary color
Monochromatic Colors of #D80C28
Black with #D80C28
Text Example
Text Example
White with #D80C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C28; }
p { color: rgb(216,12,40); }
H1.HeaderClassName
{
color: #D80C28;
}
.AnyTagClassName
{
color: #D80C28;
}
</style>
background-color css
<style>
a { background-color: #D80C28; }
a { background-color: rgb(216,12,40); }
div.DivClassName
{
background-color: #D80C28;
}
.BgClassName
{
background-color: #D80C28;
}
</style>
border-color css
<style>
span { border-color: #D80C28; }
span { border-color: rgb(216,12,40); }
td.TdClassName
{
border-color: #D80C28;
}
.TagClassName
{
border-color: #D80C28;
}
</style>