Shades of Venetian Red #AD1415
Tints of Venetian Red #AD1415
RGB
CMYK
RGB Variations
Color information
#AD1415 (or 0xAD1415) is known color: Venetian Red. HEX triplet: AD, 14 and 15. RGB value is (173,20,21). Sum of RGB (Red+Green+Blue) = 173+20+21=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1415 is #52EBEA. Grayscale: #424242. Windows color (decimal): -5434347 or 1381549. OLE color: 1381549.
HSL color Cylindrical-coordinate representation of color #AD1415: hue angle of 359.61º degrees, saturation: 0.79, 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 #AD1415 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 21 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.32 |
| HSL | 359.61º | 0.79% | 0.38% | - |
| HSV(B) | 359.61º | 0.88% | 0.68% | - |
| XYZ | 17.62 | 9.44 | 1.6 | - |
| YUV | 65.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 21 | 0 | 0.88 | 0.88 | 0.32 | 359.61 | 0.79 | 0.38 |
| Hex | AD | 14 | 15 | 0 | 58 | 58 | 20 | 168 | 4F | 26 |
| Octal | 255 | 24 | 25 | 0 | 130 | 130 | 40 | 550 | 117 | 46 |
| Binary | 10101101 | 10100 | 10101 | 0 | 1011000 | 1011000 | 100000 | 101101000 | 1001111 | 100110 |
Color Harmonies of #AD1415
Complementary color
Monochromatic Colors of #AD1415
Black with #AD1415
Text Example
Text Example
White with #AD1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1415; }
p { color: rgb(173,20,21); }
H1.HeaderClassName
{
color: #AD1415;
}
.AnyTagClassName
{
color: #AD1415;
}
</style>
background-color css
<style>
a { background-color: #AD1415; }
a { background-color: rgb(173,20,21); }
div.DivClassName
{
background-color: #AD1415;
}
.BgClassName
{
background-color: #AD1415;
}
</style>
border-color css
<style>
span { border-color: #AD1415; }
span { border-color: rgb(173,20,21); }
td.TdClassName
{
border-color: #AD1415;
}
.TagClassName
{
border-color: #AD1415;
}
</style>