Shades of Venetian Red #AF070E
Tints of Venetian Red #AF070E
RGB
CMYK
RGB Variations
Color information
#AF070E (or 0xAF070E) is known color: Venetian Red. HEX triplet: AF, 07 and 0E. RGB value is (175,7,14). Sum of RGB (Red+Green+Blue) = 175+7+14=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF070E is #50F8F1. Grayscale: #3A3A3A. Windows color (decimal): -5306610 or 919471. OLE color: 919471.
HSL color Cylindrical-coordinate representation of color #AF070E: hue angle of 357.5º 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 #AF070E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.31 |
| HSL | 357.5º | 0.92% | 0.36% | - |
| HSV(B) | 357.5º | 0.96% | 0.69% | - |
| XYZ | 17.83 | 9.3 | 1.27 | - |
| YUV | 58.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 14 | 0 | 0.96 | 0.92 | 0.31 | 357.5 | 0.92 | 0.36 |
| Hex | AF | 7 | E | 0 | 60 | 5C | 1F | 166 | 5C | 24 |
| Octal | 257 | 7 | 16 | 0 | 140 | 134 | 37 | 546 | 134 | 44 |
| Binary | 10101111 | 111 | 1110 | 0 | 1100000 | 1011100 | 11111 | 101100110 | 1011100 | 100100 |
Color Harmonies of #AF070E
Complementary color
Monochromatic Colors of #AF070E
Black with #AF070E
Text Example
Text Example
White with #AF070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF070E; }
p { color: rgb(175,7,14); }
H1.HeaderClassName
{
color: #AF070E;
}
.AnyTagClassName
{
color: #AF070E;
}
</style>
background-color css
<style>
a { background-color: #AF070E; }
a { background-color: rgb(175,7,14); }
div.DivClassName
{
background-color: #AF070E;
}
.BgClassName
{
background-color: #AF070E;
}
</style>
border-color css
<style>
span { border-color: #AF070E; }
span { border-color: rgb(175,7,14); }
td.TdClassName
{
border-color: #AF070E;
}
.TagClassName
{
border-color: #AF070E;
}
</style>