Shades of Venetian Red #AF0611
Tints of Venetian Red #AF0611
RGB
CMYK
RGB Variations
Color information
#AF0611 (or 0xAF0611) is known color: Venetian Red. HEX triplet: AF, 06 and 11. RGB value is (175,6,17). Sum of RGB (Red+Green+Blue) = 175+6+17=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0611 is #50F9EE. Grayscale: #393939. Windows color (decimal): -5306863 or 1115823. OLE color: 1115823.
HSL color Cylindrical-coordinate representation of color #AF0611: hue angle of 356.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0611 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 17 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.31 |
| HSL | 356.09º | 0.93% | 0.35% | - |
| HSV(B) | 356.09º | 0.97% | 0.69% | - |
| XYZ | 17.85 | 9.28 | 1.38 | - |
| YUV | 57.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 17 | 0 | 0.97 | 0.90 | 0.31 | 356.09 | 0.93 | 0.35 |
| Hex | AF | 6 | 11 | 0 | 61 | 5A | 1F | 164 | 5D | 23 |
| Octal | 257 | 6 | 21 | 0 | 141 | 132 | 37 | 544 | 135 | 43 |
| Binary | 10101111 | 110 | 10001 | 0 | 1100001 | 1011010 | 11111 | 101100100 | 1011101 | 100011 |
Color Harmonies of #AF0611
Complementary color
Monochromatic Colors of #AF0611
Black with #AF0611
Text Example
Text Example
White with #AF0611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0611; }
p { color: rgb(175,6,17); }
H1.HeaderClassName
{
color: #AF0611;
}
.AnyTagClassName
{
color: #AF0611;
}
</style>
background-color css
<style>
a { background-color: #AF0611; }
a { background-color: rgb(175,6,17); }
div.DivClassName
{
background-color: #AF0611;
}
.BgClassName
{
background-color: #AF0611;
}
</style>
border-color css
<style>
span { border-color: #AF0611; }
span { border-color: rgb(175,6,17); }
td.TdClassName
{
border-color: #AF0611;
}
.TagClassName
{
border-color: #AF0611;
}
</style>