Shades of Fire Engine Red #DF111A
Tints of Fire Engine Red #DF111A
RGB
CMYK
RGB Variations
Color information
#DF111A (or 0xDF111A) is known color: Fire Engine Red. HEX triplet: DF, 11 and 1A. RGB value is (223,17,26). Sum of RGB (Red+Green+Blue) = 223+17+26=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF111A is #20EEE5. Grayscale: #4F4F4F. Windows color (decimal): -2158310 or 1708511. OLE color: 1708511.
HSL color Cylindrical-coordinate representation of color #DF111A: hue angle of 357.38º 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 #DF111A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 26 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.13 |
| HSL | 357.38º | 0.86% | 0.47% | - |
| HSV(B) | 357.38º | 0.92% | 0.87% | - |
| XYZ | 30.82 | 16.16 | 2.47 | - |
| YUV | 79.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 26 | 0 | 0.92 | 0.88 | 0.13 | 357.38 | 0.86 | 0.47 |
| Hex | DF | 11 | 1A | 0 | 5C | 58 | D | 165 | 56 | 2F |
| Octal | 337 | 21 | 32 | 0 | 134 | 130 | 15 | 545 | 126 | 57 |
| Binary | 11011111 | 10001 | 11010 | 0 | 1011100 | 1011000 | 1101 | 101100101 | 1010110 | 101111 |
Color Harmonies of #DF111A
Complementary color
Monochromatic Colors of #DF111A
Black with #DF111A
Text Example
Text Example
White with #DF111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF111A; }
p { color: rgb(223,17,26); }
H1.HeaderClassName
{
color: #DF111A;
}
.AnyTagClassName
{
color: #DF111A;
}
</style>
background-color css
<style>
a { background-color: #DF111A; }
a { background-color: rgb(223,17,26); }
div.DivClassName
{
background-color: #DF111A;
}
.BgClassName
{
background-color: #DF111A;
}
</style>
border-color css
<style>
span { border-color: #DF111A; }
span { border-color: rgb(223,17,26); }
td.TdClassName
{
border-color: #DF111A;
}
.TagClassName
{
border-color: #DF111A;
}
</style>