Shades of Venetian Red #AF0713
Tints of Venetian Red #AF0713
RGB
CMYK
RGB Variations
Color information
#AF0713 (or 0xAF0713) is known color: Venetian Red. HEX triplet: AF, 07 and 13. RGB value is (175,7,19). Sum of RGB (Red+Green+Blue) = 175+7+19=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0713 is #50F8EC. Grayscale: #3A3A3A. Windows color (decimal): -5306605 or 1247151. OLE color: 1247151.
HSL color Cylindrical-coordinate representation of color #AF0713: hue angle of 355.71º 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 #AF0713 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.31 |
| HSL | 355.71º | 0.92% | 0.36% | - |
| HSV(B) | 355.71º | 0.96% | 0.69% | - |
| XYZ | 17.87 | 9.31 | 1.47 | - |
| YUV | 58.6 | 105.66 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 19 | 0 | 0.96 | 0.89 | 0.31 | 355.71 | 0.92 | 0.36 |
| Hex | AF | 7 | 13 | 0 | 60 | 59 | 1F | 164 | 5C | 24 |
| Octal | 257 | 7 | 23 | 0 | 140 | 131 | 37 | 544 | 134 | 44 |
| Binary | 10101111 | 111 | 10011 | 0 | 1100000 | 1011001 | 11111 | 101100100 | 1011100 | 100100 |
Color Harmonies of #AF0713
Complementary color
Monochromatic Colors of #AF0713
Black with #AF0713
Text Example
Text Example
White with #AF0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0713; }
p { color: rgb(175,7,19); }
H1.HeaderClassName
{
color: #AF0713;
}
.AnyTagClassName
{
color: #AF0713;
}
</style>
background-color css
<style>
a { background-color: #AF0713; }
a { background-color: rgb(175,7,19); }
div.DivClassName
{
background-color: #AF0713;
}
.BgClassName
{
background-color: #AF0713;
}
</style>
border-color css
<style>
span { border-color: #AF0713; }
span { border-color: rgb(175,7,19); }
td.TdClassName
{
border-color: #AF0713;
}
.TagClassName
{
border-color: #AF0713;
}
</style>