Shades of Venetian Red #AE1121
Tints of Venetian Red #AE1121
RGB
CMYK
RGB Variations
Color information
#AE1121 (or 0xAE1121) is known color: Venetian Red. HEX triplet: AE, 11 and 21. RGB value is (174,17,33). Sum of RGB (Red+Green+Blue) = 174+17+33=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1121 is #51EEDE. Grayscale: #414141. Windows color (decimal): -5369567 or 2167214. OLE color: 2167214.
HSL color Cylindrical-coordinate representation of color #AE1121: hue angle of 353.89º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1121 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 33 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.32 |
| HSL | 353.89º | 0.82% | 0.37% | - |
| HSV(B) | 353.89º | 0.9% | 0.68% | - |
| XYZ | 17.93 | 9.51 | 2.33 | - |
| YUV | 65.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 33 | 0 | 0.90 | 0.81 | 0.32 | 353.89 | 0.82 | 0.37 |
| Hex | AE | 11 | 21 | 0 | 5A | 51 | 20 | 162 | 52 | 25 |
| Octal | 256 | 21 | 41 | 0 | 132 | 121 | 40 | 542 | 122 | 45 |
| Binary | 10101110 | 10001 | 100001 | 0 | 1011010 | 1010001 | 100000 | 101100010 | 1010010 | 100101 |
Color Harmonies of #AE1121
Complementary color
Monochromatic Colors of #AE1121
Black with #AE1121
Text Example
Text Example
White with #AE1121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1121; }
p { color: rgb(174,17,33); }
H1.HeaderClassName
{
color: #AE1121;
}
.AnyTagClassName
{
color: #AE1121;
}
</style>
background-color css
<style>
a { background-color: #AE1121; }
a { background-color: rgb(174,17,33); }
div.DivClassName
{
background-color: #AE1121;
}
.BgClassName
{
background-color: #AE1121;
}
</style>
border-color css
<style>
span { border-color: #AE1121; }
span { border-color: rgb(174,17,33); }
td.TdClassName
{
border-color: #AE1121;
}
.TagClassName
{
border-color: #AE1121;
}
</style>