Shades of Venetian Red #AF101E
Tints of Venetian Red #AF101E
RGB
CMYK
RGB Variations
Color information
#AF101E (or 0xAF101E) is known color: Venetian Red. HEX triplet: AF, 10 and 1E. RGB value is (175,16,30). Sum of RGB (Red+Green+Blue) = 175+16+30=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF101E is #50EFE1. Grayscale: #414141. Windows color (decimal): -5304290 or 1970351. OLE color: 1970351.
HSL color Cylindrical-coordinate representation of color #AF101E: hue angle of 354.72º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF101E is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 30 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.31 |
| HSL | 354.72º | 0.83% | 0.37% | - |
| HSV(B) | 354.72º | 0.91% | 0.69% | - |
| XYZ | 18.1 | 9.58 | 2.12 | - |
| YUV | 65.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 30 | 0 | 0.91 | 0.83 | 0.31 | 354.72 | 0.83 | 0.37 |
| Hex | AF | 10 | 1E | 0 | 5B | 53 | 1F | 163 | 53 | 25 |
| Octal | 257 | 20 | 36 | 0 | 133 | 123 | 37 | 543 | 123 | 45 |
| Binary | 10101111 | 10000 | 11110 | 0 | 1011011 | 1010011 | 11111 | 101100011 | 1010011 | 100101 |
Color Harmonies of #AF101E
Complementary color
Monochromatic Colors of #AF101E
Black with #AF101E
Text Example
Text Example
White with #AF101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF101E; }
p { color: rgb(175,16,30); }
H1.HeaderClassName
{
color: #AF101E;
}
.AnyTagClassName
{
color: #AF101E;
}
</style>
background-color css
<style>
a { background-color: #AF101E; }
a { background-color: rgb(175,16,30); }
div.DivClassName
{
background-color: #AF101E;
}
.BgClassName
{
background-color: #AF101E;
}
</style>
border-color css
<style>
span { border-color: #AF101E; }
span { border-color: rgb(175,16,30); }
td.TdClassName
{
border-color: #AF101E;
}
.TagClassName
{
border-color: #AF101E;
}
</style>