Shades of Fire Engine Red #D1111B
Tints of Fire Engine Red #D1111B
RGB
CMYK
RGB Variations
Color information
#D1111B (or 0xD1111B) is known color: Fire Engine Red. HEX triplet: D1, 11 and 1B. RGB value is (209,17,27). Sum of RGB (Red+Green+Blue) = 209+17+27=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D1111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1111B is #2EEEE4. Grayscale: #4B4B4B. Windows color (decimal): -3075813 or 1774033. OLE color: 1774033.
HSL color Cylindrical-coordinate representation of color #D1111B: hue angle of 356.88º 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 #D1111B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 27 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.18 |
| HSL | 356.88º | 0.85% | 0.44% | - |
| HSV(B) | 356.88º | 0.92% | 0.82% | - |
| XYZ | 26.69 | 14.04 | 2.34 | - |
| YUV | 75.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 27 | 0 | 0.92 | 0.87 | 0.18 | 356.88 | 0.85 | 0.44 |
| Hex | D1 | 11 | 1B | 0 | 5C | 57 | 12 | 165 | 55 | 2C |
| Octal | 321 | 21 | 33 | 0 | 134 | 127 | 22 | 545 | 125 | 54 |
| Binary | 11010001 | 10001 | 11011 | 0 | 1011100 | 1010111 | 10010 | 101100101 | 1010101 | 101100 |
Color Harmonies of #D1111B
Complementary color
Monochromatic Colors of #D1111B
Black with #D1111B
Text Example
Text Example
White with #D1111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1111B; }
p { color: rgb(209,17,27); }
H1.HeaderClassName
{
color: #D1111B;
}
.AnyTagClassName
{
color: #D1111B;
}
</style>
background-color css
<style>
a { background-color: #D1111B; }
a { background-color: rgb(209,17,27); }
div.DivClassName
{
background-color: #D1111B;
}
.BgClassName
{
background-color: #D1111B;
}
</style>
border-color css
<style>
span { border-color: #D1111B; }
span { border-color: rgb(209,17,27); }
td.TdClassName
{
border-color: #D1111B;
}
.TagClassName
{
border-color: #D1111B;
}
</style>