Shades of Venetian Red #D00816
Tints of Venetian Red #D00816
RGB
CMYK
RGB Variations
Color information
#D00816 (or 0xD00816) is known color: Venetian Red. HEX triplet: D0, 08 and 16. RGB value is (208,8,22). Sum of RGB (Red+Green+Blue) = 208+8+22=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D00816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00816 is #2FF7E9. Grayscale: #454545. Windows color (decimal): -3143658 or 1444048. OLE color: 1444048.
HSL color Cylindrical-coordinate representation of color #D00816: hue angle of 355.8º 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 #D00816 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.18 |
| HSL | 355.8º | 0.93% | 0.42% | - |
| HSV(B) | 355.8º | 0.96% | 0.82% | - |
| XYZ | 26.24 | 13.64 | 2.01 | - |
| YUV | 69.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 22 | 0 | 0.96 | 0.89 | 0.18 | 355.8 | 0.93 | 0.42 |
| Hex | D0 | 8 | 16 | 0 | 60 | 59 | 12 | 164 | 5D | 2A |
| Octal | 320 | 10 | 26 | 0 | 140 | 131 | 22 | 544 | 135 | 52 |
| Binary | 11010000 | 1000 | 10110 | 0 | 1100000 | 1011001 | 10010 | 101100100 | 1011101 | 101010 |
Color Harmonies of #D00816
Complementary color
Monochromatic Colors of #D00816
Black with #D00816
Text Example
Text Example
White with #D00816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00816; }
p { color: rgb(208,8,22); }
H1.HeaderClassName
{
color: #D00816;
}
.AnyTagClassName
{
color: #D00816;
}
</style>
background-color css
<style>
a { background-color: #D00816; }
a { background-color: rgb(208,8,22); }
div.DivClassName
{
background-color: #D00816;
}
.BgClassName
{
background-color: #D00816;
}
</style>
border-color css
<style>
span { border-color: #D00816; }
span { border-color: rgb(208,8,22); }
td.TdClassName
{
border-color: #D00816;
}
.TagClassName
{
border-color: #D00816;
}
</style>