Shades of Venetian Red #DF0D10
Tints of Venetian Red #DF0D10
RGB
CMYK
RGB Variations
Color information
#DF0D10 (or 0xDF0D10) is known color: Venetian Red. HEX triplet: DF, 0D and 10. RGB value is (223,13,16). Sum of RGB (Red+Green+Blue) = 223+13+16=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0D10 is #20F2EF. Grayscale: #4C4C4C. Windows color (decimal): -2159344 or 1052127. OLE color: 1052127.
HSL color Cylindrical-coordinate representation of color #DF0D10: hue angle of 359.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.13 |
| HSL | 359.14º | 0.89% | 0.46% | - |
| HSV(B) | 359.14º | 0.94% | 0.87% | - |
| XYZ | 30.67 | 16.01 | 1.96 | - |
| YUV | 76.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 16 | 0 | 0.94 | 0.93 | 0.13 | 359.14 | 0.89 | 0.46 |
| Hex | DF | D | 10 | 0 | 5E | 5D | D | 167 | 59 | 2E |
| Octal | 337 | 15 | 20 | 0 | 136 | 135 | 15 | 547 | 131 | 56 |
| Binary | 11011111 | 1101 | 10000 | 0 | 1011110 | 1011101 | 1101 | 101100111 | 1011001 | 101110 |
Color Harmonies of #DF0D10
Complementary color
Monochromatic Colors of #DF0D10
Black with #DF0D10
Text Example
Text Example
White with #DF0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D10; }
p { color: rgb(223,13,16); }
H1.HeaderClassName
{
color: #DF0D10;
}
.AnyTagClassName
{
color: #DF0D10;
}
</style>
background-color css
<style>
a { background-color: #DF0D10; }
a { background-color: rgb(223,13,16); }
div.DivClassName
{
background-color: #DF0D10;
}
.BgClassName
{
background-color: #DF0D10;
}
</style>
border-color css
<style>
span { border-color: #DF0D10; }
span { border-color: rgb(223,13,16); }
td.TdClassName
{
border-color: #DF0D10;
}
.TagClassName
{
border-color: #DF0D10;
}
</style>