Shades of Venetian Red #AF1115
Tints of Venetian Red #AF1115
RGB
CMYK
RGB Variations
Color information
#AF1115 (or 0xAF1115) is known color: Venetian Red. HEX triplet: AF, 11 and 15. RGB value is (175,17,21). Sum of RGB (Red+Green+Blue) = 175+17+21=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1115 is #50EEEA. Grayscale: #404040. Windows color (decimal): -5304043 or 1380783. OLE color: 1380783.
HSL color Cylindrical-coordinate representation of color #AF1115: hue angle of 358.48º 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 #AF1115 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 21 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.31 |
| HSL | 358.48º | 0.82% | 0.38% | - |
| HSV(B) | 358.48º | 0.9% | 0.69% | - |
| XYZ | 18.02 | 9.57 | 1.61 | - |
| YUV | 64.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 21 | 0 | 0.90 | 0.88 | 0.31 | 358.48 | 0.82 | 0.38 |
| Hex | AF | 11 | 15 | 0 | 5A | 58 | 1F | 166 | 52 | 26 |
| Octal | 257 | 21 | 25 | 0 | 132 | 130 | 37 | 546 | 122 | 46 |
| Binary | 10101111 | 10001 | 10101 | 0 | 1011010 | 1011000 | 11111 | 101100110 | 1010010 | 100110 |
Color Harmonies of #AF1115
Complementary color
Monochromatic Colors of #AF1115
Black with #AF1115
Text Example
Text Example
White with #AF1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1115; }
p { color: rgb(175,17,21); }
H1.HeaderClassName
{
color: #AF1115;
}
.AnyTagClassName
{
color: #AF1115;
}
</style>
background-color css
<style>
a { background-color: #AF1115; }
a { background-color: rgb(175,17,21); }
div.DivClassName
{
background-color: #AF1115;
}
.BgClassName
{
background-color: #AF1115;
}
</style>
border-color css
<style>
span { border-color: #AF1115; }
span { border-color: rgb(175,17,21); }
td.TdClassName
{
border-color: #AF1115;
}
.TagClassName
{
border-color: #AF1115;
}
</style>