Shades of Venetian Red #AF111D
Tints of Venetian Red #AF111D
RGB
CMYK
RGB Variations
Color information
#AF111D (or 0xAF111D) is known color: Venetian Red. HEX triplet: AF, 11 and 1D. RGB value is (175,17,29). Sum of RGB (Red+Green+Blue) = 175+17+29=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF111D is #50EEE2. Grayscale: #414141. Windows color (decimal): -5304035 or 1905071. OLE color: 1905071.
HSL color Cylindrical-coordinate representation of color #AF111D: hue angle of 355.44º 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 #AF111D is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 29 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.31 |
| HSL | 355.44º | 0.82% | 0.38% | - |
| HSV(B) | 355.44º | 0.9% | 0.69% | - |
| XYZ | 18.1 | 9.6 | 2.06 | - |
| YUV | 65.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 29 | 0 | 0.90 | 0.83 | 0.31 | 355.44 | 0.82 | 0.38 |
| Hex | AF | 11 | 1D | 0 | 5A | 53 | 1F | 163 | 52 | 26 |
| Octal | 257 | 21 | 35 | 0 | 132 | 123 | 37 | 543 | 122 | 46 |
| Binary | 10101111 | 10001 | 11101 | 0 | 1011010 | 1010011 | 11111 | 101100011 | 1010010 | 100110 |
Color Harmonies of #AF111D
Complementary color
Monochromatic Colors of #AF111D
Black with #AF111D
Text Example
Text Example
White with #AF111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF111D; }
p { color: rgb(175,17,29); }
H1.HeaderClassName
{
color: #AF111D;
}
.AnyTagClassName
{
color: #AF111D;
}
</style>
background-color css
<style>
a { background-color: #AF111D; }
a { background-color: rgb(175,17,29); }
div.DivClassName
{
background-color: #AF111D;
}
.BgClassName
{
background-color: #AF111D;
}
</style>
border-color css
<style>
span { border-color: #AF111D; }
span { border-color: rgb(175,17,29); }
td.TdClassName
{
border-color: #AF111D;
}
.TagClassName
{
border-color: #AF111D;
}
</style>