Shades of Venetian Red #AF1121
Tints of Venetian Red #AF1121
RGB
CMYK
RGB Variations
Color information
#AF1121 (or 0xAF1121) is known color: Venetian Red. HEX triplet: AF, 11 and 21. RGB value is (175,17,33). Sum of RGB (Red+Green+Blue) = 175+17+33=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1121 is #50EEDE. Grayscale: #424242. Windows color (decimal): -5304031 or 2167215. OLE color: 2167215.
HSL color Cylindrical-coordinate representation of color #AF1121: hue angle of 353.92º 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 #AF1121 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 33 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.31 |
| HSL | 353.92º | 0.82% | 0.38% | - |
| HSV(B) | 353.92º | 0.9% | 0.69% | - |
| XYZ | 18.15 | 9.62 | 2.34 | - |
| YUV | 66.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 33 | 0 | 0.90 | 0.81 | 0.31 | 353.92 | 0.82 | 0.38 |
| Hex | AF | 11 | 21 | 0 | 5A | 51 | 1F | 162 | 52 | 26 |
| Octal | 257 | 21 | 41 | 0 | 132 | 121 | 37 | 542 | 122 | 46 |
| Binary | 10101111 | 10001 | 100001 | 0 | 1011010 | 1010001 | 11111 | 101100010 | 1010010 | 100110 |
Color Harmonies of #AF1121
Complementary color
Monochromatic Colors of #AF1121
Black with #AF1121
Text Example
Text Example
White with #AF1121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1121; }
p { color: rgb(175,17,33); }
H1.HeaderClassName
{
color: #AF1121;
}
.AnyTagClassName
{
color: #AF1121;
}
</style>
background-color css
<style>
a { background-color: #AF1121; }
a { background-color: rgb(175,17,33); }
div.DivClassName
{
background-color: #AF1121;
}
.BgClassName
{
background-color: #AF1121;
}
</style>
border-color css
<style>
span { border-color: #AF1121; }
span { border-color: rgb(175,17,33); }
td.TdClassName
{
border-color: #AF1121;
}
.TagClassName
{
border-color: #AF1121;
}
</style>