Shades of Venetian Red #D70813
Tints of Venetian Red #D70813
RGB
CMYK
RGB Variations
Color information
#D70813 (or 0xD70813) is known color: Venetian Red. HEX triplet: D7, 08 and 13. RGB value is (215,8,19). Sum of RGB (Red+Green+Blue) = 215+8+19=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D70813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70813 is #28F7EC. Grayscale: #474747. Windows color (decimal): -2684909 or 1247447. OLE color: 1247447.
HSL color Cylindrical-coordinate representation of color #D70813: hue angle of 356.81º 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 #D70813 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 19 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.16 |
| HSL | 356.81º | 0.93% | 0.44% | - |
| HSV(B) | 356.81º | 0.96% | 0.84% | - |
| XYZ | 28.23 | 14.67 | 1.96 | - |
| YUV | 71.15 | 98.58 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 19 | 0 | 0.96 | 0.91 | 0.16 | 356.81 | 0.93 | 0.44 |
| Hex | D7 | 8 | 13 | 0 | 60 | 5B | 10 | 165 | 5D | 2C |
| Octal | 327 | 10 | 23 | 0 | 140 | 133 | 20 | 545 | 135 | 54 |
| Binary | 11010111 | 1000 | 10011 | 0 | 1100000 | 1011011 | 10000 | 101100101 | 1011101 | 101100 |
Color Harmonies of #D70813
Complementary color
Monochromatic Colors of #D70813
Black with #D70813
Text Example
Text Example
White with #D70813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70813; }
p { color: rgb(215,8,19); }
H1.HeaderClassName
{
color: #D70813;
}
.AnyTagClassName
{
color: #D70813;
}
</style>
background-color css
<style>
a { background-color: #D70813; }
a { background-color: rgb(215,8,19); }
div.DivClassName
{
background-color: #D70813;
}
.BgClassName
{
background-color: #D70813;
}
</style>
border-color css
<style>
span { border-color: #D70813; }
span { border-color: rgb(215,8,19); }
td.TdClassName
{
border-color: #D70813;
}
.TagClassName
{
border-color: #D70813;
}
</style>