Shades of Venetian Red #AE0F11
Tints of Venetian Red #AE0F11
RGB
CMYK
RGB Variations
Color information
#AE0F11 (or 0xAE0F11) is known color: Venetian Red. HEX triplet: AE, 0F and 11. RGB value is (174,15,17). Sum of RGB (Red+Green+Blue) = 174+15+17=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0F11 is #51F0EE. Grayscale: #3E3E3E. Windows color (decimal): -5370095 or 1118126. OLE color: 1118126.
HSL color Cylindrical-coordinate representation of color #AE0F11: hue angle of 359.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F11 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 17 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.32 |
| HSL | 359.25º | 0.84% | 0.37% | - |
| HSV(B) | 359.25º | 0.91% | 0.68% | - |
| XYZ | 17.73 | 9.38 | 1.41 | - |
| YUV | 62.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 17 | 0 | 0.91 | 0.90 | 0.32 | 359.25 | 0.84 | 0.37 |
| Hex | AE | F | 11 | 0 | 5B | 5A | 20 | 167 | 54 | 25 |
| Octal | 256 | 17 | 21 | 0 | 133 | 132 | 40 | 547 | 124 | 45 |
| Binary | 10101110 | 1111 | 10001 | 0 | 1011011 | 1011010 | 100000 | 101100111 | 1010100 | 100101 |
Color Harmonies of #AE0F11
Complementary color
Monochromatic Colors of #AE0F11
Black with #AE0F11
Text Example
Text Example
White with #AE0F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F11; }
p { color: rgb(174,15,17); }
H1.HeaderClassName
{
color: #AE0F11;
}
.AnyTagClassName
{
color: #AE0F11;
}
</style>
background-color css
<style>
a { background-color: #AE0F11; }
a { background-color: rgb(174,15,17); }
div.DivClassName
{
background-color: #AE0F11;
}
.BgClassName
{
background-color: #AE0F11;
}
</style>
border-color css
<style>
span { border-color: #AE0F11; }
span { border-color: rgb(174,15,17); }
td.TdClassName
{
border-color: #AE0F11;
}
.TagClassName
{
border-color: #AE0F11;
}
</style>