Shades of Venetian Red #AF1123
Tints of Venetian Red #AF1123
RGB
CMYK
RGB Variations
Color information
#AF1123 (or 0xAF1123) is known color: Venetian Red. HEX triplet: AF, 11 and 23. RGB value is (175,17,35). Sum of RGB (Red+Green+Blue) = 175+17+35=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1123 is #50EEDC. Grayscale: #424242. Windows color (decimal): -5304029 or 2298287. OLE color: 2298287.
HSL color Cylindrical-coordinate representation of color #AF1123: hue angle of 353.16º 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 #AF1123 is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 35 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.31 |
| HSL | 353.16º | 0.82% | 0.38% | - |
| HSV(B) | 353.16º | 0.9% | 0.69% | - |
| XYZ | 18.18 | 9.64 | 2.49 | - |
| YUV | 66.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 35 | 0 | 0.90 | 0.8 | 0.31 | 353.16 | 0.82 | 0.38 |
| Hex | AF | 11 | 23 | 0 | 5A | 50 | 1F | 161 | 52 | 26 |
| Octal | 257 | 21 | 43 | 0 | 132 | 120 | 37 | 541 | 122 | 46 |
| Binary | 10101111 | 10001 | 100011 | 0 | 1011010 | 1010000 | 11111 | 101100001 | 1010010 | 100110 |
Color Harmonies of #AF1123
Complementary color
Monochromatic Colors of #AF1123
Black with #AF1123
Text Example
Text Example
White with #AF1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1123; }
p { color: rgb(175,17,35); }
H1.HeaderClassName
{
color: #AF1123;
}
.AnyTagClassName
{
color: #AF1123;
}
</style>
background-color css
<style>
a { background-color: #AF1123; }
a { background-color: rgb(175,17,35); }
div.DivClassName
{
background-color: #AF1123;
}
.BgClassName
{
background-color: #AF1123;
}
</style>
border-color css
<style>
span { border-color: #AF1123; }
span { border-color: rgb(175,17,35); }
td.TdClassName
{
border-color: #AF1123;
}
.TagClassName
{
border-color: #AF1123;
}
</style>