Shades of Fire Engine Red #D81A2C
Tints of Fire Engine Red #D81A2C
RGB
CMYK
RGB Variations
Color information
#D81A2C (or 0xD81A2C) is known color: Fire Engine Red. HEX triplet: D8, 1A and 2C. RGB value is (216,26,44). Sum of RGB (Red+Green+Blue) = 216+26+44=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A2C is #27E5D3. Grayscale: #545454. Windows color (decimal): -2614740 or 2890456. OLE color: 2890456.
HSL color Cylindrical-coordinate representation of color #D81A2C: hue angle of 354.32º 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 #D81A2C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 44 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.15 |
| HSL | 354.32º | 0.79% | 0.47% | - |
| HSV(B) | 354.32º | 0.88% | 0.85% | - |
| XYZ | 29.14 | 15.52 | 3.84 | - |
| YUV | 84.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 44 | 0 | 0.88 | 0.80 | 0.15 | 354.32 | 0.79 | 0.47 |
| Hex | D8 | 1A | 2C | 0 | 58 | 50 | F | 162 | 4F | 2F |
| Octal | 330 | 32 | 54 | 0 | 130 | 120 | 17 | 542 | 117 | 57 |
| Binary | 11011000 | 11010 | 101100 | 0 | 1011000 | 1010000 | 1111 | 101100010 | 1001111 | 101111 |
Color Harmonies of #D81A2C
Complementary color
Monochromatic Colors of #D81A2C
Black with #D81A2C
Text Example
Text Example
White with #D81A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A2C; }
p { color: rgb(216,26,44); }
H1.HeaderClassName
{
color: #D81A2C;
}
.AnyTagClassName
{
color: #D81A2C;
}
</style>
background-color css
<style>
a { background-color: #D81A2C; }
a { background-color: rgb(216,26,44); }
div.DivClassName
{
background-color: #D81A2C;
}
.BgClassName
{
background-color: #D81A2C;
}
</style>
border-color css
<style>
span { border-color: #D81A2C; }
span { border-color: rgb(216,26,44); }
td.TdClassName
{
border-color: #D81A2C;
}
.TagClassName
{
border-color: #D81A2C;
}
</style>