Shades of Venetian Red #AF1112
Tints of Venetian Red #AF1112
RGB
CMYK
RGB Variations
Color information
#AF1112 (or 0xAF1112) is known color: Venetian Red. HEX triplet: AF, 11 and 12. RGB value is (175,17,18). Sum of RGB (Red+Green+Blue) = 175+17+18=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1112 is #50EEED. Grayscale: #404040. Windows color (decimal): -5304046 or 1184175. OLE color: 1184175.
HSL color Cylindrical-coordinate representation of color #AF1112: hue angle of 359.62º 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 #AF1112 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.31 |
| HSL | 359.62º | 0.82% | 0.38% | - |
| HSV(B) | 359.62º | 0.9% | 0.69% | - |
| XYZ | 17.99 | 9.56 | 1.47 | - |
| YUV | 64.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 18 | 0 | 0.90 | 0.90 | 0.31 | 359.62 | 0.82 | 0.38 |
| Hex | AF | 11 | 12 | 0 | 5A | 5A | 1F | 168 | 52 | 26 |
| Octal | 257 | 21 | 22 | 0 | 132 | 132 | 37 | 550 | 122 | 46 |
| Binary | 10101111 | 10001 | 10010 | 0 | 1011010 | 1011010 | 11111 | 101101000 | 1010010 | 100110 |
Color Harmonies of #AF1112
Complementary color
Monochromatic Colors of #AF1112
Black with #AF1112
Text Example
Text Example
White with #AF1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1112; }
p { color: rgb(175,17,18); }
H1.HeaderClassName
{
color: #AF1112;
}
.AnyTagClassName
{
color: #AF1112;
}
</style>
background-color css
<style>
a { background-color: #AF1112; }
a { background-color: rgb(175,17,18); }
div.DivClassName
{
background-color: #AF1112;
}
.BgClassName
{
background-color: #AF1112;
}
</style>
border-color css
<style>
span { border-color: #AF1112; }
span { border-color: rgb(175,17,18); }
td.TdClassName
{
border-color: #AF1112;
}
.TagClassName
{
border-color: #AF1112;
}
</style>