Shades of Venetian Red #D80009
Tints of Venetian Red #D80009
RGB
CMYK
RGB Variations
Color information
#D80009 (or 0xD80009) is known color: Venetian Red. HEX triplet: D8, 00 and 09. RGB value is (216,0,9). Sum of RGB (Red+Green+Blue) = 216+0+9=225 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 216 - color contains mainly: red. Hex color #D80009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80009 is #27FFF6. Grayscale: #414141. Windows color (decimal): -2621431 or 590040. OLE color: 590040.
HSL color Cylindrical-coordinate representation of color #D80009: hue angle of 357.5º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.15 |
| HSL | 357.5º | 1% | 0.42% | - |
| HSV(B) | 357.5º | 1% | 0.85% | - |
| XYZ | 28.37 | 14.62 | 1.58 | - |
| YUV | 65.61 | 96.06 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 9 | 0 | 1 | 0.96 | 0.15 | 357.5 | 1 | 0.42 |
| Hex | D8 | 0 | 9 | 0 | 64 | 60 | F | 166 | 64 | 2A |
| Octal | 330 | 0 | 11 | 0 | 144 | 140 | 17 | 546 | 144 | 52 |
| Binary | 11011000 | 0 | 1001 | 0 | 1100100 | 1100000 | 1111 | 101100110 | 1100100 | 101010 |
Color Harmonies of #D80009
Complementary color
Monochromatic Colors of #D80009
Black with #D80009
Text Example
Text Example
White with #D80009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80009; }
p { color: rgb(216,0,9); }
H1.HeaderClassName
{
color: #D80009;
}
.AnyTagClassName
{
color: #D80009;
}
</style>
background-color css
<style>
a { background-color: #D80009; }
a { background-color: rgb(216,0,9); }
div.DivClassName
{
background-color: #D80009;
}
.BgClassName
{
background-color: #D80009;
}
</style>
border-color css
<style>
span { border-color: #D80009; }
span { border-color: rgb(216,0,9); }
td.TdClassName
{
border-color: #D80009;
}
.TagClassName
{
border-color: #D80009;
}
</style>