Shades of Venetian Red #AF0F19
Tints of Venetian Red #AF0F19
RGB
CMYK
RGB Variations
Color information
#AF0F19 (or 0xAF0F19) is known color: Venetian Red. HEX triplet: AF, 0F and 19. RGB value is (175,15,25). Sum of RGB (Red+Green+Blue) = 175+15+25=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0F19 is #50F0E6. Grayscale: #404040. Windows color (decimal): -5304551 or 1642415. OLE color: 1642415.
HSL color Cylindrical-coordinate representation of color #AF0F19: hue angle of 356.25º degrees, saturation: 0.84, 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 #AF0F19 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 25 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.31 |
| HSL | 356.25º | 0.84% | 0.37% | - |
| HSV(B) | 356.25º | 0.91% | 0.69% | - |
| XYZ | 18.03 | 9.53 | 1.81 | - |
| YUV | 63.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 25 | 0 | 0.91 | 0.86 | 0.31 | 356.25 | 0.84 | 0.37 |
| Hex | AF | F | 19 | 0 | 5B | 56 | 1F | 164 | 54 | 25 |
| Octal | 257 | 17 | 31 | 0 | 133 | 126 | 37 | 544 | 124 | 45 |
| Binary | 10101111 | 1111 | 11001 | 0 | 1011011 | 1010110 | 11111 | 101100100 | 1010100 | 100101 |
Color Harmonies of #AF0F19
Complementary color
Monochromatic Colors of #AF0F19
Black with #AF0F19
Text Example
Text Example
White with #AF0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F19; }
p { color: rgb(175,15,25); }
H1.HeaderClassName
{
color: #AF0F19;
}
.AnyTagClassName
{
color: #AF0F19;
}
</style>
background-color css
<style>
a { background-color: #AF0F19; }
a { background-color: rgb(175,15,25); }
div.DivClassName
{
background-color: #AF0F19;
}
.BgClassName
{
background-color: #AF0F19;
}
</style>
border-color css
<style>
span { border-color: #AF0F19; }
span { border-color: rgb(175,15,25); }
td.TdClassName
{
border-color: #AF0F19;
}
.TagClassName
{
border-color: #AF0F19;
}
</style>