Shades of Venetian Red #D70417
Tints of Venetian Red #D70417
RGB
CMYK
RGB Variations
Color information
#D70417 (or 0xD70417) is known color: Venetian Red. HEX triplet: D7, 04 and 17. RGB value is (215,4,23). Sum of RGB (Red+Green+Blue) = 215+4+23=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D70417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70417 is #28FBE8. Grayscale: #454545. Windows color (decimal): -2685929 or 1508567. OLE color: 1508567.
HSL color Cylindrical-coordinate representation of color #D70417: hue angle of 354.6º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70417 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.16 |
| HSL | 354.6º | 0.96% | 0.43% | - |
| HSV(B) | 354.6º | 0.98% | 0.84% | - |
| XYZ | 28.22 | 14.6 | 2.14 | - |
| YUV | 69.26 | 101.9 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 23 | 0 | 0.98 | 0.89 | 0.16 | 354.6 | 0.96 | 0.43 |
| Hex | D7 | 4 | 17 | 0 | 62 | 59 | 10 | 163 | 60 | 2B |
| Octal | 327 | 4 | 27 | 0 | 142 | 131 | 20 | 543 | 140 | 53 |
| Binary | 11010111 | 100 | 10111 | 0 | 1100010 | 1011001 | 10000 | 101100011 | 1100000 | 101011 |
Color Harmonies of #D70417
Complementary color
Monochromatic Colors of #D70417
Black with #D70417
Text Example
Text Example
White with #D70417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70417; }
p { color: rgb(215,4,23); }
H1.HeaderClassName
{
color: #D70417;
}
.AnyTagClassName
{
color: #D70417;
}
</style>
background-color css
<style>
a { background-color: #D70417; }
a { background-color: rgb(215,4,23); }
div.DivClassName
{
background-color: #D70417;
}
.BgClassName
{
background-color: #D70417;
}
</style>
border-color css
<style>
span { border-color: #D70417; }
span { border-color: rgb(215,4,23); }
td.TdClassName
{
border-color: #D70417;
}
.TagClassName
{
border-color: #D70417;
}
</style>