Shades of Venetian Red #D70217
Tints of Venetian Red #D70217
RGB
CMYK
RGB Variations
Color information
#D70217 (or 0xD70217) is known color: Venetian Red. HEX triplet: D7, 02 and 17. RGB value is (215,2,23). Sum of RGB (Red+Green+Blue) = 215+2+23=240 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.58% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 215 - color contains mainly: red. Hex color #D70217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70217 is #28FDE8. Grayscale: #444444. Windows color (decimal): -2686441 or 1508055. OLE color: 1508055.
HSL color Cylindrical-coordinate representation of color #D70217: hue angle of 354.08º 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 #D70217 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.16 |
| HSL | 354.08º | 0.98% | 0.43% | - |
| HSV(B) | 354.08º | 0.99% | 0.84% | - |
| XYZ | 28.2 | 14.55 | 2.13 | - |
| YUV | 68.08 | 102.57 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 23 | 0 | 0.99 | 0.89 | 0.16 | 354.08 | 0.98 | 0.43 |
| Hex | D7 | 2 | 17 | 0 | 63 | 59 | 10 | 162 | 62 | 2B |
| Octal | 327 | 2 | 27 | 0 | 143 | 131 | 20 | 542 | 142 | 53 |
| Binary | 11010111 | 10 | 10111 | 0 | 1100011 | 1011001 | 10000 | 101100010 | 1100010 | 101011 |
Color Harmonies of #D70217
Complementary color
Monochromatic Colors of #D70217
Black with #D70217
Text Example
Text Example
White with #D70217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70217; }
p { color: rgb(215,2,23); }
H1.HeaderClassName
{
color: #D70217;
}
.AnyTagClassName
{
color: #D70217;
}
</style>
background-color css
<style>
a { background-color: #D70217; }
a { background-color: rgb(215,2,23); }
div.DivClassName
{
background-color: #D70217;
}
.BgClassName
{
background-color: #D70217;
}
</style>
border-color css
<style>
span { border-color: #D70217; }
span { border-color: rgb(215,2,23); }
td.TdClassName
{
border-color: #D70217;
}
.TagClassName
{
border-color: #D70217;
}
</style>