Shades of Venetian Red #AE111E
Tints of Venetian Red #AE111E
RGB
CMYK
RGB Variations
Color information
#AE111E (or 0xAE111E) is known color: Venetian Red. HEX triplet: AE, 11 and 1E. RGB value is (174,17,30). Sum of RGB (Red+Green+Blue) = 174+17+30=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE111E is #51EEE1. Grayscale: #414141. Windows color (decimal): -5369570 or 1970606. OLE color: 1970606.
HSL color Cylindrical-coordinate representation of color #AE111E: hue angle of 355.03º 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 #AE111E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.32 |
| HSL | 355.03º | 0.82% | 0.37% | - |
| HSV(B) | 355.03º | 0.9% | 0.68% | - |
| XYZ | 17.89 | 9.49 | 2.12 | - |
| YUV | 65.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 30 | 0 | 0.90 | 0.83 | 0.32 | 355.03 | 0.82 | 0.37 |
| Hex | AE | 11 | 1E | 0 | 5A | 53 | 20 | 163 | 52 | 25 |
| Octal | 256 | 21 | 36 | 0 | 132 | 123 | 40 | 543 | 122 | 45 |
| Binary | 10101110 | 10001 | 11110 | 0 | 1011010 | 1010011 | 100000 | 101100011 | 1010010 | 100101 |
Color Harmonies of #AE111E
Complementary color
Monochromatic Colors of #AE111E
Black with #AE111E
Text Example
Text Example
White with #AE111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE111E; }
p { color: rgb(174,17,30); }
H1.HeaderClassName
{
color: #AE111E;
}
.AnyTagClassName
{
color: #AE111E;
}
</style>
background-color css
<style>
a { background-color: #AE111E; }
a { background-color: rgb(174,17,30); }
div.DivClassName
{
background-color: #AE111E;
}
.BgClassName
{
background-color: #AE111E;
}
</style>
border-color css
<style>
span { border-color: #AE111E; }
span { border-color: rgb(174,17,30); }
td.TdClassName
{
border-color: #AE111E;
}
.TagClassName
{
border-color: #AE111E;
}
</style>