Shades of Venetian Red #AF1219
Tints of Venetian Red #AF1219
RGB
CMYK
RGB Variations
Color information
#AF1219 (or 0xAF1219) is known color: Venetian Red. HEX triplet: AF, 12 and 19. RGB value is (175,18,25). Sum of RGB (Red+Green+Blue) = 175+18+25=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1219 is #50EDE6. Grayscale: #414141. Windows color (decimal): -5303783 or 1643183. OLE color: 1643183.
HSL color Cylindrical-coordinate representation of color #AF1219: hue angle of 357.32º 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 #AF1219 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 25 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.31 |
| HSL | 357.32º | 0.81% | 0.38% | - |
| HSV(B) | 357.32º | 0.9% | 0.69% | - |
| XYZ | 18.07 | 9.62 | 1.82 | - |
| YUV | 65.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 25 | 0 | 0.90 | 0.86 | 0.31 | 357.32 | 0.81 | 0.38 |
| Hex | AF | 12 | 19 | 0 | 5A | 56 | 1F | 165 | 51 | 26 |
| Octal | 257 | 22 | 31 | 0 | 132 | 126 | 37 | 545 | 121 | 46 |
| Binary | 10101111 | 10010 | 11001 | 0 | 1011010 | 1010110 | 11111 | 101100101 | 1010001 | 100110 |
Color Harmonies of #AF1219
Complementary color
Monochromatic Colors of #AF1219
Black with #AF1219
Text Example
Text Example
White with #AF1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1219; }
p { color: rgb(175,18,25); }
H1.HeaderClassName
{
color: #AF1219;
}
.AnyTagClassName
{
color: #AF1219;
}
</style>
background-color css
<style>
a { background-color: #AF1219; }
a { background-color: rgb(175,18,25); }
div.DivClassName
{
background-color: #AF1219;
}
.BgClassName
{
background-color: #AF1219;
}
</style>
border-color css
<style>
span { border-color: #AF1219; }
span { border-color: rgb(175,18,25); }
td.TdClassName
{
border-color: #AF1219;
}
.TagClassName
{
border-color: #AF1219;
}
</style>