Shades of Fire Engine Red #D1111E
Tints of Fire Engine Red #D1111E
RGB
CMYK
RGB Variations
Color information
#D1111E (or 0xD1111E) is known color: Fire Engine Red. HEX triplet: D1, 11 and 1E. RGB value is (209,17,30). Sum of RGB (Red+Green+Blue) = 209+17+30=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D1111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1111E is #2EEEE1. Grayscale: #4C4C4C. Windows color (decimal): -3075810 or 1970641. OLE color: 1970641.
HSL color Cylindrical-coordinate representation of color #D1111E: hue angle of 355.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1111E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.18 |
| HSL | 355.94º | 0.85% | 0.44% | - |
| HSV(B) | 355.94º | 0.92% | 0.82% | - |
| XYZ | 26.73 | 14.05 | 2.53 | - |
| YUV | 75.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 30 | 0 | 0.92 | 0.86 | 0.18 | 355.94 | 0.85 | 0.44 |
| Hex | D1 | 11 | 1E | 0 | 5C | 56 | 12 | 164 | 55 | 2C |
| Octal | 321 | 21 | 36 | 0 | 134 | 126 | 22 | 544 | 125 | 54 |
| Binary | 11010001 | 10001 | 11110 | 0 | 1011100 | 1010110 | 10010 | 101100100 | 1010101 | 101100 |
Color Harmonies of #D1111E
Complementary color
Monochromatic Colors of #D1111E
Black with #D1111E
Text Example
Text Example
White with #D1111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1111E; }
p { color: rgb(209,17,30); }
H1.HeaderClassName
{
color: #D1111E;
}
.AnyTagClassName
{
color: #D1111E;
}
</style>
background-color css
<style>
a { background-color: #D1111E; }
a { background-color: rgb(209,17,30); }
div.DivClassName
{
background-color: #D1111E;
}
.BgClassName
{
background-color: #D1111E;
}
</style>
border-color css
<style>
span { border-color: #D1111E; }
span { border-color: rgb(209,17,30); }
td.TdClassName
{
border-color: #D1111E;
}
.TagClassName
{
border-color: #D1111E;
}
</style>