Shades of Venetian Red #AE1117
Tints of Venetian Red #AE1117
RGB
CMYK
RGB Variations
Color information
#AE1117 (or 0xAE1117) is known color: Venetian Red. HEX triplet: AE, 11 and 17. RGB value is (174,17,23). Sum of RGB (Red+Green+Blue) = 174+17+23=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1117 is #51EEE8. Grayscale: #404040. Windows color (decimal): -5369577 or 1511854. OLE color: 1511854.
HSL color Cylindrical-coordinate representation of color #AE1117: hue angle of 357.71º 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 #AE1117 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 23 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.32 |
| HSL | 357.71º | 0.82% | 0.37% | - |
| HSV(B) | 357.71º | 0.9% | 0.68% | - |
| XYZ | 17.81 | 9.46 | 1.7 | - |
| YUV | 64.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 23 | 0 | 0.90 | 0.87 | 0.32 | 357.71 | 0.82 | 0.37 |
| Hex | AE | 11 | 17 | 0 | 5A | 57 | 20 | 166 | 52 | 25 |
| Octal | 256 | 21 | 27 | 0 | 132 | 127 | 40 | 546 | 122 | 45 |
| Binary | 10101110 | 10001 | 10111 | 0 | 1011010 | 1010111 | 100000 | 101100110 | 1010010 | 100101 |
Color Harmonies of #AE1117
Complementary color
Monochromatic Colors of #AE1117
Black with #AE1117
Text Example
Text Example
White with #AE1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1117; }
p { color: rgb(174,17,23); }
H1.HeaderClassName
{
color: #AE1117;
}
.AnyTagClassName
{
color: #AE1117;
}
</style>
background-color css
<style>
a { background-color: #AE1117; }
a { background-color: rgb(174,17,23); }
div.DivClassName
{
background-color: #AE1117;
}
.BgClassName
{
background-color: #AE1117;
}
</style>
border-color css
<style>
span { border-color: #AE1117; }
span { border-color: rgb(174,17,23); }
td.TdClassName
{
border-color: #AE1117;
}
.TagClassName
{
border-color: #AE1117;
}
</style>