Shades of Fire Engine Red #D81828
Tints of Fire Engine Red #D81828
RGB
CMYK
RGB Variations
Color information
#D81828 (or 0xD81828) is known color: Fire Engine Red. HEX triplet: D8, 18 and 28. RGB value is (216,24,40). Sum of RGB (Red+Green+Blue) = 216+24+40=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D81828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81828 is #27E7D7. Grayscale: #535353. Windows color (decimal): -2615256 or 2627800. OLE color: 2627800.
HSL color Cylindrical-coordinate representation of color #D81828: hue angle of 355º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81828 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 40 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.15 |
| HSL | 355º | 0.8% | 0.47% | - |
| HSV(B) | 355º | 0.89% | 0.85% | - |
| XYZ | 29.03 | 15.41 | 3.45 | - |
| YUV | 83.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 40 | 0 | 0.89 | 0.81 | 0.15 | 355 | 0.8 | 0.47 |
| Hex | D8 | 18 | 28 | 0 | 59 | 51 | F | 163 | 50 | 2F |
| Octal | 330 | 30 | 50 | 0 | 131 | 121 | 17 | 543 | 120 | 57 |
| Binary | 11011000 | 11000 | 101000 | 0 | 1011001 | 1010001 | 1111 | 101100011 | 1010000 | 101111 |
Color Harmonies of #D81828
Complementary color
Monochromatic Colors of #D81828
Black with #D81828
Text Example
Text Example
White with #D81828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81828; }
p { color: rgb(216,24,40); }
H1.HeaderClassName
{
color: #D81828;
}
.AnyTagClassName
{
color: #D81828;
}
</style>
background-color css
<style>
a { background-color: #D81828; }
a { background-color: rgb(216,24,40); }
div.DivClassName
{
background-color: #D81828;
}
.BgClassName
{
background-color: #D81828;
}
</style>
border-color css
<style>
span { border-color: #D81828; }
span { border-color: rgb(216,24,40); }
td.TdClassName
{
border-color: #D81828;
}
.TagClassName
{
border-color: #D81828;
}
</style>