Shades of Fire Engine Red #D81A29
Tints of Fire Engine Red #D81A29
RGB
CMYK
RGB Variations
Color information
#D81A29 (or 0xD81A29) is known color: Fire Engine Red. HEX triplet: D8, 1A and 29. RGB value is (216,26,41). Sum of RGB (Red+Green+Blue) = 216+26+41=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A29 is #27E5D6. Grayscale: #545454. Windows color (decimal): -2614743 or 2693848. OLE color: 2693848.
HSL color Cylindrical-coordinate representation of color #D81A29: hue angle of 355.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A29 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 41 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.15 |
| HSL | 355.26º | 0.79% | 0.47% | - |
| HSV(B) | 355.26º | 0.88% | 0.85% | - |
| XYZ | 29.09 | 15.5 | 3.56 | - |
| YUV | 84.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 41 | 0 | 0.88 | 0.81 | 0.15 | 355.26 | 0.79 | 0.47 |
| Hex | D8 | 1A | 29 | 0 | 58 | 51 | F | 163 | 4F | 2F |
| Octal | 330 | 32 | 51 | 0 | 130 | 121 | 17 | 543 | 117 | 57 |
| Binary | 11011000 | 11010 | 101001 | 0 | 1011000 | 1010001 | 1111 | 101100011 | 1001111 | 101111 |
Color Harmonies of #D81A29
Complementary color
Monochromatic Colors of #D81A29
Black with #D81A29
Text Example
Text Example
White with #D81A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A29; }
p { color: rgb(216,26,41); }
H1.HeaderClassName
{
color: #D81A29;
}
.AnyTagClassName
{
color: #D81A29;
}
</style>
background-color css
<style>
a { background-color: #D81A29; }
a { background-color: rgb(216,26,41); }
div.DivClassName
{
background-color: #D81A29;
}
.BgClassName
{
background-color: #D81A29;
}
</style>
border-color css
<style>
span { border-color: #D81A29; }
span { border-color: rgb(216,26,41); }
td.TdClassName
{
border-color: #D81A29;
}
.TagClassName
{
border-color: #D81A29;
}
</style>