Shades of Venetian Red #D80715
Tints of Venetian Red #D80715
RGB
CMYK
RGB Variations
Color information
#D80715 (or 0xD80715) is known color: Venetian Red. HEX triplet: D8, 07 and 15. RGB value is (216,7,21). Sum of RGB (Red+Green+Blue) = 216+7+21=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D80715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80715 is #27F8EA. Grayscale: #474747. Windows color (decimal): -2619627 or 1378264. OLE color: 1378264.
HSL color Cylindrical-coordinate representation of color #D80715: hue angle of 355.98º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.15 |
| HSL | 355.98º | 0.94% | 0.44% | - |
| HSV(B) | 355.98º | 0.97% | 0.85% | - |
| XYZ | 28.53 | 14.81 | 2.06 | - |
| YUV | 71.09 | 99.74 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 21 | 0 | 0.97 | 0.90 | 0.15 | 355.98 | 0.94 | 0.44 |
| Hex | D8 | 7 | 15 | 0 | 61 | 5A | F | 164 | 5E | 2C |
| Octal | 330 | 7 | 25 | 0 | 141 | 132 | 17 | 544 | 136 | 54 |
| Binary | 11011000 | 111 | 10101 | 0 | 1100001 | 1011010 | 1111 | 101100100 | 1011110 | 101100 |
Color Harmonies of #D80715
Complementary color
Monochromatic Colors of #D80715
Black with #D80715
Text Example
Text Example
White with #D80715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80715; }
p { color: rgb(216,7,21); }
H1.HeaderClassName
{
color: #D80715;
}
.AnyTagClassName
{
color: #D80715;
}
</style>
background-color css
<style>
a { background-color: #D80715; }
a { background-color: rgb(216,7,21); }
div.DivClassName
{
background-color: #D80715;
}
.BgClassName
{
background-color: #D80715;
}
</style>
border-color css
<style>
span { border-color: #D80715; }
span { border-color: rgb(216,7,21); }
td.TdClassName
{
border-color: #D80715;
}
.TagClassName
{
border-color: #D80715;
}
</style>