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