Shades of Fire Engine Red #D81028
Tints of Fire Engine Red #D81028
RGB
CMYK
RGB Variations
Color information
#D81028 (or 0xD81028) is known color: Fire Engine Red. HEX triplet: D8, 10 and 28. RGB value is (216,16,40). Sum of RGB (Red+Green+Blue) = 216+16+40=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D81028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81028 is #27EFD7. Grayscale: #4E4E4E. Windows color (decimal): -2617304 or 2625752. OLE color: 2625752.
HSL color Cylindrical-coordinate representation of color #D81028: hue angle of 352.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81028 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 40 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.15 |
| HSL | 352.8º | 0.86% | 0.45% | - |
| HSV(B) | 352.8º | 0.93% | 0.85% | - |
| XYZ | 28.89 | 15.12 | 3.4 | - |
| YUV | 78.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 40 | 0 | 0.93 | 0.81 | 0.15 | 352.8 | 0.86 | 0.45 |
| Hex | D8 | 10 | 28 | 0 | 5D | 51 | F | 161 | 56 | 2D |
| Octal | 330 | 20 | 50 | 0 | 135 | 121 | 17 | 541 | 126 | 55 |
| Binary | 11011000 | 10000 | 101000 | 0 | 1011101 | 1010001 | 1111 | 101100001 | 1010110 | 101101 |
Color Harmonies of #D81028
Complementary color
Monochromatic Colors of #D81028
Black with #D81028
Text Example
Text Example
White with #D81028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81028; }
p { color: rgb(216,16,40); }
H1.HeaderClassName
{
color: #D81028;
}
.AnyTagClassName
{
color: #D81028;
}
</style>
background-color css
<style>
a { background-color: #D81028; }
a { background-color: rgb(216,16,40); }
div.DivClassName
{
background-color: #D81028;
}
.BgClassName
{
background-color: #D81028;
}
</style>
border-color css
<style>
span { border-color: #D81028; }
span { border-color: rgb(216,16,40); }
td.TdClassName
{
border-color: #D81028;
}
.TagClassName
{
border-color: #D81028;
}
</style>