Shades of Venetian Red #D70812
Tints of Venetian Red #D70812
RGB
CMYK
RGB Variations
Color information
#D70812 (or 0xD70812) is known color: Venetian Red. HEX triplet: D7, 08 and 12. RGB value is (215,8,18). Sum of RGB (Red+Green+Blue) = 215+8+18=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D70812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70812 is #28F7ED. Grayscale: #474747. Windows color (decimal): -2684910 or 1181911. OLE color: 1181911.
HSL color Cylindrical-coordinate representation of color #D70812: hue angle of 357.1º 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 #D70812 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.16 |
| HSL | 357.1º | 0.93% | 0.44% | - |
| HSV(B) | 357.1º | 0.96% | 0.84% | - |
| XYZ | 28.22 | 14.66 | 1.92 | - |
| YUV | 71.03 | 98.08 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 18 | 0 | 0.96 | 0.92 | 0.16 | 357.1 | 0.93 | 0.44 |
| Hex | D7 | 8 | 12 | 0 | 60 | 5C | 10 | 165 | 5D | 2C |
| Octal | 327 | 10 | 22 | 0 | 140 | 134 | 20 | 545 | 135 | 54 |
| Binary | 11010111 | 1000 | 10010 | 0 | 1100000 | 1011100 | 10000 | 101100101 | 1011101 | 101100 |
Color Harmonies of #D70812
Complementary color
Monochromatic Colors of #D70812
Black with #D70812
Text Example
Text Example
White with #D70812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70812; }
p { color: rgb(215,8,18); }
H1.HeaderClassName
{
color: #D70812;
}
.AnyTagClassName
{
color: #D70812;
}
</style>
background-color css
<style>
a { background-color: #D70812; }
a { background-color: rgb(215,8,18); }
div.DivClassName
{
background-color: #D70812;
}
.BgClassName
{
background-color: #D70812;
}
</style>
border-color css
<style>
span { border-color: #D70812; }
span { border-color: rgb(215,8,18); }
td.TdClassName
{
border-color: #D70812;
}
.TagClassName
{
border-color: #D70812;
}
</style>