Shades of Venetian Red #AF0F22
Tints of Venetian Red #AF0F22
RGB
CMYK
RGB Variations
Color information
#AF0F22 (or 0xAF0F22) is known color: Venetian Red. HEX triplet: AF, 0F and 22. RGB value is (175,15,34). Sum of RGB (Red+Green+Blue) = 175+15+34=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F22 is #50F0DD. Grayscale: #414141. Windows color (decimal): -5304542 or 2232239. OLE color: 2232239.
HSL color Cylindrical-coordinate representation of color #AF0F22: hue angle of 352.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F22 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 34 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.31 |
| HSL | 352.88º | 0.84% | 0.37% | - |
| HSV(B) | 352.88º | 0.91% | 0.69% | - |
| XYZ | 18.14 | 9.57 | 2.4 | - |
| YUV | 65.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 34 | 0 | 0.91 | 0.81 | 0.31 | 352.88 | 0.84 | 0.37 |
| Hex | AF | F | 22 | 0 | 5B | 51 | 1F | 161 | 54 | 25 |
| Octal | 257 | 17 | 42 | 0 | 133 | 121 | 37 | 541 | 124 | 45 |
| Binary | 10101111 | 1111 | 100010 | 0 | 1011011 | 1010001 | 11111 | 101100001 | 1010100 | 100101 |
Color Harmonies of #AF0F22
Complementary color
Monochromatic Colors of #AF0F22
Black with #AF0F22
Text Example
Text Example
White with #AF0F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F22; }
p { color: rgb(175,15,34); }
H1.HeaderClassName
{
color: #AF0F22;
}
.AnyTagClassName
{
color: #AF0F22;
}
</style>
background-color css
<style>
a { background-color: #AF0F22; }
a { background-color: rgb(175,15,34); }
div.DivClassName
{
background-color: #AF0F22;
}
.BgClassName
{
background-color: #AF0F22;
}
</style>
border-color css
<style>
span { border-color: #AF0F22; }
span { border-color: rgb(175,15,34); }
td.TdClassName
{
border-color: #AF0F22;
}
.TagClassName
{
border-color: #AF0F22;
}
</style>