Shades of Fire Engine Red #DF071F
Tints of Fire Engine Red #DF071F
RGB
CMYK
RGB Variations
Color information
#DF071F (or 0xDF071F) is known color: Fire Engine Red. HEX triplet: DF, 07 and 1F. RGB value is (223,7,31). Sum of RGB (Red+Green+Blue) = 223+7+31=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF071F is #20F8E0. Grayscale: #4A4A4A. Windows color (decimal): -2160865 or 2033631. OLE color: 2033631.
HSL color Cylindrical-coordinate representation of color #DF071F: hue angle of 353.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF071F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 31 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.13 |
| HSL | 353.33º | 0.94% | 0.45% | - |
| HSV(B) | 353.33º | 0.97% | 0.87% | - |
| XYZ | 30.75 | 15.94 | 2.75 | - |
| YUV | 74.32 | 103.56 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 31 | 0 | 0.97 | 0.86 | 0.13 | 353.33 | 0.94 | 0.45 |
| Hex | DF | 7 | 1F | 0 | 61 | 56 | D | 161 | 5E | 2D |
| Octal | 337 | 7 | 37 | 0 | 141 | 126 | 15 | 541 | 136 | 55 |
| Binary | 11011111 | 111 | 11111 | 0 | 1100001 | 1010110 | 1101 | 101100001 | 1011110 | 101101 |
Color Harmonies of #DF071F
Complementary color
Monochromatic Colors of #DF071F
Black with #DF071F
Text Example
Text Example
White with #DF071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF071F; }
p { color: rgb(223,7,31); }
H1.HeaderClassName
{
color: #DF071F;
}
.AnyTagClassName
{
color: #DF071F;
}
</style>
background-color css
<style>
a { background-color: #DF071F; }
a { background-color: rgb(223,7,31); }
div.DivClassName
{
background-color: #DF071F;
}
.BgClassName
{
background-color: #DF071F;
}
</style>
border-color css
<style>
span { border-color: #DF071F; }
span { border-color: rgb(223,7,31); }
td.TdClassName
{
border-color: #DF071F;
}
.TagClassName
{
border-color: #DF071F;
}
</style>