Shades of Venetian Red #AF0111
Tints of Venetian Red #AF0111
RGB
CMYK
RGB Variations
Color information
#AF0111 (or 0xAF0111) is known color: Venetian Red. HEX triplet: AF, 01 and 11. RGB value is (175,1,17). Sum of RGB (Red+Green+Blue) = 175+1+17=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0111 is #50FEEE. Grayscale: #363636. Windows color (decimal): -5308143 or 1114543. OLE color: 1114543.
HSL color Cylindrical-coordinate representation of color #AF0111: hue angle of 354.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0111 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.31 |
| HSL | 354.48º | 0.99% | 0.35% | - |
| HSV(B) | 354.48º | 0.99% | 0.69% | - |
| XYZ | 17.79 | 9.18 | 1.36 | - |
| YUV | 54.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 17 | 0 | 0.99 | 0.90 | 0.31 | 354.48 | 0.99 | 0.35 |
| Hex | AF | 1 | 11 | 0 | 63 | 5A | 1F | 162 | 63 | 23 |
| Octal | 257 | 1 | 21 | 0 | 143 | 132 | 37 | 542 | 143 | 43 |
| Binary | 10101111 | 1 | 10001 | 0 | 1100011 | 1011010 | 11111 | 101100010 | 1100011 | 100011 |
Color Harmonies of #AF0111
Complementary color
Monochromatic Colors of #AF0111
Black with #AF0111
Text Example
Text Example
White with #AF0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0111; }
p { color: rgb(175,1,17); }
H1.HeaderClassName
{
color: #AF0111;
}
.AnyTagClassName
{
color: #AF0111;
}
</style>
background-color css
<style>
a { background-color: #AF0111; }
a { background-color: rgb(175,1,17); }
div.DivClassName
{
background-color: #AF0111;
}
.BgClassName
{
background-color: #AF0111;
}
</style>
border-color css
<style>
span { border-color: #AF0111; }
span { border-color: rgb(175,1,17); }
td.TdClassName
{
border-color: #AF0111;
}
.TagClassName
{
border-color: #AF0111;
}
</style>