Shades of Fire Engine Red #DF0222
Tints of Fire Engine Red #DF0222
RGB
CMYK
RGB Variations
Color information
#DF0222 (or 0xDF0222) is known color: Fire Engine Red. HEX triplet: DF, 02 and 22. RGB value is (223,2,34). Sum of RGB (Red+Green+Blue) = 223+2+34=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0222 is #20FDDD. Grayscale: #474747. Windows color (decimal): -2162142 or 2228959. OLE color: 2228959.
HSL color Cylindrical-coordinate representation of color #DF0222: hue angle of 351.31º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0222 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.13 |
| HSL | 351.31º | 0.98% | 0.44% | - |
| HSV(B) | 351.31º | 0.99% | 0.87% | - |
| XYZ | 30.74 | 15.85 | 2.95 | - |
| YUV | 71.73 | 106.72 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 34 | 0 | 0.99 | 0.85 | 0.13 | 351.31 | 0.98 | 0.44 |
| Hex | DF | 2 | 22 | 0 | 63 | 55 | D | 15F | 62 | 2C |
| Octal | 337 | 2 | 42 | 0 | 143 | 125 | 15 | 537 | 142 | 54 |
| Binary | 11011111 | 10 | 100010 | 0 | 1100011 | 1010101 | 1101 | 101011111 | 1100010 | 101100 |
Color Harmonies of #DF0222
Complementary color
Monochromatic Colors of #DF0222
Black with #DF0222
Text Example
Text Example
White with #DF0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0222; }
p { color: rgb(223,2,34); }
H1.HeaderClassName
{
color: #DF0222;
}
.AnyTagClassName
{
color: #DF0222;
}
</style>
background-color css
<style>
a { background-color: #DF0222; }
a { background-color: rgb(223,2,34); }
div.DivClassName
{
background-color: #DF0222;
}
.BgClassName
{
background-color: #DF0222;
}
</style>
border-color css
<style>
span { border-color: #DF0222; }
span { border-color: rgb(223,2,34); }
td.TdClassName
{
border-color: #DF0222;
}
.TagClassName
{
border-color: #DF0222;
}
</style>