Shades of Venetian Red #D9080A
Tints of Venetian Red #D9080A
RGB
CMYK
RGB Variations
Color information
#D9080A (or 0xD9080A) is known color: Venetian Red. HEX triplet: D9, 08 and 0A. RGB value is (217,8,10). Sum of RGB (Red+Green+Blue) = 217+8+10=235 (31% of max value = 765). Red value is 217 (85.16% from 255 or 92.34% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 217 - color contains mainly: red. Hex color #D9080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9080A is #26F7F5. Grayscale: #464646. Windows color (decimal): -2553846 or 657625. OLE color: 657625.
HSL color Cylindrical-coordinate representation of color #D9080A: hue angle of 359.43º degrees, saturation: 0.93, 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 #D9080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.15 |
| HSL | 359.43º | 0.93% | 0.44% | - |
| HSV(B) | 359.43º | 0.96% | 0.85% | - |
| XYZ | 28.76 | 14.95 | 1.66 | - |
| YUV | 70.72 | 93.74 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 10 | 0 | 0.96 | 0.95 | 0.15 | 359.43 | 0.93 | 0.44 |
| Hex | D9 | 8 | A | 0 | 60 | 5F | F | 167 | 5D | 2C |
| Octal | 331 | 10 | 12 | 0 | 140 | 137 | 17 | 547 | 135 | 54 |
| Binary | 11011001 | 1000 | 1010 | 0 | 1100000 | 1011111 | 1111 | 101100111 | 1011101 | 101100 |
Color Harmonies of #D9080A
Complementary color
Monochromatic Colors of #D9080A
Black with #D9080A
Text Example
Text Example
White with #D9080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9080A; }
p { color: rgb(217,8,10); }
H1.HeaderClassName
{
color: #D9080A;
}
.AnyTagClassName
{
color: #D9080A;
}
</style>
background-color css
<style>
a { background-color: #D9080A; }
a { background-color: rgb(217,8,10); }
div.DivClassName
{
background-color: #D9080A;
}
.BgClassName
{
background-color: #D9080A;
}
</style>
border-color css
<style>
span { border-color: #D9080A; }
span { border-color: rgb(217,8,10); }
td.TdClassName
{
border-color: #D9080A;
}
.TagClassName
{
border-color: #D9080A;
}
</style>