Shades of Venetian Red #D80910
Tints of Venetian Red #D80910
RGB
CMYK
RGB Variations
Color information
#D80910 (or 0xD80910) is known color: Venetian Red. HEX triplet: D8, 09 and 10. RGB value is (216,9,16). Sum of RGB (Red+Green+Blue) = 216+9+16=241 (31% of max value = 765). Red value is 216 (84.77% from 255 or 89.63% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 216 - color contains mainly: red. Hex color #D80910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80910 is #27F6EF. Grayscale: #474747. Windows color (decimal): -2619120 or 1051096. OLE color: 1051096.
HSL color Cylindrical-coordinate representation of color #D80910: hue angle of 357.97º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.15 |
| HSL | 357.97º | 0.92% | 0.44% | - |
| HSV(B) | 357.97º | 0.96% | 0.85% | - |
| XYZ | 28.51 | 14.83 | 1.85 | - |
| YUV | 71.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 16 | 0 | 0.96 | 0.93 | 0.15 | 357.97 | 0.92 | 0.44 |
| Hex | D8 | 9 | 10 | 0 | 60 | 5D | F | 166 | 5C | 2C |
| Octal | 330 | 11 | 20 | 0 | 140 | 135 | 17 | 546 | 134 | 54 |
| Binary | 11011000 | 1001 | 10000 | 0 | 1100000 | 1011101 | 1111 | 101100110 | 1011100 | 101100 |
Color Harmonies of #D80910
Complementary color
Monochromatic Colors of #D80910
Black with #D80910
Text Example
Text Example
White with #D80910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80910; }
p { color: rgb(216,9,16); }
H1.HeaderClassName
{
color: #D80910;
}
.AnyTagClassName
{
color: #D80910;
}
</style>
background-color css
<style>
a { background-color: #D80910; }
a { background-color: rgb(216,9,16); }
div.DivClassName
{
background-color: #D80910;
}
.BgClassName
{
background-color: #D80910;
}
</style>
border-color css
<style>
span { border-color: #D80910; }
span { border-color: rgb(216,9,16); }
td.TdClassName
{
border-color: #D80910;
}
.TagClassName
{
border-color: #D80910;
}
</style>