Shades of Venetian Red #D80110
Tints of Venetian Red #D80110
RGB
CMYK
RGB Variations
Color information
#D80110 (or 0xD80110) is known color: Venetian Red. HEX triplet: D8, 01 and 10. RGB value is (216,1,16). Sum of RGB (Red+Green+Blue) = 216+1+16=233 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.70% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 216 - color contains mainly: red. Hex color #D80110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80110 is #27FEEF. Grayscale: #434343. Windows color (decimal): -2621168 or 1049048. OLE color: 1049048.
HSL color Cylindrical-coordinate representation of color #D80110: hue angle of 355.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.15 |
| HSL | 355.81º | 0.99% | 0.43% | - |
| HSV(B) | 355.81º | 1% | 0.85% | - |
| XYZ | 28.42 | 14.66 | 1.82 | - |
| YUV | 67 | 99.23 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 16 | 0 | 1.00 | 0.93 | 0.15 | 355.81 | 0.99 | 0.43 |
| Hex | D8 | 1 | 10 | 0 | 64 | 5D | F | 164 | 63 | 2B |
| Octal | 330 | 1 | 20 | 0 | 144 | 135 | 17 | 544 | 143 | 53 |
| Binary | 11011000 | 1 | 10000 | 0 | 1100100 | 1011101 | 1111 | 101100100 | 1100011 | 101011 |
Color Harmonies of #D80110
Complementary color
Monochromatic Colors of #D80110
Black with #D80110
Text Example
Text Example
White with #D80110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80110; }
p { color: rgb(216,1,16); }
H1.HeaderClassName
{
color: #D80110;
}
.AnyTagClassName
{
color: #D80110;
}
</style>
background-color css
<style>
a { background-color: #D80110; }
a { background-color: rgb(216,1,16); }
div.DivClassName
{
background-color: #D80110;
}
.BgClassName
{
background-color: #D80110;
}
</style>
border-color css
<style>
span { border-color: #D80110; }
span { border-color: rgb(216,1,16); }
td.TdClassName
{
border-color: #D80110;
}
.TagClassName
{
border-color: #D80110;
}
</style>