Shades of Venetian Red #D00D10
Tints of Venetian Red #D00D10
RGB
CMYK
RGB Variations
Color information
#D00D10 (or 0xD00D10) is known color: Venetian Red. HEX triplet: D0, 0D and 10. RGB value is (208,13,16). Sum of RGB (Red+Green+Blue) = 208+13+16=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D10 is #2FF2EF. Grayscale: #474747. Windows color (decimal): -3142384 or 1052112. OLE color: 1052112.
HSL color Cylindrical-coordinate representation of color #D00D10: hue angle of 359.08º 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 #D00D10 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 16 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.18 |
| HSL | 359.08º | 0.88% | 0.43% | - |
| HSV(B) | 359.08º | 0.94% | 0.82% | - |
| XYZ | 26.25 | 13.74 | 1.76 | - |
| YUV | 71.65 | 96.6 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 16 | 0 | 0.94 | 0.92 | 0.18 | 359.08 | 0.88 | 0.43 |
| Hex | D0 | D | 10 | 0 | 5E | 5C | 12 | 167 | 58 | 2B |
| Octal | 320 | 15 | 20 | 0 | 136 | 134 | 22 | 547 | 130 | 53 |
| Binary | 11010000 | 1101 | 10000 | 0 | 1011110 | 1011100 | 10010 | 101100111 | 1011000 | 101011 |
Color Harmonies of #D00D10
Complementary color
Monochromatic Colors of #D00D10
Black with #D00D10
Text Example
Text Example
White with #D00D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D10; }
p { color: rgb(208,13,16); }
H1.HeaderClassName
{
color: #D00D10;
}
.AnyTagClassName
{
color: #D00D10;
}
</style>
background-color css
<style>
a { background-color: #D00D10; }
a { background-color: rgb(208,13,16); }
div.DivClassName
{
background-color: #D00D10;
}
.BgClassName
{
background-color: #D00D10;
}
</style>
border-color css
<style>
span { border-color: #D00D10; }
span { border-color: rgb(208,13,16); }
td.TdClassName
{
border-color: #D00D10;
}
.TagClassName
{
border-color: #D00D10;
}
</style>