Shades of Venetian Red #AF070F
Tints of Venetian Red #AF070F
RGB
CMYK
RGB Variations
Color information
#AF070F (or 0xAF070F) is known color: Venetian Red. HEX triplet: AF, 07 and 0F. RGB value is (175,7,15). Sum of RGB (Red+Green+Blue) = 175+7+15=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF070F is #50F8F0. Grayscale: #3A3A3A. Windows color (decimal): -5306609 or 985007. OLE color: 985007.
HSL color Cylindrical-coordinate representation of color #AF070F: hue angle of 357.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF070F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 15 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.31 |
| HSL | 357.14º | 0.92% | 0.36% | - |
| HSV(B) | 357.14º | 0.96% | 0.69% | - |
| XYZ | 17.84 | 9.3 | 1.31 | - |
| YUV | 58.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 15 | 0 | 0.96 | 0.91 | 0.31 | 357.14 | 0.92 | 0.36 |
| Hex | AF | 7 | F | 0 | 60 | 5B | 1F | 165 | 5C | 24 |
| Octal | 257 | 7 | 17 | 0 | 140 | 133 | 37 | 545 | 134 | 44 |
| Binary | 10101111 | 111 | 1111 | 0 | 1100000 | 1011011 | 11111 | 101100101 | 1011100 | 100100 |
Color Harmonies of #AF070F
Complementary color
Monochromatic Colors of #AF070F
Black with #AF070F
Text Example
Text Example
White with #AF070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF070F; }
p { color: rgb(175,7,15); }
H1.HeaderClassName
{
color: #AF070F;
}
.AnyTagClassName
{
color: #AF070F;
}
</style>
background-color css
<style>
a { background-color: #AF070F; }
a { background-color: rgb(175,7,15); }
div.DivClassName
{
background-color: #AF070F;
}
.BgClassName
{
background-color: #AF070F;
}
</style>
border-color css
<style>
span { border-color: #AF070F; }
span { border-color: rgb(175,7,15); }
td.TdClassName
{
border-color: #AF070F;
}
.TagClassName
{
border-color: #AF070F;
}
</style>