Shades of Venetian Red #AF1221
Tints of Venetian Red #AF1221
RGB
CMYK
RGB Variations
Color information
#AF1221 (or 0xAF1221) is known color: Venetian Red. HEX triplet: AF, 12 and 21. RGB value is (175,18,33). Sum of RGB (Red+Green+Blue) = 175+18+33=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1221 is #50EDDE. Grayscale: #424242. Windows color (decimal): -5303775 or 2167471. OLE color: 2167471.
HSL color Cylindrical-coordinate representation of color #AF1221: hue angle of 354.27º 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 #AF1221 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 33 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.31 |
| HSL | 354.27º | 0.81% | 0.38% | - |
| HSV(B) | 354.27º | 0.9% | 0.69% | - |
| XYZ | 18.17 | 9.66 | 2.35 | - |
| YUV | 66.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 33 | 0 | 0.90 | 0.81 | 0.31 | 354.27 | 0.81 | 0.38 |
| Hex | AF | 12 | 21 | 0 | 5A | 51 | 1F | 162 | 51 | 26 |
| Octal | 257 | 22 | 41 | 0 | 132 | 121 | 37 | 542 | 121 | 46 |
| Binary | 10101111 | 10010 | 100001 | 0 | 1011010 | 1010001 | 11111 | 101100010 | 1010001 | 100110 |
Color Harmonies of #AF1221
Complementary color
Monochromatic Colors of #AF1221
Black with #AF1221
Text Example
Text Example
White with #AF1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1221; }
p { color: rgb(175,18,33); }
H1.HeaderClassName
{
color: #AF1221;
}
.AnyTagClassName
{
color: #AF1221;
}
</style>
background-color css
<style>
a { background-color: #AF1221; }
a { background-color: rgb(175,18,33); }
div.DivClassName
{
background-color: #AF1221;
}
.BgClassName
{
background-color: #AF1221;
}
</style>
border-color css
<style>
span { border-color: #AF1221; }
span { border-color: rgb(175,18,33); }
td.TdClassName
{
border-color: #AF1221;
}
.TagClassName
{
border-color: #AF1221;
}
</style>