Shades of Venetian Red #AF0D1E
Tints of Venetian Red #AF0D1E
RGB
CMYK
RGB Variations
Color information
#AF0D1E (or 0xAF0D1E) is known color: Venetian Red. HEX triplet: AF, 0D and 1E. RGB value is (175,13,30). Sum of RGB (Red+Green+Blue) = 175+13+30=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D1E is #50F2E1. Grayscale: #3F3F3F. Windows color (decimal): -5305058 or 1969583. OLE color: 1969583.
HSL color Cylindrical-coordinate representation of color #AF0D1E: hue angle of 353.7º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D1E is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 30 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.31 |
| HSL | 353.7º | 0.86% | 0.37% | - |
| HSV(B) | 353.7º | 0.93% | 0.69% | - |
| XYZ | 18.06 | 9.5 | 2.11 | - |
| YUV | 63.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 30 | 0 | 0.93 | 0.83 | 0.31 | 353.7 | 0.86 | 0.37 |
| Hex | AF | D | 1E | 0 | 5D | 53 | 1F | 162 | 56 | 25 |
| Octal | 257 | 15 | 36 | 0 | 135 | 123 | 37 | 542 | 126 | 45 |
| Binary | 10101111 | 1101 | 11110 | 0 | 1011101 | 1010011 | 11111 | 101100010 | 1010110 | 100101 |
Color Harmonies of #AF0D1E
Complementary color
Monochromatic Colors of #AF0D1E
Black with #AF0D1E
Text Example
Text Example
White with #AF0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D1E; }
p { color: rgb(175,13,30); }
H1.HeaderClassName
{
color: #AF0D1E;
}
.AnyTagClassName
{
color: #AF0D1E;
}
</style>
background-color css
<style>
a { background-color: #AF0D1E; }
a { background-color: rgb(175,13,30); }
div.DivClassName
{
background-color: #AF0D1E;
}
.BgClassName
{
background-color: #AF0D1E;
}
</style>
border-color css
<style>
span { border-color: #AF0D1E; }
span { border-color: rgb(175,13,30); }
td.TdClassName
{
border-color: #AF0D1E;
}
.TagClassName
{
border-color: #AF0D1E;
}
</style>