Shades of Venetian Red #D80109
Tints of Venetian Red #D80109
RGB
CMYK
RGB Variations
Color information
#D80109 (or 0xD80109) is known color: Venetian Red. HEX triplet: D8, 01 and 09. RGB value is (216,1,9). Sum of RGB (Red+Green+Blue) = 216+1+9=226 (29% of max value = 765). Red value is 216 (84.77% from 255 or 95.58% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 216 - color contains mainly: red. Hex color #D80109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80109 is #27FEF6. Grayscale: #424242. Windows color (decimal): -2621175 or 590296. OLE color: 590296.
HSL color Cylindrical-coordinate representation of color #D80109: hue angle of 357.77º 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 #D80109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.15 |
| HSL | 357.77º | 0.99% | 0.43% | - |
| HSV(B) | 357.77º | 1% | 0.85% | - |
| XYZ | 28.38 | 14.64 | 1.59 | - |
| YUV | 66.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 9 | 0 | 1.00 | 0.96 | 0.15 | 357.77 | 0.99 | 0.43 |
| Hex | D8 | 1 | 9 | 0 | 64 | 60 | F | 166 | 63 | 2B |
| Octal | 330 | 1 | 11 | 0 | 144 | 140 | 17 | 546 | 143 | 53 |
| Binary | 11011000 | 1 | 1001 | 0 | 1100100 | 1100000 | 1111 | 101100110 | 1100011 | 101011 |
Color Harmonies of #D80109
Complementary color
Monochromatic Colors of #D80109
Black with #D80109
Text Example
Text Example
White with #D80109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80109; }
p { color: rgb(216,1,9); }
H1.HeaderClassName
{
color: #D80109;
}
.AnyTagClassName
{
color: #D80109;
}
</style>
background-color css
<style>
a { background-color: #D80109; }
a { background-color: rgb(216,1,9); }
div.DivClassName
{
background-color: #D80109;
}
.BgClassName
{
background-color: #D80109;
}
</style>
border-color css
<style>
span { border-color: #D80109; }
span { border-color: rgb(216,1,9); }
td.TdClassName
{
border-color: #D80109;
}
.TagClassName
{
border-color: #D80109;
}
</style>