Shades of Venetian Red #AF121F
Tints of Venetian Red #AF121F
RGB
CMYK
RGB Variations
Color information
#AF121F (or 0xAF121F) is known color: Venetian Red. HEX triplet: AF, 12 and 1F. RGB value is (175,18,31). Sum of RGB (Red+Green+Blue) = 175+18+31=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121F is #50EDE0. Grayscale: #424242. Windows color (decimal): -5303777 or 2036399. OLE color: 2036399.
HSL color Cylindrical-coordinate representation of color #AF121F: hue angle of 355.03º degrees, saturation: 0.81, 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 #AF121F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 31 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.31 |
| HSL | 355.03º | 0.81% | 0.38% | - |
| HSV(B) | 355.03º | 0.9% | 0.69% | - |
| XYZ | 18.14 | 9.65 | 2.2 | - |
| YUV | 66.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 31 | 0 | 0.90 | 0.82 | 0.31 | 355.03 | 0.81 | 0.38 |
| Hex | AF | 12 | 1F | 0 | 5A | 52 | 1F | 163 | 51 | 26 |
| Octal | 257 | 22 | 37 | 0 | 132 | 122 | 37 | 543 | 121 | 46 |
| Binary | 10101111 | 10010 | 11111 | 0 | 1011010 | 1010010 | 11111 | 101100011 | 1010001 | 100110 |
Color Harmonies of #AF121F
Complementary color
Monochromatic Colors of #AF121F
Black with #AF121F
Text Example
Text Example
White with #AF121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF121F; }
p { color: rgb(175,18,31); }
H1.HeaderClassName
{
color: #AF121F;
}
.AnyTagClassName
{
color: #AF121F;
}
</style>
background-color css
<style>
a { background-color: #AF121F; }
a { background-color: rgb(175,18,31); }
div.DivClassName
{
background-color: #AF121F;
}
.BgClassName
{
background-color: #AF121F;
}
</style>
border-color css
<style>
span { border-color: #AF121F; }
span { border-color: rgb(175,18,31); }
td.TdClassName
{
border-color: #AF121F;
}
.TagClassName
{
border-color: #AF121F;
}
</style>