Shades of Fire Engine Red #DF071D
Tints of Fire Engine Red #DF071D
RGB
CMYK
RGB Variations
Color information
#DF071D (or 0xDF071D) is known color: Fire Engine Red. HEX triplet: DF, 07 and 1D. RGB value is (223,7,29). Sum of RGB (Red+Green+Blue) = 223+7+29=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF071D is #20F8E2. Grayscale: #4A4A4A. Windows color (decimal): -2160867 or 1902559. OLE color: 1902559.
HSL color Cylindrical-coordinate representation of color #DF071D: hue angle of 353.89º 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 #DF071D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.13 |
| HSL | 353.89º | 0.94% | 0.45% | - |
| HSV(B) | 353.89º | 0.97% | 0.87% | - |
| XYZ | 30.73 | 15.93 | 2.62 | - |
| YUV | 74.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 29 | 0 | 0.97 | 0.87 | 0.13 | 353.89 | 0.94 | 0.45 |
| Hex | DF | 7 | 1D | 0 | 61 | 57 | D | 162 | 5E | 2D |
| Octal | 337 | 7 | 35 | 0 | 141 | 127 | 15 | 542 | 136 | 55 |
| Binary | 11011111 | 111 | 11101 | 0 | 1100001 | 1010111 | 1101 | 101100010 | 1011110 | 101101 |
Color Harmonies of #DF071D
Complementary color
Monochromatic Colors of #DF071D
Black with #DF071D
Text Example
Text Example
White with #DF071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF071D; }
p { color: rgb(223,7,29); }
H1.HeaderClassName
{
color: #DF071D;
}
.AnyTagClassName
{
color: #DF071D;
}
</style>
background-color css
<style>
a { background-color: #DF071D; }
a { background-color: rgb(223,7,29); }
div.DivClassName
{
background-color: #DF071D;
}
.BgClassName
{
background-color: #DF071D;
}
</style>
border-color css
<style>
span { border-color: #DF071D; }
span { border-color: rgb(223,7,29); }
td.TdClassName
{
border-color: #DF071D;
}
.TagClassName
{
border-color: #DF071D;
}
</style>