Shades of Venetian Red #AF0313
Tints of Venetian Red #AF0313
RGB
CMYK
RGB Variations
Color information
#AF0313 (or 0xAF0313) is known color: Venetian Red. HEX triplet: AF, 03 and 13. RGB value is (175,3,19). Sum of RGB (Red+Green+Blue) = 175+3+19=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0313 is #50FCEC. Grayscale: #383838. Windows color (decimal): -5307629 or 1246127. OLE color: 1246127.
HSL color Cylindrical-coordinate representation of color #AF0313: hue angle of 354.42º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0313 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 19 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.31 |
| HSL | 354.42º | 0.97% | 0.35% | - |
| HSV(B) | 354.42º | 0.98% | 0.69% | - |
| XYZ | 17.83 | 9.23 | 1.46 | - |
| YUV | 56.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 19 | 0 | 0.98 | 0.89 | 0.31 | 354.42 | 0.97 | 0.35 |
| Hex | AF | 3 | 13 | 0 | 62 | 59 | 1F | 162 | 61 | 23 |
| Octal | 257 | 3 | 23 | 0 | 142 | 131 | 37 | 542 | 141 | 43 |
| Binary | 10101111 | 11 | 10011 | 0 | 1100010 | 1011001 | 11111 | 101100010 | 1100001 | 100011 |
Color Harmonies of #AF0313
Complementary color
Monochromatic Colors of #AF0313
Black with #AF0313
Text Example
Text Example
White with #AF0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0313; }
p { color: rgb(175,3,19); }
H1.HeaderClassName
{
color: #AF0313;
}
.AnyTagClassName
{
color: #AF0313;
}
</style>
background-color css
<style>
a { background-color: #AF0313; }
a { background-color: rgb(175,3,19); }
div.DivClassName
{
background-color: #AF0313;
}
.BgClassName
{
background-color: #AF0313;
}
</style>
border-color css
<style>
span { border-color: #AF0313; }
span { border-color: rgb(175,3,19); }
td.TdClassName
{
border-color: #AF0313;
}
.TagClassName
{
border-color: #AF0313;
}
</style>