Shades of Venetian Red #AF1223
Tints of Venetian Red #AF1223
RGB
CMYK
RGB Variations
Color information
#AF1223 (or 0xAF1223) is known color: Venetian Red. HEX triplet: AF, 12 and 23. RGB value is (175,18,35). Sum of RGB (Red+Green+Blue) = 175+18+35=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1223 is #50EDDC. Grayscale: #424242. Windows color (decimal): -5303773 or 2298543. OLE color: 2298543.
HSL color Cylindrical-coordinate representation of color #AF1223: hue angle of 353.5º 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 #AF1223 is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 35 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.31 |
| HSL | 353.5º | 0.81% | 0.38% | - |
| HSV(B) | 353.5º | 0.9% | 0.69% | - |
| XYZ | 18.2 | 9.67 | 2.5 | - |
| YUV | 66.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 35 | 0 | 0.90 | 0.8 | 0.31 | 353.5 | 0.81 | 0.38 |
| Hex | AF | 12 | 23 | 0 | 5A | 50 | 1F | 162 | 51 | 26 |
| Octal | 257 | 22 | 43 | 0 | 132 | 120 | 37 | 542 | 121 | 46 |
| Binary | 10101111 | 10010 | 100011 | 0 | 1011010 | 1010000 | 11111 | 101100010 | 1010001 | 100110 |
Color Harmonies of #AF1223
Complementary color
Monochromatic Colors of #AF1223
Black with #AF1223
Text Example
Text Example
White with #AF1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1223; }
p { color: rgb(175,18,35); }
H1.HeaderClassName
{
color: #AF1223;
}
.AnyTagClassName
{
color: #AF1223;
}
</style>
background-color css
<style>
a { background-color: #AF1223; }
a { background-color: rgb(175,18,35); }
div.DivClassName
{
background-color: #AF1223;
}
.BgClassName
{
background-color: #AF1223;
}
</style>
border-color css
<style>
span { border-color: #AF1223; }
span { border-color: rgb(175,18,35); }
td.TdClassName
{
border-color: #AF1223;
}
.TagClassName
{
border-color: #AF1223;
}
</style>