Shades of Venetian Red #D7080D
Tints of Venetian Red #D7080D
RGB
CMYK
RGB Variations
Color information
#D7080D (or 0xD7080D) is known color: Venetian Red. HEX triplet: D7, 08 and 0D. RGB value is (215,8,13). Sum of RGB (Red+Green+Blue) = 215+8+13=236 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.10% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 215 - color contains mainly: red. Hex color #D7080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7080D is #28F7F2. Grayscale: #464646. Windows color (decimal): -2684915 or 854231. OLE color: 854231.
HSL color Cylindrical-coordinate representation of color #D7080D: hue angle of 358.55º 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 #D7080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.16 |
| HSL | 358.55º | 0.93% | 0.44% | - |
| HSV(B) | 358.55º | 0.96% | 0.84% | - |
| XYZ | 28.18 | 14.65 | 1.72 | - |
| YUV | 70.46 | 95.58 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 13 | 0 | 0.96 | 0.94 | 0.16 | 358.55 | 0.93 | 0.44 |
| Hex | D7 | 8 | D | 0 | 60 | 5E | 10 | 167 | 5D | 2C |
| Octal | 327 | 10 | 15 | 0 | 140 | 136 | 20 | 547 | 135 | 54 |
| Binary | 11010111 | 1000 | 1101 | 0 | 1100000 | 1011110 | 10000 | 101100111 | 1011101 | 101100 |
Color Harmonies of #D7080D
Complementary color
Monochromatic Colors of #D7080D
Black with #D7080D
Text Example
Text Example
White with #D7080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7080D; }
p { color: rgb(215,8,13); }
H1.HeaderClassName
{
color: #D7080D;
}
.AnyTagClassName
{
color: #D7080D;
}
</style>
background-color css
<style>
a { background-color: #D7080D; }
a { background-color: rgb(215,8,13); }
div.DivClassName
{
background-color: #D7080D;
}
.BgClassName
{
background-color: #D7080D;
}
</style>
border-color css
<style>
span { border-color: #D7080D; }
span { border-color: rgb(215,8,13); }
td.TdClassName
{
border-color: #D7080D;
}
.TagClassName
{
border-color: #D7080D;
}
</style>