Shades of Venetian Red #AE1123
Tints of Venetian Red #AE1123
RGB
CMYK
RGB Variations
Color information
#AE1123 (or 0xAE1123) is known color: Venetian Red. HEX triplet: AE, 11 and 23. RGB value is (174,17,35). Sum of RGB (Red+Green+Blue) = 174+17+35=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1123 is #51EEDC. Grayscale: #424242. Windows color (decimal): -5369565 or 2298286. OLE color: 2298286.
HSL color Cylindrical-coordinate representation of color #AE1123: hue angle of 353.12º 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 #AE1123 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 35 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.32 |
| HSL | 353.12º | 0.82% | 0.37% | - |
| HSV(B) | 353.12º | 0.9% | 0.68% | - |
| XYZ | 17.96 | 9.52 | 2.48 | - |
| YUV | 66 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 35 | 0 | 0.90 | 0.80 | 0.32 | 353.12 | 0.82 | 0.37 |
| Hex | AE | 11 | 23 | 0 | 5A | 50 | 20 | 161 | 52 | 25 |
| Octal | 256 | 21 | 43 | 0 | 132 | 120 | 40 | 541 | 122 | 45 |
| Binary | 10101110 | 10001 | 100011 | 0 | 1011010 | 1010000 | 100000 | 101100001 | 1010010 | 100101 |
Color Harmonies of #AE1123
Complementary color
Monochromatic Colors of #AE1123
Black with #AE1123
Text Example
Text Example
White with #AE1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1123; }
p { color: rgb(174,17,35); }
H1.HeaderClassName
{
color: #AE1123;
}
.AnyTagClassName
{
color: #AE1123;
}
</style>
background-color css
<style>
a { background-color: #AE1123; }
a { background-color: rgb(174,17,35); }
div.DivClassName
{
background-color: #AE1123;
}
.BgClassName
{
background-color: #AE1123;
}
</style>
border-color css
<style>
span { border-color: #AE1123; }
span { border-color: rgb(174,17,35); }
td.TdClassName
{
border-color: #AE1123;
}
.TagClassName
{
border-color: #AE1123;
}
</style>