Shades of Venetian Red #AF010E
Tints of Venetian Red #AF010E
RGB
CMYK
RGB Variations
Color information
#AF010E (or 0xAF010E) is known color: Venetian Red. HEX triplet: AF, 01 and 0E. RGB value is (175,1,14). Sum of RGB (Red+Green+Blue) = 175+1+14=190 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.11% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 175 - color contains mainly: red. Hex color #AF010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF010E is #50FEF1. Grayscale: #363636. Windows color (decimal): -5308146 or 917935. OLE color: 917935.
HSL color Cylindrical-coordinate representation of color #AF010E: hue angle of 355.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.31 |
| HSL | 355.52º | 0.99% | 0.35% | - |
| HSV(B) | 355.52º | 0.99% | 0.69% | - |
| XYZ | 17.77 | 9.17 | 1.25 | - |
| YUV | 54.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 14 | 0 | 0.99 | 0.92 | 0.31 | 355.52 | 0.99 | 0.35 |
| Hex | AF | 1 | E | 0 | 63 | 5C | 1F | 164 | 63 | 23 |
| Octal | 257 | 1 | 16 | 0 | 143 | 134 | 37 | 544 | 143 | 43 |
| Binary | 10101111 | 1 | 1110 | 0 | 1100011 | 1011100 | 11111 | 101100100 | 1100011 | 100011 |
Color Harmonies of #AF010E
Complementary color
Monochromatic Colors of #AF010E
Black with #AF010E
Text Example
Text Example
White with #AF010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF010E; }
p { color: rgb(175,1,14); }
H1.HeaderClassName
{
color: #AF010E;
}
.AnyTagClassName
{
color: #AF010E;
}
</style>
background-color css
<style>
a { background-color: #AF010E; }
a { background-color: rgb(175,1,14); }
div.DivClassName
{
background-color: #AF010E;
}
.BgClassName
{
background-color: #AF010E;
}
</style>
border-color css
<style>
span { border-color: #AF010E; }
span { border-color: rgb(175,1,14); }
td.TdClassName
{
border-color: #AF010E;
}
.TagClassName
{
border-color: #AF010E;
}
</style>