Shades of Venetian Red #D00D16
Tints of Venetian Red #D00D16
RGB
CMYK
RGB Variations
Color information
#D00D16 (or 0xD00D16) is known color: Venetian Red. HEX triplet: D0, 0D and 16. RGB value is (208,13,22). Sum of RGB (Red+Green+Blue) = 208+13+22=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D16 is #2FF2E9. Grayscale: #484848. Windows color (decimal): -3142378 or 1445328. OLE color: 1445328.
HSL color Cylindrical-coordinate representation of color #D00D16: hue angle of 357.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D16 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 22 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.18 |
| HSL | 357.23º | 0.88% | 0.43% | - |
| HSV(B) | 357.23º | 0.94% | 0.82% | - |
| XYZ | 26.3 | 13.76 | 2.03 | - |
| YUV | 72.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 22 | 0 | 0.94 | 0.89 | 0.18 | 357.23 | 0.88 | 0.43 |
| Hex | D0 | D | 16 | 0 | 5E | 59 | 12 | 165 | 58 | 2B |
| Octal | 320 | 15 | 26 | 0 | 136 | 131 | 22 | 545 | 130 | 53 |
| Binary | 11010000 | 1101 | 10110 | 0 | 1011110 | 1011001 | 10010 | 101100101 | 1011000 | 101011 |
Color Harmonies of #D00D16
Complementary color
Monochromatic Colors of #D00D16
Black with #D00D16
Text Example
Text Example
White with #D00D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D16; }
p { color: rgb(208,13,22); }
H1.HeaderClassName
{
color: #D00D16;
}
.AnyTagClassName
{
color: #D00D16;
}
</style>
background-color css
<style>
a { background-color: #D00D16; }
a { background-color: rgb(208,13,22); }
div.DivClassName
{
background-color: #D00D16;
}
.BgClassName
{
background-color: #D00D16;
}
</style>
border-color css
<style>
span { border-color: #D00D16; }
span { border-color: rgb(208,13,22); }
td.TdClassName
{
border-color: #D00D16;
}
.TagClassName
{
border-color: #D00D16;
}
</style>