Shades of Venetian Red #AF0619
Tints of Venetian Red #AF0619
RGB
CMYK
RGB Variations
Color information
#AF0619 (or 0xAF0619) is known color: Venetian Red. HEX triplet: AF, 06 and 19. RGB value is (175,6,25). Sum of RGB (Red+Green+Blue) = 175+6+25=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0619 is #50F9E6. Grayscale: #3A3A3A. Windows color (decimal): -5306855 or 1640111. OLE color: 1640111.
HSL color Cylindrical-coordinate representation of color #AF0619: hue angle of 353.25º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0619 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.31 |
| HSL | 353.25º | 0.93% | 0.35% | - |
| HSV(B) | 353.25º | 0.97% | 0.69% | - |
| XYZ | 17.92 | 9.31 | 1.77 | - |
| YUV | 58.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 25 | 0 | 0.97 | 0.86 | 0.31 | 353.25 | 0.93 | 0.35 |
| Hex | AF | 6 | 19 | 0 | 61 | 56 | 1F | 161 | 5D | 23 |
| Octal | 257 | 6 | 31 | 0 | 141 | 126 | 37 | 541 | 135 | 43 |
| Binary | 10101111 | 110 | 11001 | 0 | 1100001 | 1010110 | 11111 | 101100001 | 1011101 | 100011 |
Color Harmonies of #AF0619
Complementary color
Monochromatic Colors of #AF0619
Black with #AF0619
Text Example
Text Example
White with #AF0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0619; }
p { color: rgb(175,6,25); }
H1.HeaderClassName
{
color: #AF0619;
}
.AnyTagClassName
{
color: #AF0619;
}
</style>
background-color css
<style>
a { background-color: #AF0619; }
a { background-color: rgb(175,6,25); }
div.DivClassName
{
background-color: #AF0619;
}
.BgClassName
{
background-color: #AF0619;
}
</style>
border-color css
<style>
span { border-color: #AF0619; }
span { border-color: rgb(175,6,25); }
td.TdClassName
{
border-color: #AF0619;
}
.TagClassName
{
border-color: #AF0619;
}
</style>