Shades of Venetian Red #D20110
Tints of Venetian Red #D20110
RGB
CMYK
RGB Variations
Color information
#D20110 (or 0xD20110) is known color: Venetian Red. HEX triplet: D2, 01 and 10. RGB value is (210,1,16). Sum of RGB (Red+Green+Blue) = 210+1+16=227 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.51% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 210 - color contains mainly: red. Hex color #D20110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20110 is #2DFEEF. Grayscale: #414141. Windows color (decimal): -3014384 or 1049042. OLE color: 1049042.
HSL color Cylindrical-coordinate representation of color #D20110: hue angle of 355.69º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20110 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.18 |
| HSL | 355.69º | 0.99% | 0.41% | - |
| HSV(B) | 355.69º | 1% | 0.82% | - |
| XYZ | 26.68 | 13.76 | 1.74 | - |
| YUV | 65.2 | 100.24 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 16 | 0 | 1.00 | 0.92 | 0.18 | 355.69 | 0.99 | 0.41 |
| Hex | D2 | 1 | 10 | 0 | 64 | 5C | 12 | 164 | 63 | 29 |
| Octal | 322 | 1 | 20 | 0 | 144 | 134 | 22 | 544 | 143 | 51 |
| Binary | 11010010 | 1 | 10000 | 0 | 1100100 | 1011100 | 10010 | 101100100 | 1100011 | 101001 |
Color Harmonies of #D20110
Complementary color
Monochromatic Colors of #D20110
Black with #D20110
Text Example
Text Example
White with #D20110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20110; }
p { color: rgb(210,1,16); }
H1.HeaderClassName
{
color: #D20110;
}
.AnyTagClassName
{
color: #D20110;
}
</style>
background-color css
<style>
a { background-color: #D20110; }
a { background-color: rgb(210,1,16); }
div.DivClassName
{
background-color: #D20110;
}
.BgClassName
{
background-color: #D20110;
}
</style>
border-color css
<style>
span { border-color: #D20110; }
span { border-color: rgb(210,1,16); }
td.TdClassName
{
border-color: #D20110;
}
.TagClassName
{
border-color: #D20110;
}
</style>