Shades of Fire Engine Red #DF1222
Tints of Fire Engine Red #DF1222
RGB
CMYK
RGB Variations
Color information
#DF1222 (or 0xDF1222) is known color: Fire Engine Red. HEX triplet: DF, 12 and 22. RGB value is (223,18,34). Sum of RGB (Red+Green+Blue) = 223+18+34=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1222 is #20EDDD. Grayscale: #515151. Windows color (decimal): -2158046 or 2233055. OLE color: 2233055.
HSL color Cylindrical-coordinate representation of color #DF1222: hue angle of 355.32º degrees, saturation: 0.85, 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 #DF1222 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 34 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.13 |
| HSL | 355.32º | 0.85% | 0.47% | - |
| HSV(B) | 355.32º | 0.92% | 0.87% | - |
| XYZ | 30.94 | 16.24 | 3.02 | - |
| YUV | 81.12 | 101.42 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 34 | 0 | 0.92 | 0.85 | 0.13 | 355.32 | 0.85 | 0.47 |
| Hex | DF | 12 | 22 | 0 | 5C | 55 | D | 163 | 55 | 2F |
| Octal | 337 | 22 | 42 | 0 | 134 | 125 | 15 | 543 | 125 | 57 |
| Binary | 11011111 | 10010 | 100010 | 0 | 1011100 | 1010101 | 1101 | 101100011 | 1010101 | 101111 |
Color Harmonies of #DF1222
Complementary color
Monochromatic Colors of #DF1222
Black with #DF1222
Text Example
Text Example
White with #DF1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1222; }
p { color: rgb(223,18,34); }
H1.HeaderClassName
{
color: #DF1222;
}
.AnyTagClassName
{
color: #DF1222;
}
</style>
background-color css
<style>
a { background-color: #DF1222; }
a { background-color: rgb(223,18,34); }
div.DivClassName
{
background-color: #DF1222;
}
.BgClassName
{
background-color: #DF1222;
}
</style>
border-color css
<style>
span { border-color: #DF1222; }
span { border-color: rgb(223,18,34); }
td.TdClassName
{
border-color: #DF1222;
}
.TagClassName
{
border-color: #DF1222;
}
</style>