Shades of Venetian Red #AF1019
Tints of Venetian Red #AF1019
RGB
CMYK
RGB Variations
Color information
#AF1019 (or 0xAF1019) is known color: Venetian Red. HEX triplet: AF, 10 and 19. RGB value is (175,16,25). Sum of RGB (Red+Green+Blue) = 175+16+25=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1019 is #50EFE6. Grayscale: #404040. Windows color (decimal): -5304295 or 1642671. OLE color: 1642671.
HSL color Cylindrical-coordinate representation of color #AF1019: hue angle of 356.6º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1019 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 25 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.31 |
| HSL | 356.6º | 0.83% | 0.37% | - |
| HSV(B) | 356.6º | 0.91% | 0.69% | - |
| XYZ | 18.04 | 9.55 | 1.81 | - |
| YUV | 64.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 25 | 0 | 0.91 | 0.86 | 0.31 | 356.6 | 0.83 | 0.37 |
| Hex | AF | 10 | 19 | 0 | 5B | 56 | 1F | 165 | 53 | 25 |
| Octal | 257 | 20 | 31 | 0 | 133 | 126 | 37 | 545 | 123 | 45 |
| Binary | 10101111 | 10000 | 11001 | 0 | 1011011 | 1010110 | 11111 | 101100101 | 1010011 | 100101 |
Color Harmonies of #AF1019
Complementary color
Monochromatic Colors of #AF1019
Black with #AF1019
Text Example
Text Example
White with #AF1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1019; }
p { color: rgb(175,16,25); }
H1.HeaderClassName
{
color: #AF1019;
}
.AnyTagClassName
{
color: #AF1019;
}
</style>
background-color css
<style>
a { background-color: #AF1019; }
a { background-color: rgb(175,16,25); }
div.DivClassName
{
background-color: #AF1019;
}
.BgClassName
{
background-color: #AF1019;
}
</style>
border-color css
<style>
span { border-color: #AF1019; }
span { border-color: rgb(175,16,25); }
td.TdClassName
{
border-color: #AF1019;
}
.TagClassName
{
border-color: #AF1019;
}
</style>