Shades of Fire Engine Red #D0111C
Tints of Fire Engine Red #D0111C
RGB
CMYK
RGB Variations
Color information
#D0111C (or 0xD0111C) is known color: Fire Engine Red. HEX triplet: D0, 11 and 1C. RGB value is (208,17,28). Sum of RGB (Red+Green+Blue) = 208+17+28=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D0111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0111C is #2FEEE3. Grayscale: #4B4B4B. Windows color (decimal): -3141348 or 1839568. OLE color: 1839568.
HSL color Cylindrical-coordinate representation of color #D0111C: hue angle of 356.54º 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 #D0111C is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 28 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.18 |
| HSL | 356.54º | 0.85% | 0.44% | - |
| HSV(B) | 356.54º | 0.92% | 0.82% | - |
| XYZ | 26.42 | 13.89 | 2.39 | - |
| YUV | 75.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 28 | 0 | 0.92 | 0.87 | 0.18 | 356.54 | 0.85 | 0.44 |
| Hex | D0 | 11 | 1C | 0 | 5C | 57 | 12 | 165 | 55 | 2C |
| Octal | 320 | 21 | 34 | 0 | 134 | 127 | 22 | 545 | 125 | 54 |
| Binary | 11010000 | 10001 | 11100 | 0 | 1011100 | 1010111 | 10010 | 101100101 | 1010101 | 101100 |
Color Harmonies of #D0111C
Complementary color
Monochromatic Colors of #D0111C
Black with #D0111C
Text Example
Text Example
White with #D0111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0111C; }
p { color: rgb(208,17,28); }
H1.HeaderClassName
{
color: #D0111C;
}
.AnyTagClassName
{
color: #D0111C;
}
</style>
background-color css
<style>
a { background-color: #D0111C; }
a { background-color: rgb(208,17,28); }
div.DivClassName
{
background-color: #D0111C;
}
.BgClassName
{
background-color: #D0111C;
}
</style>
border-color css
<style>
span { border-color: #D0111C; }
span { border-color: rgb(208,17,28); }
td.TdClassName
{
border-color: #D0111C;
}
.TagClassName
{
border-color: #D0111C;
}
</style>