Shades of Venetian Red #D7080B
Tints of Venetian Red #D7080B
RGB
CMYK
RGB Variations
Color information
#D7080B (or 0xD7080B) is known color: Venetian Red. HEX triplet: D7, 08 and 0B. RGB value is (215,8,11). Sum of RGB (Red+Green+Blue) = 215+8+11=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D7080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7080B is #28F7F4. Grayscale: #464646. Windows color (decimal): -2684917 or 723159. OLE color: 723159.
HSL color Cylindrical-coordinate representation of color #D7080B: hue angle of 359.13º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.16 |
| HSL | 359.13º | 0.93% | 0.44% | - |
| HSV(B) | 359.13º | 0.96% | 0.84% | - |
| XYZ | 28.17 | 14.64 | 1.66 | - |
| YUV | 70.24 | 94.58 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 11 | 0 | 0.96 | 0.95 | 0.16 | 359.13 | 0.93 | 0.44 |
| Hex | D7 | 8 | B | 0 | 60 | 5F | 10 | 167 | 5D | 2C |
| Octal | 327 | 10 | 13 | 0 | 140 | 137 | 20 | 547 | 135 | 54 |
| Binary | 11010111 | 1000 | 1011 | 0 | 1100000 | 1011111 | 10000 | 101100111 | 1011101 | 101100 |
Color Harmonies of #D7080B
Complementary color
Monochromatic Colors of #D7080B
Black with #D7080B
Text Example
Text Example
White with #D7080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7080B; }
p { color: rgb(215,8,11); }
H1.HeaderClassName
{
color: #D7080B;
}
.AnyTagClassName
{
color: #D7080B;
}
</style>
background-color css
<style>
a { background-color: #D7080B; }
a { background-color: rgb(215,8,11); }
div.DivClassName
{
background-color: #D7080B;
}
.BgClassName
{
background-color: #D7080B;
}
</style>
border-color css
<style>
span { border-color: #D7080B; }
span { border-color: rgb(215,8,11); }
td.TdClassName
{
border-color: #D7080B;
}
.TagClassName
{
border-color: #D7080B;
}
</style>