Shades of Venetian Red #AE1521
Tints of Venetian Red #AE1521
RGB
CMYK
RGB Variations
Color information
#AE1521 (or 0xAE1521) is known color: Venetian Red. HEX triplet: AE, 15 and 21. RGB value is (174,21,33). Sum of RGB (Red+Green+Blue) = 174+21+33=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1521 is #51EADE. Grayscale: #444444. Windows color (decimal): -5368543 or 2168238. OLE color: 2168238.
HSL color Cylindrical-coordinate representation of color #AE1521: hue angle of 355.29º 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 #AE1521 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 33 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.32 |
| HSL | 355.29º | 0.78% | 0.38% | - |
| HSV(B) | 355.29º | 0.88% | 0.68% | - |
| XYZ | 18 | 9.64 | 2.35 | - |
| YUV | 68.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 33 | 0 | 0.88 | 0.81 | 0.32 | 355.29 | 0.78 | 0.38 |
| Hex | AE | 15 | 21 | 0 | 58 | 51 | 20 | 163 | 4E | 26 |
| Octal | 256 | 25 | 41 | 0 | 130 | 121 | 40 | 543 | 116 | 46 |
| Binary | 10101110 | 10101 | 100001 | 0 | 1011000 | 1010001 | 100000 | 101100011 | 1001110 | 100110 |
Color Harmonies of #AE1521
Complementary color
Monochromatic Colors of #AE1521
Black with #AE1521
Text Example
Text Example
White with #AE1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1521; }
p { color: rgb(174,21,33); }
H1.HeaderClassName
{
color: #AE1521;
}
.AnyTagClassName
{
color: #AE1521;
}
</style>
background-color css
<style>
a { background-color: #AE1521; }
a { background-color: rgb(174,21,33); }
div.DivClassName
{
background-color: #AE1521;
}
.BgClassName
{
background-color: #AE1521;
}
</style>
border-color css
<style>
span { border-color: #AE1521; }
span { border-color: rgb(174,21,33); }
td.TdClassName
{
border-color: #AE1521;
}
.TagClassName
{
border-color: #AE1521;
}
</style>