Shades of Fire Engine Red #DF1220
Tints of Fire Engine Red #DF1220
RGB
CMYK
RGB Variations
Color information
#DF1220 (or 0xDF1220) is known color: Fire Engine Red. HEX triplet: DF, 12 and 20. RGB value is (223,18,32). Sum of RGB (Red+Green+Blue) = 223+18+32=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1220 is #20EDDF. Grayscale: #515151. Windows color (decimal): -2158048 or 2101983. OLE color: 2101983.
HSL color Cylindrical-coordinate representation of color #DF1220: hue angle of 355.9º 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 #DF1220 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 32 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.13 |
| HSL | 355.9º | 0.85% | 0.47% | - |
| HSV(B) | 355.9º | 0.92% | 0.87% | - |
| XYZ | 30.91 | 16.22 | 2.87 | - |
| YUV | 80.89 | 100.42 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 32 | 0 | 0.92 | 0.86 | 0.13 | 355.9 | 0.85 | 0.47 |
| Hex | DF | 12 | 20 | 0 | 5C | 56 | D | 164 | 55 | 2F |
| Octal | 337 | 22 | 40 | 0 | 134 | 126 | 15 | 544 | 125 | 57 |
| Binary | 11011111 | 10010 | 100000 | 0 | 1011100 | 1010110 | 1101 | 101100100 | 1010101 | 101111 |
Color Harmonies of #DF1220
Complementary color
Monochromatic Colors of #DF1220
Black with #DF1220
Text Example
Text Example
White with #DF1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1220; }
p { color: rgb(223,18,32); }
H1.HeaderClassName
{
color: #DF1220;
}
.AnyTagClassName
{
color: #DF1220;
}
</style>
background-color css
<style>
a { background-color: #DF1220; }
a { background-color: rgb(223,18,32); }
div.DivClassName
{
background-color: #DF1220;
}
.BgClassName
{
background-color: #DF1220;
}
</style>
border-color css
<style>
span { border-color: #DF1220; }
span { border-color: rgb(223,18,32); }
td.TdClassName
{
border-color: #DF1220;
}
.TagClassName
{
border-color: #DF1220;
}
</style>