Shades of Venetian Red #D0080B
Tints of Venetian Red #D0080B
RGB
CMYK
RGB Variations
Color information
#D0080B (or 0xD0080B) is known color: Venetian Red. HEX triplet: D0, 08 and 0B. RGB value is (208,8,11). Sum of RGB (Red+Green+Blue) = 208+8+11=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D0080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0080B is #2FF7F4. Grayscale: #444444. Windows color (decimal): -3143669 or 723152. OLE color: 723152.
HSL color Cylindrical-coordinate representation of color #D0080B: hue angle of 359.1º 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 #D0080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.18 |
| HSL | 359.1º | 0.93% | 0.42% | - |
| HSV(B) | 359.1º | 0.96% | 0.82% | - |
| XYZ | 26.16 | 13.61 | 1.56 | - |
| YUV | 68.14 | 95.76 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 11 | 0 | 0.96 | 0.95 | 0.18 | 359.1 | 0.93 | 0.42 |
| Hex | D0 | 8 | B | 0 | 60 | 5F | 12 | 167 | 5D | 2A |
| Octal | 320 | 10 | 13 | 0 | 140 | 137 | 22 | 547 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011 | 0 | 1100000 | 1011111 | 10010 | 101100111 | 1011101 | 101010 |
Color Harmonies of #D0080B
Complementary color
Monochromatic Colors of #D0080B
Black with #D0080B
Text Example
Text Example
White with #D0080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0080B; }
p { color: rgb(208,8,11); }
H1.HeaderClassName
{
color: #D0080B;
}
.AnyTagClassName
{
color: #D0080B;
}
</style>
background-color css
<style>
a { background-color: #D0080B; }
a { background-color: rgb(208,8,11); }
div.DivClassName
{
background-color: #D0080B;
}
.BgClassName
{
background-color: #D0080B;
}
</style>
border-color css
<style>
span { border-color: #D0080B; }
span { border-color: rgb(208,8,11); }
td.TdClassName
{
border-color: #D0080B;
}
.TagClassName
{
border-color: #D0080B;
}
</style>