Shades of Venetian Red #DF0011
Tints of Venetian Red #DF0011
RGB
CMYK
RGB Variations
Color information
#DF0011 (or 0xDF0011) is known color: Venetian Red. HEX triplet: DF, 00 and 11. RGB value is (223,0,17). Sum of RGB (Red+Green+Blue) = 223+0+17=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0011 is #20FFEE. Grayscale: #444444. Windows color (decimal): -2162671 or 1114335. OLE color: 1114335.
HSL color Cylindrical-coordinate representation of color #DF0011: hue angle of 355.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.13 |
| HSL | 355.43º | 1% | 0.44% | - |
| HSV(B) | 355.43º | 1% | 0.87% | - |
| XYZ | 30.53 | 15.73 | 1.96 | - |
| YUV | 68.62 | 98.88 | 238.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 17 | 0 | 1 | 0.92 | 0.13 | 355.43 | 1 | 0.44 |
| Hex | DF | 0 | 11 | 0 | 64 | 5C | D | 163 | 64 | 2C |
| Octal | 337 | 0 | 21 | 0 | 144 | 134 | 15 | 543 | 144 | 54 |
| Binary | 11011111 | 0 | 10001 | 0 | 1100100 | 1011100 | 1101 | 101100011 | 1100100 | 101100 |
Color Harmonies of #DF0011
Complementary color
Monochromatic Colors of #DF0011
Black with #DF0011
Text Example
Text Example
White with #DF0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0011; }
p { color: rgb(223,0,17); }
H1.HeaderClassName
{
color: #DF0011;
}
.AnyTagClassName
{
color: #DF0011;
}
</style>
background-color css
<style>
a { background-color: #DF0011; }
a { background-color: rgb(223,0,17); }
div.DivClassName
{
background-color: #DF0011;
}
.BgClassName
{
background-color: #DF0011;
}
</style>
border-color css
<style>
span { border-color: #DF0011; }
span { border-color: rgb(223,0,17); }
td.TdClassName
{
border-color: #DF0011;
}
.TagClassName
{
border-color: #DF0011;
}
</style>