Shades of Fire Engine Red #DF061D
Tints of Fire Engine Red #DF061D
RGB
CMYK
RGB Variations
Color information
#DF061D (or 0xDF061D) is known color: Fire Engine Red. HEX triplet: DF, 06 and 1D. RGB value is (223,6,29). Sum of RGB (Red+Green+Blue) = 223+6+29=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF061D is #20F9E2. Grayscale: #494949. Windows color (decimal): -2161123 or 1902303. OLE color: 1902303.
HSL color Cylindrical-coordinate representation of color #DF061D: hue angle of 353.64º 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 #DF061D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.13 |
| HSL | 353.64º | 0.95% | 0.45% | - |
| HSV(B) | 353.64º | 0.97% | 0.87% | - |
| XYZ | 30.72 | 15.91 | 2.61 | - |
| YUV | 73.51 | 102.89 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 29 | 0 | 0.97 | 0.87 | 0.13 | 353.64 | 0.95 | 0.45 |
| Hex | DF | 6 | 1D | 0 | 61 | 57 | D | 162 | 5F | 2D |
| Octal | 337 | 6 | 35 | 0 | 141 | 127 | 15 | 542 | 137 | 55 |
| Binary | 11011111 | 110 | 11101 | 0 | 1100001 | 1010111 | 1101 | 101100010 | 1011111 | 101101 |
Color Harmonies of #DF061D
Complementary color
Monochromatic Colors of #DF061D
Black with #DF061D
Text Example
Text Example
White with #DF061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF061D; }
p { color: rgb(223,6,29); }
H1.HeaderClassName
{
color: #DF061D;
}
.AnyTagClassName
{
color: #DF061D;
}
</style>
background-color css
<style>
a { background-color: #DF061D; }
a { background-color: rgb(223,6,29); }
div.DivClassName
{
background-color: #DF061D;
}
.BgClassName
{
background-color: #DF061D;
}
</style>
border-color css
<style>
span { border-color: #DF061D; }
span { border-color: rgb(223,6,29); }
td.TdClassName
{
border-color: #DF061D;
}
.TagClassName
{
border-color: #DF061D;
}
</style>