Shades of Venetian Red #D10010
Tints of Venetian Red #D10010
RGB
CMYK
RGB Variations
Color information
#D10010 (or 0xD10010) is known color: Venetian Red. HEX triplet: D1, 00 and 10. RGB value is (209,0,16). Sum of RGB (Red+Green+Blue) = 209+0+16=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D10010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10010 is #2EFFEF. Grayscale: #404040. Windows color (decimal): -3080176 or 1048785. OLE color: 1048785.
HSL color Cylindrical-coordinate representation of color #D10010: hue angle of 355.41º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.92 | 0.18 |
| HSL | 355.41º | 1% | 0.41% | - |
| HSV(B) | 355.41º | 1% | 0.82% | - |
| XYZ | 26.39 | 13.59 | 1.72 | - |
| YUV | 64.32 | 100.74 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 16 | 0 | 1 | 0.92 | 0.18 | 355.41 | 1 | 0.41 |
| Hex | D1 | 0 | 10 | 0 | 64 | 5C | 12 | 163 | 64 | 29 |
| Octal | 321 | 0 | 20 | 0 | 144 | 134 | 22 | 543 | 144 | 51 |
| Binary | 11010001 | 0 | 10000 | 0 | 1100100 | 1011100 | 10010 | 101100011 | 1100100 | 101001 |
Color Harmonies of #D10010
Complementary color
Monochromatic Colors of #D10010
Black with #D10010
Text Example
Text Example
White with #D10010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10010; }
p { color: rgb(209,0,16); }
H1.HeaderClassName
{
color: #D10010;
}
.AnyTagClassName
{
color: #D10010;
}
</style>
background-color css
<style>
a { background-color: #D10010; }
a { background-color: rgb(209,0,16); }
div.DivClassName
{
background-color: #D10010;
}
.BgClassName
{
background-color: #D10010;
}
</style>
border-color css
<style>
span { border-color: #D10010; }
span { border-color: rgb(209,0,16); }
td.TdClassName
{
border-color: #D10010;
}
.TagClassName
{
border-color: #D10010;
}
</style>