Shades of Venetian Red #D70816
Tints of Venetian Red #D70816
RGB
CMYK
RGB Variations
Color information
#D70816 (or 0xD70816) is known color: Venetian Red. HEX triplet: D7, 08 and 16. RGB value is (215,8,22). Sum of RGB (Red+Green+Blue) = 215+8+22=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D70816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70816 is #28F7E9. Grayscale: #474747. Windows color (decimal): -2684906 or 1444055. OLE color: 1444055.
HSL color Cylindrical-coordinate representation of color #D70816: hue angle of 355.94º 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 #D70816 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.16 |
| HSL | 355.94º | 0.93% | 0.44% | - |
| HSV(B) | 355.94º | 0.96% | 0.84% | - |
| XYZ | 28.26 | 14.68 | 2.1 | - |
| YUV | 71.49 | 100.08 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 22 | 0 | 0.96 | 0.90 | 0.16 | 355.94 | 0.93 | 0.44 |
| Hex | D7 | 8 | 16 | 0 | 60 | 5A | 10 | 164 | 5D | 2C |
| Octal | 327 | 10 | 26 | 0 | 140 | 132 | 20 | 544 | 135 | 54 |
| Binary | 11010111 | 1000 | 10110 | 0 | 1100000 | 1011010 | 10000 | 101100100 | 1011101 | 101100 |
Color Harmonies of #D70816
Complementary color
Monochromatic Colors of #D70816
Black with #D70816
Text Example
Text Example
White with #D70816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70816; }
p { color: rgb(215,8,22); }
H1.HeaderClassName
{
color: #D70816;
}
.AnyTagClassName
{
color: #D70816;
}
</style>
background-color css
<style>
a { background-color: #D70816; }
a { background-color: rgb(215,8,22); }
div.DivClassName
{
background-color: #D70816;
}
.BgClassName
{
background-color: #D70816;
}
</style>
border-color css
<style>
span { border-color: #D70816; }
span { border-color: rgb(215,8,22); }
td.TdClassName
{
border-color: #D70816;
}
.TagClassName
{
border-color: #D70816;
}
</style>