Shades of Venetian Red #AF0E23
Tints of Venetian Red #AF0E23
RGB
CMYK
RGB Variations
Color information
#AF0E23 (or 0xAF0E23) is known color: Venetian Red. HEX triplet: AF, 0E and 23. RGB value is (175,14,35). Sum of RGB (Red+Green+Blue) = 175+14+35=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E23 is #50F1DC. Grayscale: #404040. Windows color (decimal): -5304797 or 2297519. OLE color: 2297519.
HSL color Cylindrical-coordinate representation of color #AF0E23: hue angle of 352.17º 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 #AF0E23 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 35 | - |
| CMYK | 0 | 0.92 | 0.8 | 0.31 |
| HSL | 352.17º | 0.85% | 0.37% | - |
| HSV(B) | 352.17º | 0.92% | 0.69% | - |
| XYZ | 18.14 | 9.55 | 2.48 | - |
| YUV | 64.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 35 | 0 | 0.92 | 0.8 | 0.31 | 352.17 | 0.85 | 0.37 |
| Hex | AF | E | 23 | 0 | 5C | 50 | 1F | 160 | 55 | 25 |
| Octal | 257 | 16 | 43 | 0 | 134 | 120 | 37 | 540 | 125 | 45 |
| Binary | 10101111 | 1110 | 100011 | 0 | 1011100 | 1010000 | 11111 | 101100000 | 1010101 | 100101 |
Color Harmonies of #AF0E23
Complementary color
Monochromatic Colors of #AF0E23
Black with #AF0E23
Text Example
Text Example
White with #AF0E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0E23; }
p { color: rgb(175,14,35); }
H1.HeaderClassName
{
color: #AF0E23;
}
.AnyTagClassName
{
color: #AF0E23;
}
</style>
background-color css
<style>
a { background-color: #AF0E23; }
a { background-color: rgb(175,14,35); }
div.DivClassName
{
background-color: #AF0E23;
}
.BgClassName
{
background-color: #AF0E23;
}
</style>
border-color css
<style>
span { border-color: #AF0E23; }
span { border-color: rgb(175,14,35); }
td.TdClassName
{
border-color: #AF0E23;
}
.TagClassName
{
border-color: #AF0E23;
}
</style>