Shades of Venetian Red #AD1421
Tints of Venetian Red #AD1421
RGB
CMYK
RGB Variations
Color information
#AD1421 (or 0xAD1421) is known color: Venetian Red. HEX triplet: AD, 14 and 21. RGB value is (173,20,33). Sum of RGB (Red+Green+Blue) = 173+20+33=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1421 is #52EBDE. Grayscale: #434343. Windows color (decimal): -5434335 or 2167981. OLE color: 2167981.
HSL color Cylindrical-coordinate representation of color #AD1421: hue angle of 354.9º 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 #AD1421 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 33 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.32 |
| HSL | 354.9º | 0.79% | 0.38% | - |
| HSV(B) | 354.9º | 0.88% | 0.68% | - |
| XYZ | 17.76 | 9.49 | 2.34 | - |
| YUV | 67.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 33 | 0 | 0.88 | 0.81 | 0.32 | 354.9 | 0.79 | 0.38 |
| Hex | AD | 14 | 21 | 0 | 58 | 51 | 20 | 163 | 4F | 26 |
| Octal | 255 | 24 | 41 | 0 | 130 | 121 | 40 | 543 | 117 | 46 |
| Binary | 10101101 | 10100 | 100001 | 0 | 1011000 | 1010001 | 100000 | 101100011 | 1001111 | 100110 |
Color Harmonies of #AD1421
Complementary color
Monochromatic Colors of #AD1421
Black with #AD1421
Text Example
Text Example
White with #AD1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1421; }
p { color: rgb(173,20,33); }
H1.HeaderClassName
{
color: #AD1421;
}
.AnyTagClassName
{
color: #AD1421;
}
</style>
background-color css
<style>
a { background-color: #AD1421; }
a { background-color: rgb(173,20,33); }
div.DivClassName
{
background-color: #AD1421;
}
.BgClassName
{
background-color: #AD1421;
}
</style>
border-color css
<style>
span { border-color: #AD1421; }
span { border-color: rgb(173,20,33); }
td.TdClassName
{
border-color: #AD1421;
}
.TagClassName
{
border-color: #AD1421;
}
</style>