Shades of Venetian Red #D00C11
Tints of Venetian Red #D00C11
RGB
CMYK
RGB Variations
Color information
#D00C11 (or 0xD00C11) is known color: Venetian Red. HEX triplet: D0, 0C and 11. RGB value is (208,12,17). Sum of RGB (Red+Green+Blue) = 208+12+17=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00C11 is #2FF3EE. Grayscale: #474747. Windows color (decimal): -3142639 or 1117392. OLE color: 1117392.
HSL color Cylindrical-coordinate representation of color #D00C11: hue angle of 358.47º degrees, saturation: 0.89, 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 #D00C11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 17 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.18 |
| HSL | 358.47º | 0.89% | 0.43% | - |
| HSV(B) | 358.47º | 0.94% | 0.82% | - |
| XYZ | 26.25 | 13.71 | 1.79 | - |
| YUV | 71.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 17 | 0 | 0.94 | 0.92 | 0.18 | 358.47 | 0.89 | 0.43 |
| Hex | D0 | C | 11 | 0 | 5E | 5C | 12 | 166 | 59 | 2B |
| Octal | 320 | 14 | 21 | 0 | 136 | 134 | 22 | 546 | 131 | 53 |
| Binary | 11010000 | 1100 | 10001 | 0 | 1011110 | 1011100 | 10010 | 101100110 | 1011001 | 101011 |
Color Harmonies of #D00C11
Complementary color
Monochromatic Colors of #D00C11
Black with #D00C11
Text Example
Text Example
White with #D00C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C11; }
p { color: rgb(208,12,17); }
H1.HeaderClassName
{
color: #D00C11;
}
.AnyTagClassName
{
color: #D00C11;
}
</style>
background-color css
<style>
a { background-color: #D00C11; }
a { background-color: rgb(208,12,17); }
div.DivClassName
{
background-color: #D00C11;
}
.BgClassName
{
background-color: #D00C11;
}
</style>
border-color css
<style>
span { border-color: #D00C11; }
span { border-color: rgb(208,12,17); }
td.TdClassName
{
border-color: #D00C11;
}
.TagClassName
{
border-color: #D00C11;
}
</style>