Shades of Venetian Red #AF0E24
Tints of Venetian Red #AF0E24
RGB
CMYK
RGB Variations
Color information
#AF0E24 (or 0xAF0E24) is known color: Venetian Red. HEX triplet: AF, 0E and 24. RGB value is (175,14,36). Sum of RGB (Red+Green+Blue) = 175+14+36=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E24 is #50F1DB. Grayscale: #404040. Windows color (decimal): -5304796 or 2363055. OLE color: 2363055.
HSL color Cylindrical-coordinate representation of color #AF0E24: hue angle of 351.8º 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 #AF0E24 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 36 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.31 |
| HSL | 351.8º | 0.85% | 0.37% | - |
| HSV(B) | 351.8º | 0.92% | 0.69% | - |
| XYZ | 18.15 | 9.56 | 2.56 | - |
| YUV | 64.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 36 | 0 | 0.92 | 0.79 | 0.31 | 351.8 | 0.85 | 0.37 |
| Hex | AF | E | 24 | 0 | 5C | 4F | 1F | 160 | 55 | 25 |
| Octal | 257 | 16 | 44 | 0 | 134 | 117 | 37 | 540 | 125 | 45 |
| Binary | 10101111 | 1110 | 100100 | 0 | 1011100 | 1001111 | 11111 | 101100000 | 1010101 | 100101 |
Color Harmonies of #AF0E24
Complementary color
Monochromatic Colors of #AF0E24
Black with #AF0E24
Text Example
Text Example
White with #AF0E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0E24; }
p { color: rgb(175,14,36); }
H1.HeaderClassName
{
color: #AF0E24;
}
.AnyTagClassName
{
color: #AF0E24;
}
</style>
background-color css
<style>
a { background-color: #AF0E24; }
a { background-color: rgb(175,14,36); }
div.DivClassName
{
background-color: #AF0E24;
}
.BgClassName
{
background-color: #AF0E24;
}
</style>
border-color css
<style>
span { border-color: #AF0E24; }
span { border-color: rgb(175,14,36); }
td.TdClassName
{
border-color: #AF0E24;
}
.TagClassName
{
border-color: #AF0E24;
}
</style>