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