Shades of Venetian Red #AD1517
Tints of Venetian Red #AD1517
RGB
CMYK
RGB Variations
Color information
#AD1517 (or 0xAD1517) is known color: Venetian Red. HEX triplet: AD, 15 and 17. RGB value is (173,21,23). Sum of RGB (Red+Green+Blue) = 173+21+23=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1517 is #52EAE8. Grayscale: #424242. Windows color (decimal): -5434089 or 1512877. OLE color: 1512877.
HSL color Cylindrical-coordinate representation of color #AD1517: hue angle of 359.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1517 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 23 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.32 |
| HSL | 359.21º | 0.78% | 0.38% | - |
| HSV(B) | 359.21º | 0.88% | 0.68% | - |
| XYZ | 17.66 | 9.48 | 1.71 | - |
| YUV | 66.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 23 | 0 | 0.88 | 0.87 | 0.32 | 359.21 | 0.78 | 0.38 |
| Hex | AD | 15 | 17 | 0 | 58 | 57 | 20 | 167 | 4E | 26 |
| Octal | 255 | 25 | 27 | 0 | 130 | 127 | 40 | 547 | 116 | 46 |
| Binary | 10101101 | 10101 | 10111 | 0 | 1011000 | 1010111 | 100000 | 101100111 | 1001110 | 100110 |
Color Harmonies of #AD1517
Complementary color
Monochromatic Colors of #AD1517
Black with #AD1517
Text Example
Text Example
White with #AD1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1517; }
p { color: rgb(173,21,23); }
H1.HeaderClassName
{
color: #AD1517;
}
.AnyTagClassName
{
color: #AD1517;
}
</style>
background-color css
<style>
a { background-color: #AD1517; }
a { background-color: rgb(173,21,23); }
div.DivClassName
{
background-color: #AD1517;
}
.BgClassName
{
background-color: #AD1517;
}
</style>
border-color css
<style>
span { border-color: #AD1517; }
span { border-color: rgb(173,21,23); }
td.TdClassName
{
border-color: #AD1517;
}
.TagClassName
{
border-color: #AD1517;
}
</style>