Shades of Venetian Red #D20711
Tints of Venetian Red #D20711
RGB
CMYK
RGB Variations
Color information
#D20711 (or 0xD20711) is known color: Venetian Red. HEX triplet: D2, 07 and 11. RGB value is (210,7,17). Sum of RGB (Red+Green+Blue) = 210+7+17=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D20711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20711 is #2DF8EE. Grayscale: #454545. Windows color (decimal): -3012847 or 1116114. OLE color: 1116114.
HSL color Cylindrical-coordinate representation of color #D20711: hue angle of 357.04º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 17 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.18 |
| HSL | 357.04º | 0.94% | 0.43% | - |
| HSV(B) | 357.04º | 0.97% | 0.82% | - |
| XYZ | 26.76 | 13.89 | 1.8 | - |
| YUV | 68.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 17 | 0 | 0.97 | 0.92 | 0.18 | 357.04 | 0.94 | 0.43 |
| Hex | D2 | 7 | 11 | 0 | 61 | 5C | 12 | 165 | 5E | 2B |
| Octal | 322 | 7 | 21 | 0 | 141 | 134 | 22 | 545 | 136 | 53 |
| Binary | 11010010 | 111 | 10001 | 0 | 1100001 | 1011100 | 10010 | 101100101 | 1011110 | 101011 |
Color Harmonies of #D20711
Complementary color
Monochromatic Colors of #D20711
Black with #D20711
Text Example
Text Example
White with #D20711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20711; }
p { color: rgb(210,7,17); }
H1.HeaderClassName
{
color: #D20711;
}
.AnyTagClassName
{
color: #D20711;
}
</style>
background-color css
<style>
a { background-color: #D20711; }
a { background-color: rgb(210,7,17); }
div.DivClassName
{
background-color: #D20711;
}
.BgClassName
{
background-color: #D20711;
}
</style>
border-color css
<style>
span { border-color: #D20711; }
span { border-color: rgb(210,7,17); }
td.TdClassName
{
border-color: #D20711;
}
.TagClassName
{
border-color: #D20711;
}
</style>