Shades of Fire Engine Red #D81D1F
Tints of Fire Engine Red #D81D1F
RGB
CMYK
RGB Variations
Color information
#D81D1F (or 0xD81D1F) is known color: Fire Engine Red. HEX triplet: D8, 1D and 1F. RGB value is (216,29,31). Sum of RGB (Red+Green+Blue) = 216+29+31=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D1F is #27E2E0. Grayscale: #555555. Windows color (decimal): -2613985 or 2039256. OLE color: 2039256.
HSL color Cylindrical-coordinate representation of color #D81D1F: hue angle of 359.36º 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 #D81D1F is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 31 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.15 |
| HSL | 359.36º | 0.76% | 0.48% | - |
| HSV(B) | 359.36º | 0.87% | 0.85% | - |
| XYZ | 29.01 | 15.58 | 2.77 | - |
| YUV | 85.14 | 97.45 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 31 | 0 | 0.87 | 0.86 | 0.15 | 359.36 | 0.76 | 0.48 |
| Hex | D8 | 1D | 1F | 0 | 57 | 56 | F | 167 | 4C | 30 |
| Octal | 330 | 35 | 37 | 0 | 127 | 126 | 17 | 547 | 114 | 60 |
| Binary | 11011000 | 11101 | 11111 | 0 | 1010111 | 1010110 | 1111 | 101100111 | 1001100 | 110000 |
Color Harmonies of #D81D1F
Complementary color
Monochromatic Colors of #D81D1F
Black with #D81D1F
Text Example
Text Example
White with #D81D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D1F; }
p { color: rgb(216,29,31); }
H1.HeaderClassName
{
color: #D81D1F;
}
.AnyTagClassName
{
color: #D81D1F;
}
</style>
background-color css
<style>
a { background-color: #D81D1F; }
a { background-color: rgb(216,29,31); }
div.DivClassName
{
background-color: #D81D1F;
}
.BgClassName
{
background-color: #D81D1F;
}
</style>
border-color css
<style>
span { border-color: #D81D1F; }
span { border-color: rgb(216,29,31); }
td.TdClassName
{
border-color: #D81D1F;
}
.TagClassName
{
border-color: #D81D1F;
}
</style>