Shades of Venetian Red #AF0E1C
Tints of Venetian Red #AF0E1C
RGB
CMYK
RGB Variations
Color information
#AF0E1C (or 0xAF0E1C) is known color: Venetian Red. HEX triplet: AF, 0E and 1C. RGB value is (175,14,28). Sum of RGB (Red+Green+Blue) = 175+14+28=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E1C is #50F1E3. Grayscale: #3F3F3F. Windows color (decimal): -5304804 or 1838767. OLE color: 1838767.
HSL color Cylindrical-coordinate representation of color #AF0E1C: hue angle of 354.78º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E1C is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 28 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.31 |
| HSL | 354.78º | 0.85% | 0.37% | - |
| HSV(B) | 354.78º | 0.92% | 0.69% | - |
| XYZ | 18.05 | 9.51 | 1.98 | - |
| YUV | 63.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 28 | 0 | 0.92 | 0.84 | 0.31 | 354.78 | 0.85 | 0.37 |
| Hex | AF | E | 1C | 0 | 5C | 54 | 1F | 163 | 55 | 25 |
| Octal | 257 | 16 | 34 | 0 | 134 | 124 | 37 | 543 | 125 | 45 |
| Binary | 10101111 | 1110 | 11100 | 0 | 1011100 | 1010100 | 11111 | 101100011 | 1010101 | 100101 |
Color Harmonies of #AF0E1C
Complementary color
Monochromatic Colors of #AF0E1C
Black with #AF0E1C
Text Example
Text Example
White with #AF0E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0E1C; }
p { color: rgb(175,14,28); }
H1.HeaderClassName
{
color: #AF0E1C;
}
.AnyTagClassName
{
color: #AF0E1C;
}
</style>
background-color css
<style>
a { background-color: #AF0E1C; }
a { background-color: rgb(175,14,28); }
div.DivClassName
{
background-color: #AF0E1C;
}
.BgClassName
{
background-color: #AF0E1C;
}
</style>
border-color css
<style>
span { border-color: #AF0E1C; }
span { border-color: rgb(175,14,28); }
td.TdClassName
{
border-color: #AF0E1C;
}
.TagClassName
{
border-color: #AF0E1C;
}
</style>