Shades of Venetian Red #D80509
Tints of Venetian Red #D80509
RGB
CMYK
RGB Variations
Color information
#D80509 (or 0xD80509) is known color: Venetian Red. HEX triplet: D8, 05 and 09. RGB value is (216,5,9). Sum of RGB (Red+Green+Blue) = 216+5+9=230 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.91% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 216 - color contains mainly: red. Hex color #D80509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80509 is #27FAF6. Grayscale: #444444. Windows color (decimal): -2620151 or 591320. OLE color: 591320.
HSL color Cylindrical-coordinate representation of color #D80509: hue angle of 358.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.15 |
| HSL | 358.86º | 0.95% | 0.43% | - |
| HSV(B) | 358.86º | 0.98% | 0.85% | - |
| XYZ | 28.42 | 14.73 | 1.6 | - |
| YUV | 68.55 | 94.4 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 9 | 0 | 0.98 | 0.96 | 0.15 | 358.86 | 0.95 | 0.43 |
| Hex | D8 | 5 | 9 | 0 | 62 | 60 | F | 167 | 5F | 2B |
| Octal | 330 | 5 | 11 | 0 | 142 | 140 | 17 | 547 | 137 | 53 |
| Binary | 11011000 | 101 | 1001 | 0 | 1100010 | 1100000 | 1111 | 101100111 | 1011111 | 101011 |
Color Harmonies of #D80509
Complementary color
Monochromatic Colors of #D80509
Black with #D80509
Text Example
Text Example
White with #D80509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80509; }
p { color: rgb(216,5,9); }
H1.HeaderClassName
{
color: #D80509;
}
.AnyTagClassName
{
color: #D80509;
}
</style>
background-color css
<style>
a { background-color: #D80509; }
a { background-color: rgb(216,5,9); }
div.DivClassName
{
background-color: #D80509;
}
.BgClassName
{
background-color: #D80509;
}
</style>
border-color css
<style>
span { border-color: #D80509; }
span { border-color: rgb(216,5,9); }
td.TdClassName
{
border-color: #D80509;
}
.TagClassName
{
border-color: #D80509;
}
</style>