Shades of Venetian Red #AF131E
Tints of Venetian Red #AF131E
RGB
CMYK
RGB Variations
Color information
#AF131E (or 0xAF131E) is known color: Venetian Red. HEX triplet: AF, 13 and 1E. RGB value is (175,19,30). Sum of RGB (Red+Green+Blue) = 175+19+30=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF131E is #50ECE1. Grayscale: #434343. Windows color (decimal): -5303522 or 1971119. OLE color: 1971119.
HSL color Cylindrical-coordinate representation of color #AF131E: hue angle of 355.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF131E is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 30 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.31 |
| HSL | 355.77º | 0.8% | 0.38% | - |
| HSV(B) | 355.77º | 0.89% | 0.69% | - |
| XYZ | 18.15 | 9.67 | 2.14 | - |
| YUV | 66.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 30 | 0 | 0.89 | 0.83 | 0.31 | 355.77 | 0.8 | 0.38 |
| Hex | AF | 13 | 1E | 0 | 59 | 53 | 1F | 164 | 50 | 26 |
| Octal | 257 | 23 | 36 | 0 | 131 | 123 | 37 | 544 | 120 | 46 |
| Binary | 10101111 | 10011 | 11110 | 0 | 1011001 | 1010011 | 11111 | 101100100 | 1010000 | 100110 |
Color Harmonies of #AF131E
Complementary color
Monochromatic Colors of #AF131E
Black with #AF131E
Text Example
Text Example
White with #AF131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF131E; }
p { color: rgb(175,19,30); }
H1.HeaderClassName
{
color: #AF131E;
}
.AnyTagClassName
{
color: #AF131E;
}
</style>
background-color css
<style>
a { background-color: #AF131E; }
a { background-color: rgb(175,19,30); }
div.DivClassName
{
background-color: #AF131E;
}
.BgClassName
{
background-color: #AF131E;
}
</style>
border-color css
<style>
span { border-color: #AF131E; }
span { border-color: rgb(175,19,30); }
td.TdClassName
{
border-color: #AF131E;
}
.TagClassName
{
border-color: #AF131E;
}
</style>