Shades of Fire Engine Red #DF1420
Tints of Fire Engine Red #DF1420
RGB
CMYK
RGB Variations
Color information
#DF1420 (or 0xDF1420) is known color: Fire Engine Red. HEX triplet: DF, 14 and 20. RGB value is (223,20,32). Sum of RGB (Red+Green+Blue) = 223+20+32=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1420 is #20EBDF. Grayscale: #525252. Windows color (decimal): -2157536 or 2102495. OLE color: 2102495.
HSL color Cylindrical-coordinate representation of color #DF1420: hue angle of 356.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1420 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 32 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.13 |
| HSL | 356.45º | 0.84% | 0.48% | - |
| HSV(B) | 356.45º | 0.91% | 0.87% | - |
| XYZ | 30.94 | 16.29 | 2.88 | - |
| YUV | 82.07 | 99.75 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 32 | 0 | 0.91 | 0.86 | 0.13 | 356.45 | 0.84 | 0.48 |
| Hex | DF | 14 | 20 | 0 | 5B | 56 | D | 164 | 54 | 30 |
| Octal | 337 | 24 | 40 | 0 | 133 | 126 | 15 | 544 | 124 | 60 |
| Binary | 11011111 | 10100 | 100000 | 0 | 1011011 | 1010110 | 1101 | 101100100 | 1010100 | 110000 |
Color Harmonies of #DF1420
Complementary color
Monochromatic Colors of #DF1420
Black with #DF1420
Text Example
Text Example
White with #DF1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1420; }
p { color: rgb(223,20,32); }
H1.HeaderClassName
{
color: #DF1420;
}
.AnyTagClassName
{
color: #DF1420;
}
</style>
background-color css
<style>
a { background-color: #DF1420; }
a { background-color: rgb(223,20,32); }
div.DivClassName
{
background-color: #DF1420;
}
.BgClassName
{
background-color: #DF1420;
}
</style>
border-color css
<style>
span { border-color: #DF1420; }
span { border-color: rgb(223,20,32); }
td.TdClassName
{
border-color: #DF1420;
}
.TagClassName
{
border-color: #DF1420;
}
</style>