Shades of Venetian Red #AF0614
Tints of Venetian Red #AF0614
RGB
CMYK
RGB Variations
Color information
#AF0614 (or 0xAF0614) is known color: Venetian Red. HEX triplet: AF, 06 and 14. RGB value is (175,6,20). Sum of RGB (Red+Green+Blue) = 175+6+20=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0614 is #50F9EB. Grayscale: #3A3A3A. Windows color (decimal): -5306860 or 1312431. OLE color: 1312431.
HSL color Cylindrical-coordinate representation of color #AF0614: hue angle of 355.03º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0614 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.31 |
| HSL | 355.03º | 0.93% | 0.35% | - |
| HSV(B) | 355.03º | 0.97% | 0.69% | - |
| XYZ | 17.87 | 9.29 | 1.51 | - |
| YUV | 58.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 20 | 0 | 0.97 | 0.89 | 0.31 | 355.03 | 0.93 | 0.35 |
| Hex | AF | 6 | 14 | 0 | 61 | 59 | 1F | 163 | 5D | 23 |
| Octal | 257 | 6 | 24 | 0 | 141 | 131 | 37 | 543 | 135 | 43 |
| Binary | 10101111 | 110 | 10100 | 0 | 1100001 | 1011001 | 11111 | 101100011 | 1011101 | 100011 |
Color Harmonies of #AF0614
Complementary color
Monochromatic Colors of #AF0614
Black with #AF0614
Text Example
Text Example
White with #AF0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0614; }
p { color: rgb(175,6,20); }
H1.HeaderClassName
{
color: #AF0614;
}
.AnyTagClassName
{
color: #AF0614;
}
</style>
background-color css
<style>
a { background-color: #AF0614; }
a { background-color: rgb(175,6,20); }
div.DivClassName
{
background-color: #AF0614;
}
.BgClassName
{
background-color: #AF0614;
}
</style>
border-color css
<style>
span { border-color: #AF0614; }
span { border-color: rgb(175,6,20); }
td.TdClassName
{
border-color: #AF0614;
}
.TagClassName
{
border-color: #AF0614;
}
</style>