Shades of Venetian Red #AE101F
Tints of Venetian Red #AE101F
RGB
CMYK
RGB Variations
Color information
#AE101F (or 0xAE101F) is known color: Venetian Red. HEX triplet: AE, 10 and 1F. RGB value is (174,16,31). Sum of RGB (Red+Green+Blue) = 174+16+31=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE101F is #51EFE0. Grayscale: #414141. Windows color (decimal): -5369825 or 2035886. OLE color: 2035886.
HSL color Cylindrical-coordinate representation of color #AE101F: hue angle of 354.3º degrees, saturation: 0.83, 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 #AE101F is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 31 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.32 |
| HSL | 354.3º | 0.83% | 0.37% | - |
| HSV(B) | 354.3º | 0.91% | 0.68% | - |
| XYZ | 17.89 | 9.47 | 2.18 | - |
| YUV | 64.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 31 | 0 | 0.91 | 0.82 | 0.32 | 354.3 | 0.83 | 0.37 |
| Hex | AE | 10 | 1F | 0 | 5B | 52 | 20 | 162 | 53 | 25 |
| Octal | 256 | 20 | 37 | 0 | 133 | 122 | 40 | 542 | 123 | 45 |
| Binary | 10101110 | 10000 | 11111 | 0 | 1011011 | 1010010 | 100000 | 101100010 | 1010011 | 100101 |
Color Harmonies of #AE101F
Complementary color
Monochromatic Colors of #AE101F
Black with #AE101F
Text Example
Text Example
White with #AE101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE101F; }
p { color: rgb(174,16,31); }
H1.HeaderClassName
{
color: #AE101F;
}
.AnyTagClassName
{
color: #AE101F;
}
</style>
background-color css
<style>
a { background-color: #AE101F; }
a { background-color: rgb(174,16,31); }
div.DivClassName
{
background-color: #AE101F;
}
.BgClassName
{
background-color: #AE101F;
}
</style>
border-color css
<style>
span { border-color: #AE101F; }
span { border-color: rgb(174,16,31); }
td.TdClassName
{
border-color: #AE101F;
}
.TagClassName
{
border-color: #AE101F;
}
</style>