Shades of Fire Engine Red #D81829
Tints of Fire Engine Red #D81829
RGB
CMYK
RGB Variations
Color information
#D81829 (or 0xD81829) is known color: Fire Engine Red. HEX triplet: D8, 18 and 29. RGB value is (216,24,41). Sum of RGB (Red+Green+Blue) = 216+24+41=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D81829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81829 is #27E7D6. Grayscale: #535353. Windows color (decimal): -2615255 or 2693336. OLE color: 2693336.
HSL color Cylindrical-coordinate representation of color #D81829: hue angle of 354.69º 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 #D81829 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 41 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.15 |
| HSL | 354.69º | 0.8% | 0.47% | - |
| HSV(B) | 354.69º | 0.89% | 0.85% | - |
| XYZ | 29.05 | 15.41 | 3.54 | - |
| YUV | 83.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 41 | 0 | 0.89 | 0.81 | 0.15 | 354.69 | 0.8 | 0.47 |
| Hex | D8 | 18 | 29 | 0 | 59 | 51 | F | 163 | 50 | 2F |
| Octal | 330 | 30 | 51 | 0 | 131 | 121 | 17 | 543 | 120 | 57 |
| Binary | 11011000 | 11000 | 101001 | 0 | 1011001 | 1010001 | 1111 | 101100011 | 1010000 | 101111 |
Color Harmonies of #D81829
Complementary color
Monochromatic Colors of #D81829
Black with #D81829
Text Example
Text Example
White with #D81829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81829; }
p { color: rgb(216,24,41); }
H1.HeaderClassName
{
color: #D81829;
}
.AnyTagClassName
{
color: #D81829;
}
</style>
background-color css
<style>
a { background-color: #D81829; }
a { background-color: rgb(216,24,41); }
div.DivClassName
{
background-color: #D81829;
}
.BgClassName
{
background-color: #D81829;
}
</style>
border-color css
<style>
span { border-color: #D81829; }
span { border-color: rgb(216,24,41); }
td.TdClassName
{
border-color: #D81829;
}
.TagClassName
{
border-color: #D81829;
}
</style>