Shades of Venetian Red #AF111B
Tints of Venetian Red #AF111B
RGB
CMYK
RGB Variations
Color information
#AF111B (or 0xAF111B) is known color: Venetian Red. HEX triplet: AF, 11 and 1B. RGB value is (175,17,27). Sum of RGB (Red+Green+Blue) = 175+17+27=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF111B is #50EEE4. Grayscale: #414141. Windows color (decimal): -5304037 or 1773999. OLE color: 1773999.
HSL color Cylindrical-coordinate representation of color #AF111B: hue angle of 356.2º 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 #AF111B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 27 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.31 |
| HSL | 356.2º | 0.82% | 0.38% | - |
| HSV(B) | 356.2º | 0.9% | 0.69% | - |
| XYZ | 18.08 | 9.59 | 1.94 | - |
| YUV | 65.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 27 | 0 | 0.90 | 0.85 | 0.31 | 356.2 | 0.82 | 0.38 |
| Hex | AF | 11 | 1B | 0 | 5A | 55 | 1F | 164 | 52 | 26 |
| Octal | 257 | 21 | 33 | 0 | 132 | 125 | 37 | 544 | 122 | 46 |
| Binary | 10101111 | 10001 | 11011 | 0 | 1011010 | 1010101 | 11111 | 101100100 | 1010010 | 100110 |
Color Harmonies of #AF111B
Complementary color
Monochromatic Colors of #AF111B
Black with #AF111B
Text Example
Text Example
White with #AF111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF111B; }
p { color: rgb(175,17,27); }
H1.HeaderClassName
{
color: #AF111B;
}
.AnyTagClassName
{
color: #AF111B;
}
</style>
background-color css
<style>
a { background-color: #AF111B; }
a { background-color: rgb(175,17,27); }
div.DivClassName
{
background-color: #AF111B;
}
.BgClassName
{
background-color: #AF111B;
}
</style>
border-color css
<style>
span { border-color: #AF111B; }
span { border-color: rgb(175,17,27); }
td.TdClassName
{
border-color: #AF111B;
}
.TagClassName
{
border-color: #AF111B;
}
</style>