Shades of Venetian Red #AE0F17
Tints of Venetian Red #AE0F17
RGB
CMYK
RGB Variations
Color information
#AE0F17 (or 0xAE0F17) is known color: Venetian Red. HEX triplet: AE, 0F and 17. RGB value is (174,15,23). Sum of RGB (Red+Green+Blue) = 174+15+23=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0F17 is #51F0E8. Grayscale: #3F3F3F. Windows color (decimal): -5370089 or 1511342. OLE color: 1511342.
HSL color Cylindrical-coordinate representation of color #AE0F17: hue angle of 356.98º 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 #AE0F17 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 23 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.32 |
| HSL | 356.98º | 0.84% | 0.37% | - |
| HSV(B) | 356.98º | 0.91% | 0.68% | - |
| XYZ | 17.78 | 9.4 | 1.69 | - |
| YUV | 63.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 23 | 0 | 0.91 | 0.87 | 0.32 | 356.98 | 0.84 | 0.37 |
| Hex | AE | F | 17 | 0 | 5B | 57 | 20 | 165 | 54 | 25 |
| Octal | 256 | 17 | 27 | 0 | 133 | 127 | 40 | 545 | 124 | 45 |
| Binary | 10101110 | 1111 | 10111 | 0 | 1011011 | 1010111 | 100000 | 101100101 | 1010100 | 100101 |
Color Harmonies of #AE0F17
Complementary color
Monochromatic Colors of #AE0F17
Black with #AE0F17
Text Example
Text Example
White with #AE0F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F17; }
p { color: rgb(174,15,23); }
H1.HeaderClassName
{
color: #AE0F17;
}
.AnyTagClassName
{
color: #AE0F17;
}
</style>
background-color css
<style>
a { background-color: #AE0F17; }
a { background-color: rgb(174,15,23); }
div.DivClassName
{
background-color: #AE0F17;
}
.BgClassName
{
background-color: #AE0F17;
}
</style>
border-color css
<style>
span { border-color: #AE0F17; }
span { border-color: rgb(174,15,23); }
td.TdClassName
{
border-color: #AE0F17;
}
.TagClassName
{
border-color: #AE0F17;
}
</style>