Shades of Venetian Red #AF121D
Tints of Venetian Red #AF121D
RGB
CMYK
RGB Variations
Color information
#AF121D (or 0xAF121D) is known color: Venetian Red. HEX triplet: AF, 12 and 1D. RGB value is (175,18,29). Sum of RGB (Red+Green+Blue) = 175+18+29=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121D is #50EDE2. Grayscale: #424242. Windows color (decimal): -5303779 or 1905327. OLE color: 1905327.
HSL color Cylindrical-coordinate representation of color #AF121D: hue angle of 355.8º 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 #AF121D is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 29 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.31 |
| HSL | 355.8º | 0.81% | 0.38% | - |
| HSV(B) | 355.8º | 0.9% | 0.69% | - |
| XYZ | 18.12 | 9.64 | 2.07 | - |
| YUV | 66.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 29 | 0 | 0.90 | 0.83 | 0.31 | 355.8 | 0.81 | 0.38 |
| Hex | AF | 12 | 1D | 0 | 5A | 53 | 1F | 164 | 51 | 26 |
| Octal | 257 | 22 | 35 | 0 | 132 | 123 | 37 | 544 | 121 | 46 |
| Binary | 10101111 | 10010 | 11101 | 0 | 1011010 | 1010011 | 11111 | 101100100 | 1010001 | 100110 |
Color Harmonies of #AF121D
Complementary color
Monochromatic Colors of #AF121D
Black with #AF121D
Text Example
Text Example
White with #AF121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF121D; }
p { color: rgb(175,18,29); }
H1.HeaderClassName
{
color: #AF121D;
}
.AnyTagClassName
{
color: #AF121D;
}
</style>
background-color css
<style>
a { background-color: #AF121D; }
a { background-color: rgb(175,18,29); }
div.DivClassName
{
background-color: #AF121D;
}
.BgClassName
{
background-color: #AF121D;
}
</style>
border-color css
<style>
span { border-color: #AF121D; }
span { border-color: rgb(175,18,29); }
td.TdClassName
{
border-color: #AF121D;
}
.TagClassName
{
border-color: #AF121D;
}
</style>