Shades of Venetian Red #D8080B
Tints of Venetian Red #D8080B
RGB
CMYK
RGB Variations
Color information
#D8080B (or 0xD8080B) is known color: Venetian Red. HEX triplet: D8, 08 and 0B. RGB value is (216,8,11). Sum of RGB (Red+Green+Blue) = 216+8+11=235 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.91% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 216 - color contains mainly: red. Hex color #D8080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8080B is #27F7F4. Grayscale: #464646. Windows color (decimal): -2619381 or 723160. OLE color: 723160.
HSL color Cylindrical-coordinate representation of color #D8080B: hue angle of 359.13º 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 #D8080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.15 |
| HSL | 359.13º | 0.93% | 0.44% | - |
| HSV(B) | 359.13º | 0.96% | 0.85% | - |
| XYZ | 28.47 | 14.8 | 1.67 | - |
| YUV | 70.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 11 | 0 | 0.96 | 0.95 | 0.15 | 359.13 | 0.93 | 0.44 |
| Hex | D8 | 8 | B | 0 | 60 | 5F | F | 167 | 5D | 2C |
| Octal | 330 | 10 | 13 | 0 | 140 | 137 | 17 | 547 | 135 | 54 |
| Binary | 11011000 | 1000 | 1011 | 0 | 1100000 | 1011111 | 1111 | 101100111 | 1011101 | 101100 |
Color Harmonies of #D8080B
Complementary color
Monochromatic Colors of #D8080B
Black with #D8080B
Text Example
Text Example
White with #D8080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8080B; }
p { color: rgb(216,8,11); }
H1.HeaderClassName
{
color: #D8080B;
}
.AnyTagClassName
{
color: #D8080B;
}
</style>
background-color css
<style>
a { background-color: #D8080B; }
a { background-color: rgb(216,8,11); }
div.DivClassName
{
background-color: #D8080B;
}
.BgClassName
{
background-color: #D8080B;
}
</style>
border-color css
<style>
span { border-color: #D8080B; }
span { border-color: rgb(216,8,11); }
td.TdClassName
{
border-color: #D8080B;
}
.TagClassName
{
border-color: #D8080B;
}
</style>