Shades of Fire Engine Red #DF0320
Tints of Fire Engine Red #DF0320
RGB
CMYK
RGB Variations
Color information
#DF0320 (or 0xDF0320) is known color: Fire Engine Red. HEX triplet: DF, 03 and 20. RGB value is (223,3,32). Sum of RGB (Red+Green+Blue) = 223+3+32=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0320 is #20FCDF. Grayscale: #484848. Windows color (decimal): -2161888 or 2098143. OLE color: 2098143.
HSL color Cylindrical-coordinate representation of color #DF0320: hue angle of 352.09º degrees, saturation: 0.97, 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 #DF0320 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.13 |
| HSL | 352.09º | 0.97% | 0.44% | - |
| HSV(B) | 352.09º | 0.99% | 0.87% | - |
| XYZ | 30.72 | 15.86 | 2.81 | - |
| YUV | 72.09 | 105.39 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 32 | 0 | 0.99 | 0.86 | 0.13 | 352.09 | 0.97 | 0.44 |
| Hex | DF | 3 | 20 | 0 | 63 | 56 | D | 160 | 61 | 2C |
| Octal | 337 | 3 | 40 | 0 | 143 | 126 | 15 | 540 | 141 | 54 |
| Binary | 11011111 | 11 | 100000 | 0 | 1100011 | 1010110 | 1101 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DF0320
Complementary color
Monochromatic Colors of #DF0320
Black with #DF0320
Text Example
Text Example
White with #DF0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0320; }
p { color: rgb(223,3,32); }
H1.HeaderClassName
{
color: #DF0320;
}
.AnyTagClassName
{
color: #DF0320;
}
</style>
background-color css
<style>
a { background-color: #DF0320; }
a { background-color: rgb(223,3,32); }
div.DivClassName
{
background-color: #DF0320;
}
.BgClassName
{
background-color: #DF0320;
}
</style>
border-color css
<style>
span { border-color: #DF0320; }
span { border-color: rgb(223,3,32); }
td.TdClassName
{
border-color: #DF0320;
}
.TagClassName
{
border-color: #DF0320;
}
</style>