Shades of Venetian Red #D00011
Tints of Venetian Red #D00011
RGB
CMYK
RGB Variations
Color information
#D00011 (or 0xD00011) is known color: Venetian Red. HEX triplet: D0, 00 and 11. RGB value is (208,0,17). Sum of RGB (Red+Green+Blue) = 208+0+17=225 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 208 - color contains mainly: red. Hex color #D00011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00011 is #2FFFEE. Grayscale: #404040. Windows color (decimal): -3145711 or 1114320. OLE color: 1114320.
HSL color Cylindrical-coordinate representation of color #D00011: hue angle of 355.1º 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 #D00011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.18 |
| HSL | 355.1º | 1% | 0.41% | - |
| HSV(B) | 355.1º | 1% | 0.82% | - |
| XYZ | 26.11 | 13.45 | 1.75 | - |
| YUV | 64.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 17 | 0 | 1 | 0.92 | 0.18 | 355.1 | 1 | 0.41 |
| Hex | D0 | 0 | 11 | 0 | 64 | 5C | 12 | 163 | 64 | 29 |
| Octal | 320 | 0 | 21 | 0 | 144 | 134 | 22 | 543 | 144 | 51 |
| Binary | 11010000 | 0 | 10001 | 0 | 1100100 | 1011100 | 10010 | 101100011 | 1100100 | 101001 |
Color Harmonies of #D00011
Complementary color
Monochromatic Colors of #D00011
Black with #D00011
Text Example
Text Example
White with #D00011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00011; }
p { color: rgb(208,0,17); }
H1.HeaderClassName
{
color: #D00011;
}
.AnyTagClassName
{
color: #D00011;
}
</style>
background-color css
<style>
a { background-color: #D00011; }
a { background-color: rgb(208,0,17); }
div.DivClassName
{
background-color: #D00011;
}
.BgClassName
{
background-color: #D00011;
}
</style>
border-color css
<style>
span { border-color: #D00011; }
span { border-color: rgb(208,0,17); }
td.TdClassName
{
border-color: #D00011;
}
.TagClassName
{
border-color: #D00011;
}
</style>