Shades of Venetian Red #D80C10
Tints of Venetian Red #D80C10
RGB
CMYK
RGB Variations
Color information
#D80C10 (or 0xD80C10) is known color: Venetian Red. HEX triplet: D8, 0C and 10. RGB value is (216,12,16). Sum of RGB (Red+Green+Blue) = 216+12+16=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C10 is #27F3EF. Grayscale: #494949. Windows color (decimal): -2618352 or 1051864. OLE color: 1051864.
HSL color Cylindrical-coordinate representation of color #D80C10: hue angle of 358.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.15 |
| HSL | 358.82º | 0.89% | 0.45% | - |
| HSV(B) | 358.82º | 0.94% | 0.85% | - |
| XYZ | 28.54 | 14.9 | 1.86 | - |
| YUV | 73.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 16 | 0 | 0.94 | 0.93 | 0.15 | 358.82 | 0.89 | 0.45 |
| Hex | D8 | C | 10 | 0 | 5E | 5D | F | 167 | 59 | 2D |
| Octal | 330 | 14 | 20 | 0 | 136 | 135 | 17 | 547 | 131 | 55 |
| Binary | 11011000 | 1100 | 10000 | 0 | 1011110 | 1011101 | 1111 | 101100111 | 1011001 | 101101 |
Color Harmonies of #D80C10
Complementary color
Monochromatic Colors of #D80C10
Black with #D80C10
Text Example
Text Example
White with #D80C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C10; }
p { color: rgb(216,12,16); }
H1.HeaderClassName
{
color: #D80C10;
}
.AnyTagClassName
{
color: #D80C10;
}
</style>
background-color css
<style>
a { background-color: #D80C10; }
a { background-color: rgb(216,12,16); }
div.DivClassName
{
background-color: #D80C10;
}
.BgClassName
{
background-color: #D80C10;
}
</style>
border-color css
<style>
span { border-color: #D80C10; }
span { border-color: rgb(216,12,16); }
td.TdClassName
{
border-color: #D80C10;
}
.TagClassName
{
border-color: #D80C10;
}
</style>