Shades of Venetian Red #AF111F
Tints of Venetian Red #AF111F
RGB
CMYK
RGB Variations
Color information
#AF111F (or 0xAF111F) is known color: Venetian Red. HEX triplet: AF, 11 and 1F. RGB value is (175,17,31). Sum of RGB (Red+Green+Blue) = 175+17+31=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF111F is #50EEE0. Grayscale: #414141. Windows color (decimal): -5304033 or 2036143. OLE color: 2036143.
HSL color Cylindrical-coordinate representation of color #AF111F: hue angle of 354.68º 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 #AF111F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 31 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.31 |
| HSL | 354.68º | 0.82% | 0.38% | - |
| HSV(B) | 354.68º | 0.9% | 0.69% | - |
| XYZ | 18.13 | 9.61 | 2.2 | - |
| YUV | 65.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 31 | 0 | 0.90 | 0.82 | 0.31 | 354.68 | 0.82 | 0.38 |
| Hex | AF | 11 | 1F | 0 | 5A | 52 | 1F | 163 | 52 | 26 |
| Octal | 257 | 21 | 37 | 0 | 132 | 122 | 37 | 543 | 122 | 46 |
| Binary | 10101111 | 10001 | 11111 | 0 | 1011010 | 1010010 | 11111 | 101100011 | 1010010 | 100110 |
Color Harmonies of #AF111F
Complementary color
Monochromatic Colors of #AF111F
Black with #AF111F
Text Example
Text Example
White with #AF111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF111F; }
p { color: rgb(175,17,31); }
H1.HeaderClassName
{
color: #AF111F;
}
.AnyTagClassName
{
color: #AF111F;
}
</style>
background-color css
<style>
a { background-color: #AF111F; }
a { background-color: rgb(175,17,31); }
div.DivClassName
{
background-color: #AF111F;
}
.BgClassName
{
background-color: #AF111F;
}
</style>
border-color css
<style>
span { border-color: #AF111F; }
span { border-color: rgb(175,17,31); }
td.TdClassName
{
border-color: #AF111F;
}
.TagClassName
{
border-color: #AF111F;
}
</style>