Shades of Venetian Red #AF1213
Tints of Venetian Red #AF1213
RGB
CMYK
RGB Variations
Color information
#AF1213 (or 0xAF1213) is known color: Venetian Red. HEX triplet: AF, 12 and 13. RGB value is (175,18,19). Sum of RGB (Red+Green+Blue) = 175+18+19=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1213 is #50EDEC. Grayscale: #414141. Windows color (decimal): -5303789 or 1249967. OLE color: 1249967.
HSL color Cylindrical-coordinate representation of color #AF1213: hue angle of 359.62º 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 #AF1213 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 19 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.31 |
| HSL | 359.62º | 0.81% | 0.38% | - |
| HSV(B) | 359.62º | 0.9% | 0.69% | - |
| XYZ | 18.01 | 9.59 | 1.52 | - |
| YUV | 65.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 19 | 0 | 0.90 | 0.89 | 0.31 | 359.62 | 0.81 | 0.38 |
| Hex | AF | 12 | 13 | 0 | 5A | 59 | 1F | 168 | 51 | 26 |
| Octal | 257 | 22 | 23 | 0 | 132 | 131 | 37 | 550 | 121 | 46 |
| Binary | 10101111 | 10010 | 10011 | 0 | 1011010 | 1011001 | 11111 | 101101000 | 1010001 | 100110 |
Color Harmonies of #AF1213
Complementary color
Monochromatic Colors of #AF1213
Black with #AF1213
Text Example
Text Example
White with #AF1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1213; }
p { color: rgb(175,18,19); }
H1.HeaderClassName
{
color: #AF1213;
}
.AnyTagClassName
{
color: #AF1213;
}
</style>
background-color css
<style>
a { background-color: #AF1213; }
a { background-color: rgb(175,18,19); }
div.DivClassName
{
background-color: #AF1213;
}
.BgClassName
{
background-color: #AF1213;
}
</style>
border-color css
<style>
span { border-color: #AF1213; }
span { border-color: rgb(175,18,19); }
td.TdClassName
{
border-color: #AF1213;
}
.TagClassName
{
border-color: #AF1213;
}
</style>