Shades of Venetian Red #D0080A
Tints of Venetian Red #D0080A
RGB
CMYK
RGB Variations
Color information
#D0080A (or 0xD0080A) is known color: Venetian Red. HEX triplet: D0, 08 and 0A. RGB value is (208,8,10). Sum of RGB (Red+Green+Blue) = 208+8+10=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D0080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0080A is #2FF7F5. Grayscale: #444444. Windows color (decimal): -3143670 or 657616. OLE color: 657616.
HSL color Cylindrical-coordinate representation of color #D0080A: hue angle of 359.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.18 |
| HSL | 359.4º | 0.93% | 0.42% | - |
| HSV(B) | 359.4º | 0.96% | 0.82% | - |
| XYZ | 26.15 | 13.61 | 1.53 | - |
| YUV | 68.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 10 | 0 | 0.96 | 0.95 | 0.18 | 359.4 | 0.93 | 0.42 |
| Hex | D0 | 8 | A | 0 | 60 | 5F | 12 | 167 | 5D | 2A |
| Octal | 320 | 10 | 12 | 0 | 140 | 137 | 22 | 547 | 135 | 52 |
| Binary | 11010000 | 1000 | 1010 | 0 | 1100000 | 1011111 | 10010 | 101100111 | 1011101 | 101010 |
Color Harmonies of #D0080A
Complementary color
Monochromatic Colors of #D0080A
Black with #D0080A
Text Example
Text Example
White with #D0080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0080A; }
p { color: rgb(208,8,10); }
H1.HeaderClassName
{
color: #D0080A;
}
.AnyTagClassName
{
color: #D0080A;
}
</style>
background-color css
<style>
a { background-color: #D0080A; }
a { background-color: rgb(208,8,10); }
div.DivClassName
{
background-color: #D0080A;
}
.BgClassName
{
background-color: #D0080A;
}
</style>
border-color css
<style>
span { border-color: #D0080A; }
span { border-color: rgb(208,8,10); }
td.TdClassName
{
border-color: #D0080A;
}
.TagClassName
{
border-color: #D0080A;
}
</style>