Shades of Venetian Red #D80911
Tints of Venetian Red #D80911
RGB
CMYK
RGB Variations
Color information
#D80911 (or 0xD80911) is known color: Venetian Red. HEX triplet: D8, 09 and 11. RGB value is (216,9,17). Sum of RGB (Red+Green+Blue) = 216+9+17=242 (32% of max value = 765). Red value is 216 (84.77% from 255 or 89.26% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 216 - color contains mainly: red. Hex color #D80911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80911 is #27F6EE. Grayscale: #474747. Windows color (decimal): -2619119 or 1116632. OLE color: 1116632.
HSL color Cylindrical-coordinate representation of color #D80911: hue angle of 357.68º 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 #D80911 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.15 |
| HSL | 357.68º | 0.92% | 0.44% | - |
| HSV(B) | 357.68º | 0.96% | 0.85% | - |
| XYZ | 28.52 | 14.83 | 1.89 | - |
| YUV | 71.81 | 97.08 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 17 | 0 | 0.96 | 0.92 | 0.15 | 357.68 | 0.92 | 0.44 |
| Hex | D8 | 9 | 11 | 0 | 60 | 5C | F | 166 | 5C | 2C |
| Octal | 330 | 11 | 21 | 0 | 140 | 134 | 17 | 546 | 134 | 54 |
| Binary | 11011000 | 1001 | 10001 | 0 | 1100000 | 1011100 | 1111 | 101100110 | 1011100 | 101100 |
Color Harmonies of #D80911
Complementary color
Monochromatic Colors of #D80911
Black with #D80911
Text Example
Text Example
White with #D80911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80911; }
p { color: rgb(216,9,17); }
H1.HeaderClassName
{
color: #D80911;
}
.AnyTagClassName
{
color: #D80911;
}
</style>
background-color css
<style>
a { background-color: #D80911; }
a { background-color: rgb(216,9,17); }
div.DivClassName
{
background-color: #D80911;
}
.BgClassName
{
background-color: #D80911;
}
</style>
border-color css
<style>
span { border-color: #D80911; }
span { border-color: rgb(216,9,17); }
td.TdClassName
{
border-color: #D80911;
}
.TagClassName
{
border-color: #D80911;
}
</style>