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