Shades of Venetian Red #DF0A11
Tints of Venetian Red #DF0A11
RGB
CMYK
RGB Variations
Color information
#DF0A11 (or 0xDF0A11) is known color: Venetian Red. HEX triplet: DF, 0A and 11. RGB value is (223,10,17). Sum of RGB (Red+Green+Blue) = 223+10+17=250 (33% of max value = 765). Red value is 223 (87.5% from 255 or 89.2% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A11 is #20F5EE. Grayscale: #4A4A4A. Windows color (decimal): -2160111 or 1116895. OLE color: 1116895.
HSL color Cylindrical-coordinate representation of color #DF0A11: hue angle of 358.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A11 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.13 |
| HSL | 358.03º | 0.91% | 0.46% | - |
| HSV(B) | 358.03º | 0.96% | 0.87% | - |
| XYZ | 30.64 | 15.95 | 1.99 | - |
| YUV | 74.49 | 95.57 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 17 | 0 | 0.96 | 0.92 | 0.13 | 358.03 | 0.91 | 0.46 |
| Hex | DF | A | 11 | 0 | 60 | 5C | D | 166 | 5B | 2E |
| Octal | 337 | 12 | 21 | 0 | 140 | 134 | 15 | 546 | 133 | 56 |
| Binary | 11011111 | 1010 | 10001 | 0 | 1100000 | 1011100 | 1101 | 101100110 | 1011011 | 101110 |
Color Harmonies of #DF0A11
Complementary color
Monochromatic Colors of #DF0A11
Black with #DF0A11
Text Example
Text Example
White with #DF0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A11; }
p { color: rgb(223,10,17); }
H1.HeaderClassName
{
color: #DF0A11;
}
.AnyTagClassName
{
color: #DF0A11;
}
</style>
background-color css
<style>
a { background-color: #DF0A11; }
a { background-color: rgb(223,10,17); }
div.DivClassName
{
background-color: #DF0A11;
}
.BgClassName
{
background-color: #DF0A11;
}
</style>
border-color css
<style>
span { border-color: #DF0A11; }
span { border-color: rgb(223,10,17); }
td.TdClassName
{
border-color: #DF0A11;
}
.TagClassName
{
border-color: #DF0A11;
}
</style>