Shades of Venetian Red #AF101F
Tints of Venetian Red #AF101F
RGB
CMYK
RGB Variations
Color information
#AF101F (or 0xAF101F) is known color: Venetian Red. HEX triplet: AF, 10 and 1F. RGB value is (175,16,31). Sum of RGB (Red+Green+Blue) = 175+16+31=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF101F is #50EFE0. Grayscale: #414141. Windows color (decimal): -5304289 or 2035887. OLE color: 2035887.
HSL color Cylindrical-coordinate representation of color #AF101F: hue angle of 354.34º 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 #AF101F is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 31 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.31 |
| HSL | 354.34º | 0.83% | 0.37% | - |
| HSV(B) | 354.34º | 0.91% | 0.69% | - |
| XYZ | 18.11 | 9.58 | 2.19 | - |
| YUV | 65.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 31 | 0 | 0.91 | 0.82 | 0.31 | 354.34 | 0.83 | 0.37 |
| Hex | AF | 10 | 1F | 0 | 5B | 52 | 1F | 162 | 53 | 25 |
| Octal | 257 | 20 | 37 | 0 | 133 | 122 | 37 | 542 | 123 | 45 |
| Binary | 10101111 | 10000 | 11111 | 0 | 1011011 | 1010010 | 11111 | 101100010 | 1010011 | 100101 |
Color Harmonies of #AF101F
Complementary color
Monochromatic Colors of #AF101F
Black with #AF101F
Text Example
Text Example
White with #AF101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF101F; }
p { color: rgb(175,16,31); }
H1.HeaderClassName
{
color: #AF101F;
}
.AnyTagClassName
{
color: #AF101F;
}
</style>
background-color css
<style>
a { background-color: #AF101F; }
a { background-color: rgb(175,16,31); }
div.DivClassName
{
background-color: #AF101F;
}
.BgClassName
{
background-color: #AF101F;
}
</style>
border-color css
<style>
span { border-color: #AF101F; }
span { border-color: rgb(175,16,31); }
td.TdClassName
{
border-color: #AF101F;
}
.TagClassName
{
border-color: #AF101F;
}
</style>