Shades of Venetian Red #AE131D
Tints of Venetian Red #AE131D
RGB
CMYK
RGB Variations
Color information
#AE131D (or 0xAE131D) is known color: Venetian Red. HEX triplet: AE, 13 and 1D. RGB value is (174,19,29). Sum of RGB (Red+Green+Blue) = 174+19+29=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE131D is #51ECE2. Grayscale: #424242. Windows color (decimal): -5369059 or 1905582. OLE color: 1905582.
HSL color Cylindrical-coordinate representation of color #AE131D: hue angle of 356.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE131D is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 29 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.32 |
| HSL | 356.13º | 0.8% | 0.38% | - |
| HSV(B) | 356.13º | 0.89% | 0.68% | - |
| XYZ | 17.91 | 9.55 | 2.06 | - |
| YUV | 66.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 29 | 0 | 0.89 | 0.83 | 0.32 | 356.13 | 0.8 | 0.38 |
| Hex | AE | 13 | 1D | 0 | 59 | 53 | 20 | 164 | 50 | 26 |
| Octal | 256 | 23 | 35 | 0 | 131 | 123 | 40 | 544 | 120 | 46 |
| Binary | 10101110 | 10011 | 11101 | 0 | 1011001 | 1010011 | 100000 | 101100100 | 1010000 | 100110 |
Color Harmonies of #AE131D
Complementary color
Monochromatic Colors of #AE131D
Black with #AE131D
Text Example
Text Example
White with #AE131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE131D; }
p { color: rgb(174,19,29); }
H1.HeaderClassName
{
color: #AE131D;
}
.AnyTagClassName
{
color: #AE131D;
}
</style>
background-color css
<style>
a { background-color: #AE131D; }
a { background-color: rgb(174,19,29); }
div.DivClassName
{
background-color: #AE131D;
}
.BgClassName
{
background-color: #AE131D;
}
</style>
border-color css
<style>
span { border-color: #AE131D; }
span { border-color: rgb(174,19,29); }
td.TdClassName
{
border-color: #AE131D;
}
.TagClassName
{
border-color: #AE131D;
}
</style>