Shades of Venetian Red #D70715
Tints of Venetian Red #D70715
RGB
CMYK
RGB Variations
Color information
#D70715 (or 0xD70715) is known color: Venetian Red. HEX triplet: D7, 07 and 15. RGB value is (215,7,21). Sum of RGB (Red+Green+Blue) = 215+7+21=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D70715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70715 is #28F8EA. Grayscale: #464646. Windows color (decimal): -2685163 or 1378263. OLE color: 1378263.
HSL color Cylindrical-coordinate representation of color #D70715: hue angle of 355.96º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.16 |
| HSL | 355.96º | 0.94% | 0.44% | - |
| HSV(B) | 355.96º | 0.97% | 0.84% | - |
| XYZ | 28.24 | 14.65 | 2.05 | - |
| YUV | 70.79 | 99.91 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 21 | 0 | 0.97 | 0.90 | 0.16 | 355.96 | 0.94 | 0.44 |
| Hex | D7 | 7 | 15 | 0 | 61 | 5A | 10 | 164 | 5E | 2C |
| Octal | 327 | 7 | 25 | 0 | 141 | 132 | 20 | 544 | 136 | 54 |
| Binary | 11010111 | 111 | 10101 | 0 | 1100001 | 1011010 | 10000 | 101100100 | 1011110 | 101100 |
Color Harmonies of #D70715
Complementary color
Monochromatic Colors of #D70715
Black with #D70715
Text Example
Text Example
White with #D70715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70715; }
p { color: rgb(215,7,21); }
H1.HeaderClassName
{
color: #D70715;
}
.AnyTagClassName
{
color: #D70715;
}
</style>
background-color css
<style>
a { background-color: #D70715; }
a { background-color: rgb(215,7,21); }
div.DivClassName
{
background-color: #D70715;
}
.BgClassName
{
background-color: #D70715;
}
</style>
border-color css
<style>
span { border-color: #D70715; }
span { border-color: rgb(215,7,21); }
td.TdClassName
{
border-color: #D70715;
}
.TagClassName
{
border-color: #D70715;
}
</style>