Shades of Venetian Red #AF0515
Tints of Venetian Red #AF0515
RGB
CMYK
RGB Variations
Color information
#AF0515 (or 0xAF0515) is known color: Venetian Red. HEX triplet: AF, 05 and 15. RGB value is (175,5,21). Sum of RGB (Red+Green+Blue) = 175+5+21=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0515 is #50FAEA. Grayscale: #393939. Windows color (decimal): -5307115 or 1377711. OLE color: 1377711.
HSL color Cylindrical-coordinate representation of color #AF0515: hue angle of 354.35º degrees, saturation: 0.94, 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 #AF0515 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.31 |
| HSL | 354.35º | 0.94% | 0.35% | - |
| HSV(B) | 354.35º | 0.97% | 0.69% | - |
| XYZ | 17.87 | 9.28 | 1.56 | - |
| YUV | 57.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 21 | 0 | 0.97 | 0.88 | 0.31 | 354.35 | 0.94 | 0.35 |
| Hex | AF | 5 | 15 | 0 | 61 | 58 | 1F | 162 | 5E | 23 |
| Octal | 257 | 5 | 25 | 0 | 141 | 130 | 37 | 542 | 136 | 43 |
| Binary | 10101111 | 101 | 10101 | 0 | 1100001 | 1011000 | 11111 | 101100010 | 1011110 | 100011 |
Color Harmonies of #AF0515
Complementary color
Monochromatic Colors of #AF0515
Black with #AF0515
Text Example
Text Example
White with #AF0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0515; }
p { color: rgb(175,5,21); }
H1.HeaderClassName
{
color: #AF0515;
}
.AnyTagClassName
{
color: #AF0515;
}
</style>
background-color css
<style>
a { background-color: #AF0515; }
a { background-color: rgb(175,5,21); }
div.DivClassName
{
background-color: #AF0515;
}
.BgClassName
{
background-color: #AF0515;
}
</style>
border-color css
<style>
span { border-color: #AF0515; }
span { border-color: rgb(175,5,21); }
td.TdClassName
{
border-color: #AF0515;
}
.TagClassName
{
border-color: #AF0515;
}
</style>