Shades of Fire Engine Red #DF1122
Tints of Fire Engine Red #DF1122
RGB
CMYK
RGB Variations
Color information
#DF1122 (or 0xDF1122) is known color: Fire Engine Red. HEX triplet: DF, 11 and 22. RGB value is (223,17,34). Sum of RGB (Red+Green+Blue) = 223+17+34=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1122 is #20EEDD. Grayscale: #505050. Windows color (decimal): -2158302 or 2232799. OLE color: 2232799.
HSL color Cylindrical-coordinate representation of color #DF1122: hue angle of 355.05º 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 #DF1122 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 34 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.13 |
| HSL | 355.05º | 0.86% | 0.47% | - |
| HSV(B) | 355.05º | 0.92% | 0.87% | - |
| XYZ | 30.92 | 16.2 | 3.01 | - |
| YUV | 80.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 34 | 0 | 0.92 | 0.85 | 0.13 | 355.05 | 0.86 | 0.47 |
| Hex | DF | 11 | 22 | 0 | 5C | 55 | D | 163 | 56 | 2F |
| Octal | 337 | 21 | 42 | 0 | 134 | 125 | 15 | 543 | 126 | 57 |
| Binary | 11011111 | 10001 | 100010 | 0 | 1011100 | 1010101 | 1101 | 101100011 | 1010110 | 101111 |
Color Harmonies of #DF1122
Complementary color
Monochromatic Colors of #DF1122
Black with #DF1122
Text Example
Text Example
White with #DF1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1122; }
p { color: rgb(223,17,34); }
H1.HeaderClassName
{
color: #DF1122;
}
.AnyTagClassName
{
color: #DF1122;
}
</style>
background-color css
<style>
a { background-color: #DF1122; }
a { background-color: rgb(223,17,34); }
div.DivClassName
{
background-color: #DF1122;
}
.BgClassName
{
background-color: #DF1122;
}
</style>
border-color css
<style>
span { border-color: #DF1122; }
span { border-color: rgb(223,17,34); }
td.TdClassName
{
border-color: #DF1122;
}
.TagClassName
{
border-color: #DF1122;
}
</style>