Shades of Fire Engine Red #DF111E
Tints of Fire Engine Red #DF111E
RGB
CMYK
RGB Variations
Color information
#DF111E (or 0xDF111E) is known color: Fire Engine Red. HEX triplet: DF, 11 and 1E. RGB value is (223,17,30). Sum of RGB (Red+Green+Blue) = 223+17+30=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF111E is #20EEE1. Grayscale: #505050. Windows color (decimal): -2158306 or 1970655. OLE color: 1970655.
HSL color Cylindrical-coordinate representation of color #DF111E: hue angle of 356.21º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF111E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.13 |
| HSL | 356.21º | 0.86% | 0.47% | - |
| HSV(B) | 356.21º | 0.92% | 0.87% | - |
| XYZ | 30.87 | 16.18 | 2.73 | - |
| YUV | 80.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 30 | 0 | 0.92 | 0.87 | 0.13 | 356.21 | 0.86 | 0.47 |
| Hex | DF | 11 | 1E | 0 | 5C | 57 | D | 164 | 56 | 2F |
| Octal | 337 | 21 | 36 | 0 | 134 | 127 | 15 | 544 | 126 | 57 |
| Binary | 11011111 | 10001 | 11110 | 0 | 1011100 | 1010111 | 1101 | 101100100 | 1010110 | 101111 |
Color Harmonies of #DF111E
Complementary color
Monochromatic Colors of #DF111E
Black with #DF111E
Text Example
Text Example
White with #DF111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF111E; }
p { color: rgb(223,17,30); }
H1.HeaderClassName
{
color: #DF111E;
}
.AnyTagClassName
{
color: #DF111E;
}
</style>
background-color css
<style>
a { background-color: #DF111E; }
a { background-color: rgb(223,17,30); }
div.DivClassName
{
background-color: #DF111E;
}
.BgClassName
{
background-color: #DF111E;
}
</style>
border-color css
<style>
span { border-color: #DF111E; }
span { border-color: rgb(223,17,30); }
td.TdClassName
{
border-color: #DF111E;
}
.TagClassName
{
border-color: #DF111E;
}
</style>