Shades of Venetian Red #DF0210
Tints of Venetian Red #DF0210
RGB
CMYK
RGB Variations
Color information
#DF0210 (or 0xDF0210) is known color: Venetian Red. HEX triplet: DF, 02 and 10. RGB value is (223,2,16). Sum of RGB (Red+Green+Blue) = 223+2+16=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0210 is #20FDEF. Grayscale: #454545. Windows color (decimal): -2162160 or 1049311. OLE color: 1049311.
HSL color Cylindrical-coordinate representation of color #DF0210: hue angle of 356.2º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.13 |
| HSL | 356.2º | 0.98% | 0.44% | - |
| HSV(B) | 356.2º | 0.99% | 0.87% | - |
| XYZ | 30.55 | 15.77 | 1.92 | - |
| YUV | 69.68 | 97.72 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 16 | 0 | 0.99 | 0.93 | 0.13 | 356.2 | 0.98 | 0.44 |
| Hex | DF | 2 | 10 | 0 | 63 | 5D | D | 164 | 62 | 2C |
| Octal | 337 | 2 | 20 | 0 | 143 | 135 | 15 | 544 | 142 | 54 |
| Binary | 11011111 | 10 | 10000 | 0 | 1100011 | 1011101 | 1101 | 101100100 | 1100010 | 101100 |
Color Harmonies of #DF0210
Complementary color
Monochromatic Colors of #DF0210
Black with #DF0210
Text Example
Text Example
White with #DF0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0210; }
p { color: rgb(223,2,16); }
H1.HeaderClassName
{
color: #DF0210;
}
.AnyTagClassName
{
color: #DF0210;
}
</style>
background-color css
<style>
a { background-color: #DF0210; }
a { background-color: rgb(223,2,16); }
div.DivClassName
{
background-color: #DF0210;
}
.BgClassName
{
background-color: #DF0210;
}
</style>
border-color css
<style>
span { border-color: #DF0210; }
span { border-color: rgb(223,2,16); }
td.TdClassName
{
border-color: #DF0210;
}
.TagClassName
{
border-color: #DF0210;
}
</style>