Shades of Venetian Red #AF010D
Tints of Venetian Red #AF010D
RGB
CMYK
RGB Variations
Color information
#AF010D (or 0xAF010D) is known color: Venetian Red. HEX triplet: AF, 01 and 0D. RGB value is (175,1,13). Sum of RGB (Red+Green+Blue) = 175+1+13=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF010D is #50FEF2. Grayscale: #363636. Windows color (decimal): -5308147 or 852399. OLE color: 852399.
HSL color Cylindrical-coordinate representation of color #AF010D: hue angle of 355.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.31 |
| HSL | 355.86º | 0.99% | 0.35% | - |
| HSV(B) | 355.86º | 0.99% | 0.69% | - |
| XYZ | 17.76 | 9.16 | 1.21 | - |
| YUV | 54.39 | 104.65 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 13 | 0 | 0.99 | 0.93 | 0.31 | 355.86 | 0.99 | 0.35 |
| Hex | AF | 1 | D | 0 | 63 | 5D | 1F | 164 | 63 | 23 |
| Octal | 257 | 1 | 15 | 0 | 143 | 135 | 37 | 544 | 143 | 43 |
| Binary | 10101111 | 1 | 1101 | 0 | 1100011 | 1011101 | 11111 | 101100100 | 1100011 | 100011 |
Color Harmonies of #AF010D
Complementary color
Monochromatic Colors of #AF010D
Black with #AF010D
Text Example
Text Example
White with #AF010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF010D; }
p { color: rgb(175,1,13); }
H1.HeaderClassName
{
color: #AF010D;
}
.AnyTagClassName
{
color: #AF010D;
}
</style>
background-color css
<style>
a { background-color: #AF010D; }
a { background-color: rgb(175,1,13); }
div.DivClassName
{
background-color: #AF010D;
}
.BgClassName
{
background-color: #AF010D;
}
</style>
border-color css
<style>
span { border-color: #AF010D; }
span { border-color: rgb(175,1,13); }
td.TdClassName
{
border-color: #AF010D;
}
.TagClassName
{
border-color: #AF010D;
}
</style>