Shades of Venetian Red #D00811
Tints of Venetian Red #D00811
RGB
CMYK
RGB Variations
Color information
#D00811 (or 0xD00811) is known color: Venetian Red. HEX triplet: D0, 08 and 11. RGB value is (208,8,17). Sum of RGB (Red+Green+Blue) = 208+8+17=233 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.27% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 208 - color contains mainly: red. Hex color #D00811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00811 is #2FF7EE. Grayscale: #444444. Windows color (decimal): -3143663 or 1116368. OLE color: 1116368.
HSL color Cylindrical-coordinate representation of color #D00811: hue angle of 357.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.18 |
| HSL | 357.3º | 0.93% | 0.42% | - |
| HSV(B) | 357.3º | 0.96% | 0.82% | - |
| XYZ | 26.2 | 13.62 | 1.78 | - |
| YUV | 68.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 17 | 0 | 0.96 | 0.92 | 0.18 | 357.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | 11 | 0 | 60 | 5C | 12 | 165 | 5D | 2A |
| Octal | 320 | 10 | 21 | 0 | 140 | 134 | 22 | 545 | 135 | 52 |
| Binary | 11010000 | 1000 | 10001 | 0 | 1100000 | 1011100 | 10010 | 101100101 | 1011101 | 101010 |
Color Harmonies of #D00811
Complementary color
Monochromatic Colors of #D00811
Black with #D00811
Text Example
Text Example
White with #D00811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00811; }
p { color: rgb(208,8,17); }
H1.HeaderClassName
{
color: #D00811;
}
.AnyTagClassName
{
color: #D00811;
}
</style>
background-color css
<style>
a { background-color: #D00811; }
a { background-color: rgb(208,8,17); }
div.DivClassName
{
background-color: #D00811;
}
.BgClassName
{
background-color: #D00811;
}
</style>
border-color css
<style>
span { border-color: #D00811; }
span { border-color: rgb(208,8,17); }
td.TdClassName
{
border-color: #D00811;
}
.TagClassName
{
border-color: #D00811;
}
</style>