Shades of Fire Engine Red #DF061E
Tints of Fire Engine Red #DF061E
RGB
CMYK
RGB Variations
Color information
#DF061E (or 0xDF061E) is known color: Fire Engine Red. HEX triplet: DF, 06 and 1E. RGB value is (223,6,30). Sum of RGB (Red+Green+Blue) = 223+6+30=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF061E is #20F9E1. Grayscale: #494949. Windows color (decimal): -2161122 or 1967839. OLE color: 1967839.
HSL color Cylindrical-coordinate representation of color #DF061E: hue angle of 353.36º degrees, saturation: 0.95, 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 #DF061E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.13 |
| HSL | 353.36º | 0.95% | 0.45% | - |
| HSV(B) | 353.36º | 0.97% | 0.87% | - |
| XYZ | 30.73 | 15.91 | 2.68 | - |
| YUV | 73.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 30 | 0 | 0.97 | 0.87 | 0.13 | 353.36 | 0.95 | 0.45 |
| Hex | DF | 6 | 1E | 0 | 61 | 57 | D | 161 | 5F | 2D |
| Octal | 337 | 6 | 36 | 0 | 141 | 127 | 15 | 541 | 137 | 55 |
| Binary | 11011111 | 110 | 11110 | 0 | 1100001 | 1010111 | 1101 | 101100001 | 1011111 | 101101 |
Color Harmonies of #DF061E
Complementary color
Monochromatic Colors of #DF061E
Black with #DF061E
Text Example
Text Example
White with #DF061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF061E; }
p { color: rgb(223,6,30); }
H1.HeaderClassName
{
color: #DF061E;
}
.AnyTagClassName
{
color: #DF061E;
}
</style>
background-color css
<style>
a { background-color: #DF061E; }
a { background-color: rgb(223,6,30); }
div.DivClassName
{
background-color: #DF061E;
}
.BgClassName
{
background-color: #DF061E;
}
</style>
border-color css
<style>
span { border-color: #DF061E; }
span { border-color: rgb(223,6,30); }
td.TdClassName
{
border-color: #DF061E;
}
.TagClassName
{
border-color: #DF061E;
}
</style>