Shades of Venetian Red #DF0711
Tints of Venetian Red #DF0711
RGB
CMYK
RGB Variations
Color information
#DF0711 (or 0xDF0711) is known color: Venetian Red. HEX triplet: DF, 07 and 11. RGB value is (223,7,17). Sum of RGB (Red+Green+Blue) = 223+7+17=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0711 is #20F8EE. Grayscale: #484848. Windows color (decimal): -2160879 or 1116127. OLE color: 1116127.
HSL color Cylindrical-coordinate representation of color #DF0711: hue angle of 357.22º 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 #DF0711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 17 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.13 |
| HSL | 357.22º | 0.94% | 0.45% | - |
| HSV(B) | 357.22º | 0.97% | 0.87% | - |
| XYZ | 30.61 | 15.88 | 1.98 | - |
| YUV | 72.72 | 96.56 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 17 | 0 | 0.97 | 0.92 | 0.13 | 357.22 | 0.94 | 0.45 |
| Hex | DF | 7 | 11 | 0 | 61 | 5C | D | 165 | 5E | 2D |
| Octal | 337 | 7 | 21 | 0 | 141 | 134 | 15 | 545 | 136 | 55 |
| Binary | 11011111 | 111 | 10001 | 0 | 1100001 | 1011100 | 1101 | 101100101 | 1011110 | 101101 |
Color Harmonies of #DF0711
Complementary color
Monochromatic Colors of #DF0711
Black with #DF0711
Text Example
Text Example
White with #DF0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0711; }
p { color: rgb(223,7,17); }
H1.HeaderClassName
{
color: #DF0711;
}
.AnyTagClassName
{
color: #DF0711;
}
</style>
background-color css
<style>
a { background-color: #DF0711; }
a { background-color: rgb(223,7,17); }
div.DivClassName
{
background-color: #DF0711;
}
.BgClassName
{
background-color: #DF0711;
}
</style>
border-color css
<style>
span { border-color: #DF0711; }
span { border-color: rgb(223,7,17); }
td.TdClassName
{
border-color: #DF0711;
}
.TagClassName
{
border-color: #DF0711;
}
</style>