Shades of Venetian Red #AF111C
Tints of Venetian Red #AF111C
RGB
CMYK
RGB Variations
Color information
#AF111C (or 0xAF111C) is known color: Venetian Red. HEX triplet: AF, 11 and 1C. RGB value is (175,17,28). Sum of RGB (Red+Green+Blue) = 175+17+28=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF111C is #50EEE3. Grayscale: #414141. Windows color (decimal): -5304036 or 1839535. OLE color: 1839535.
HSL color Cylindrical-coordinate representation of color #AF111C: hue angle of 355.82º 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 #AF111C is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 28 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.31 |
| HSL | 355.82º | 0.82% | 0.38% | - |
| HSV(B) | 355.82º | 0.9% | 0.69% | - |
| XYZ | 18.09 | 9.6 | 2 | - |
| YUV | 65.5 | 106.85 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 28 | 0 | 0.90 | 0.84 | 0.31 | 355.82 | 0.82 | 0.38 |
| Hex | AF | 11 | 1C | 0 | 5A | 54 | 1F | 164 | 52 | 26 |
| Octal | 257 | 21 | 34 | 0 | 132 | 124 | 37 | 544 | 122 | 46 |
| Binary | 10101111 | 10001 | 11100 | 0 | 1011010 | 1010100 | 11111 | 101100100 | 1010010 | 100110 |
Color Harmonies of #AF111C
Complementary color
Monochromatic Colors of #AF111C
Black with #AF111C
Text Example
Text Example
White with #AF111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF111C; }
p { color: rgb(175,17,28); }
H1.HeaderClassName
{
color: #AF111C;
}
.AnyTagClassName
{
color: #AF111C;
}
</style>
background-color css
<style>
a { background-color: #AF111C; }
a { background-color: rgb(175,17,28); }
div.DivClassName
{
background-color: #AF111C;
}
.BgClassName
{
background-color: #AF111C;
}
</style>
border-color css
<style>
span { border-color: #AF111C; }
span { border-color: rgb(175,17,28); }
td.TdClassName
{
border-color: #AF111C;
}
.TagClassName
{
border-color: #AF111C;
}
</style>