Shades of Venetian Red #D10011
Tints of Venetian Red #D10011
RGB
CMYK
RGB Variations
Color information
#D10011 (or 0xD10011) is known color: Venetian Red. HEX triplet: D1, 00 and 11. RGB value is (209,0,17). Sum of RGB (Red+Green+Blue) = 209+0+17=226 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.48% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 209 - color contains mainly: red. Hex color #D10011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10011 is #2EFFEE. Grayscale: #404040. Windows color (decimal): -3080175 or 1114321. OLE color: 1114321.
HSL color Cylindrical-coordinate representation of color #D10011: hue angle of 355.12º 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 #D10011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.18 |
| HSL | 355.12º | 1% | 0.41% | - |
| HSV(B) | 355.12º | 1% | 0.82% | - |
| XYZ | 26.4 | 13.6 | 1.76 | - |
| YUV | 64.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 17 | 0 | 1 | 0.92 | 0.18 | 355.12 | 1 | 0.41 |
| Hex | D1 | 0 | 11 | 0 | 64 | 5C | 12 | 163 | 64 | 29 |
| Octal | 321 | 0 | 21 | 0 | 144 | 134 | 22 | 543 | 144 | 51 |
| Binary | 11010001 | 0 | 10001 | 0 | 1100100 | 1011100 | 10010 | 101100011 | 1100100 | 101001 |
Color Harmonies of #D10011
Complementary color
Monochromatic Colors of #D10011
Black with #D10011
Text Example
Text Example
White with #D10011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10011; }
p { color: rgb(209,0,17); }
H1.HeaderClassName
{
color: #D10011;
}
.AnyTagClassName
{
color: #D10011;
}
</style>
background-color css
<style>
a { background-color: #D10011; }
a { background-color: rgb(209,0,17); }
div.DivClassName
{
background-color: #D10011;
}
.BgClassName
{
background-color: #D10011;
}
</style>
border-color css
<style>
span { border-color: #D10011; }
span { border-color: rgb(209,0,17); }
td.TdClassName
{
border-color: #D10011;
}
.TagClassName
{
border-color: #D10011;
}
</style>