Shades of Venetian Red #D70216
Tints of Venetian Red #D70216
RGB
CMYK
RGB Variations
Color information
#D70216 (or 0xD70216) is known color: Venetian Red. HEX triplet: D7, 02 and 16. RGB value is (215,2,22). Sum of RGB (Red+Green+Blue) = 215+2+22=239 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.96% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 215 - color contains mainly: red. Hex color #D70216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70216 is #28FDE9. Grayscale: #444444. Windows color (decimal): -2686442 or 1442519. OLE color: 1442519.
HSL color Cylindrical-coordinate representation of color #D70216: hue angle of 354.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70216 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 22 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.16 |
| HSL | 354.37º | 0.98% | 0.43% | - |
| HSV(B) | 354.37º | 0.99% | 0.84% | - |
| XYZ | 28.19 | 14.55 | 2.08 | - |
| YUV | 67.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 22 | 0 | 0.99 | 0.90 | 0.16 | 354.37 | 0.98 | 0.43 |
| Hex | D7 | 2 | 16 | 0 | 63 | 5A | 10 | 162 | 62 | 2B |
| Octal | 327 | 2 | 26 | 0 | 143 | 132 | 20 | 542 | 142 | 53 |
| Binary | 11010111 | 10 | 10110 | 0 | 1100011 | 1011010 | 10000 | 101100010 | 1100010 | 101011 |
Color Harmonies of #D70216
Complementary color
Monochromatic Colors of #D70216
Black with #D70216
Text Example
Text Example
White with #D70216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70216; }
p { color: rgb(215,2,22); }
H1.HeaderClassName
{
color: #D70216;
}
.AnyTagClassName
{
color: #D70216;
}
</style>
background-color css
<style>
a { background-color: #D70216; }
a { background-color: rgb(215,2,22); }
div.DivClassName
{
background-color: #D70216;
}
.BgClassName
{
background-color: #D70216;
}
</style>
border-color css
<style>
span { border-color: #D70216; }
span { border-color: rgb(215,2,22); }
td.TdClassName
{
border-color: #D70216;
}
.TagClassName
{
border-color: #D70216;
}
</style>