Shades of Venetian Red #AD1317
Tints of Venetian Red #AD1317
RGB
CMYK
RGB Variations
Color information
#AD1317 (or 0xAD1317) is known color: Venetian Red. HEX triplet: AD, 13 and 17. RGB value is (173,19,23). Sum of RGB (Red+Green+Blue) = 173+19+23=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1317 is #52ECE8. Grayscale: #414141. Windows color (decimal): -5434601 or 1512365. OLE color: 1512365.
HSL color Cylindrical-coordinate representation of color #AD1317: hue angle of 358.44º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1317 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 23 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.32 |
| HSL | 358.44º | 0.8% | 0.38% | - |
| HSV(B) | 358.44º | 0.89% | 0.68% | - |
| XYZ | 17.62 | 9.41 | 1.7 | - |
| YUV | 65.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 23 | 0 | 0.89 | 0.87 | 0.32 | 358.44 | 0.8 | 0.38 |
| Hex | AD | 13 | 17 | 0 | 59 | 57 | 20 | 166 | 50 | 26 |
| Octal | 255 | 23 | 27 | 0 | 131 | 127 | 40 | 546 | 120 | 46 |
| Binary | 10101101 | 10011 | 10111 | 0 | 1011001 | 1010111 | 100000 | 101100110 | 1010000 | 100110 |
Color Harmonies of #AD1317
Complementary color
Monochromatic Colors of #AD1317
Black with #AD1317
Text Example
Text Example
White with #AD1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1317; }
p { color: rgb(173,19,23); }
H1.HeaderClassName
{
color: #AD1317;
}
.AnyTagClassName
{
color: #AD1317;
}
</style>
background-color css
<style>
a { background-color: #AD1317; }
a { background-color: rgb(173,19,23); }
div.DivClassName
{
background-color: #AD1317;
}
.BgClassName
{
background-color: #AD1317;
}
</style>
border-color css
<style>
span { border-color: #AD1317; }
span { border-color: rgb(173,19,23); }
td.TdClassName
{
border-color: #AD1317;
}
.TagClassName
{
border-color: #AD1317;
}
</style>