Shades of Venetian Red #AD1521
Tints of Venetian Red #AD1521
RGB
CMYK
RGB Variations
Color information
#AD1521 (or 0xAD1521) is known color: Venetian Red. HEX triplet: AD, 15 and 21. RGB value is (173,21,33). Sum of RGB (Red+Green+Blue) = 173+21+33=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1521 is #52EADE. Grayscale: #434343. Windows color (decimal): -5434079 or 2168237. OLE color: 2168237.
HSL color Cylindrical-coordinate representation of color #AD1521: hue angle of 355.26º 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 #AD1521 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 33 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.32 |
| HSL | 355.26º | 0.78% | 0.38% | - |
| HSV(B) | 355.26º | 0.88% | 0.68% | - |
| XYZ | 17.78 | 9.53 | 2.34 | - |
| YUV | 67.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 33 | 0 | 0.88 | 0.81 | 0.32 | 355.26 | 0.78 | 0.38 |
| Hex | AD | 15 | 21 | 0 | 58 | 51 | 20 | 163 | 4E | 26 |
| Octal | 255 | 25 | 41 | 0 | 130 | 121 | 40 | 543 | 116 | 46 |
| Binary | 10101101 | 10101 | 100001 | 0 | 1011000 | 1010001 | 100000 | 101100011 | 1001110 | 100110 |
Color Harmonies of #AD1521
Complementary color
Monochromatic Colors of #AD1521
Black with #AD1521
Text Example
Text Example
White with #AD1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1521; }
p { color: rgb(173,21,33); }
H1.HeaderClassName
{
color: #AD1521;
}
.AnyTagClassName
{
color: #AD1521;
}
</style>
background-color css
<style>
a { background-color: #AD1521; }
a { background-color: rgb(173,21,33); }
div.DivClassName
{
background-color: #AD1521;
}
.BgClassName
{
background-color: #AD1521;
}
</style>
border-color css
<style>
span { border-color: #AD1521; }
span { border-color: rgb(173,21,33); }
td.TdClassName
{
border-color: #AD1521;
}
.TagClassName
{
border-color: #AD1521;
}
</style>