Shades of Fire Engine Red #D81D29
Tints of Fire Engine Red #D81D29
RGB
CMYK
RGB Variations
Color information
#D81D29 (or 0xD81D29) is known color: Fire Engine Red. HEX triplet: D8, 1D and 29. RGB value is (216,29,41). Sum of RGB (Red+Green+Blue) = 216+29+41=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D29 is #27E2D6. Grayscale: #565656. Windows color (decimal): -2613975 or 2694616. OLE color: 2694616.
HSL color Cylindrical-coordinate representation of color #D81D29: hue angle of 356.15º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D29 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 41 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.15 |
| HSL | 356.15º | 0.76% | 0.48% | - |
| HSV(B) | 356.15º | 0.87% | 0.85% | - |
| XYZ | 29.16 | 15.64 | 3.58 | - |
| YUV | 86.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 41 | 0 | 0.87 | 0.81 | 0.15 | 356.15 | 0.76 | 0.48 |
| Hex | D8 | 1D | 29 | 0 | 57 | 51 | F | 164 | 4C | 30 |
| Octal | 330 | 35 | 51 | 0 | 127 | 121 | 17 | 544 | 114 | 60 |
| Binary | 11011000 | 11101 | 101001 | 0 | 1010111 | 1010001 | 1111 | 101100100 | 1001100 | 110000 |
Color Harmonies of #D81D29
Complementary color
Monochromatic Colors of #D81D29
Black with #D81D29
Text Example
Text Example
White with #D81D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D29; }
p { color: rgb(216,29,41); }
H1.HeaderClassName
{
color: #D81D29;
}
.AnyTagClassName
{
color: #D81D29;
}
</style>
background-color css
<style>
a { background-color: #D81D29; }
a { background-color: rgb(216,29,41); }
div.DivClassName
{
background-color: #D81D29;
}
.BgClassName
{
background-color: #D81D29;
}
</style>
border-color css
<style>
span { border-color: #D81D29; }
span { border-color: rgb(216,29,41); }
td.TdClassName
{
border-color: #D81D29;
}
.TagClassName
{
border-color: #D81D29;
}
</style>