Shades of Venetian Red #AF1116
Tints of Venetian Red #AF1116
RGB
CMYK
RGB Variations
Color information
#AF1116 (or 0xAF1116) is known color: Venetian Red. HEX triplet: AF, 11 and 16. RGB value is (175,17,22). Sum of RGB (Red+Green+Blue) = 175+17+22=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1116 is #50EEE9. Grayscale: #404040. Windows color (decimal): -5304042 or 1446319. OLE color: 1446319.
HSL color Cylindrical-coordinate representation of color #AF1116: hue angle of 358.1º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1116 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 22 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.31 |
| HSL | 358.1º | 0.82% | 0.38% | - |
| HSV(B) | 358.1º | 0.9% | 0.69% | - |
| XYZ | 18.02 | 9.57 | 1.66 | - |
| YUV | 64.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 22 | 0 | 0.90 | 0.87 | 0.31 | 358.1 | 0.82 | 0.38 |
| Hex | AF | 11 | 16 | 0 | 5A | 57 | 1F | 166 | 52 | 26 |
| Octal | 257 | 21 | 26 | 0 | 132 | 127 | 37 | 546 | 122 | 46 |
| Binary | 10101111 | 10001 | 10110 | 0 | 1011010 | 1010111 | 11111 | 101100110 | 1010010 | 100110 |
Color Harmonies of #AF1116
Complementary color
Monochromatic Colors of #AF1116
Black with #AF1116
Text Example
Text Example
White with #AF1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1116; }
p { color: rgb(175,17,22); }
H1.HeaderClassName
{
color: #AF1116;
}
.AnyTagClassName
{
color: #AF1116;
}
</style>
background-color css
<style>
a { background-color: #AF1116; }
a { background-color: rgb(175,17,22); }
div.DivClassName
{
background-color: #AF1116;
}
.BgClassName
{
background-color: #AF1116;
}
</style>
border-color css
<style>
span { border-color: #AF1116; }
span { border-color: rgb(175,17,22); }
td.TdClassName
{
border-color: #AF1116;
}
.TagClassName
{
border-color: #AF1116;
}
</style>