Shades of Venetian Red #AF0911
Tints of Venetian Red #AF0911
RGB
CMYK
RGB Variations
Color information
#AF0911 (or 0xAF0911) is known color: Venetian Red. HEX triplet: AF, 09 and 11. RGB value is (175,9,17). Sum of RGB (Red+Green+Blue) = 175+9+17=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0911 is #50F6EE. Grayscale: #3B3B3B. Windows color (decimal): -5306095 or 1116591. OLE color: 1116591.
HSL color Cylindrical-coordinate representation of color #AF0911: hue angle of 357.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0911 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 17 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.31 |
| HSL | 357.11º | 0.9% | 0.36% | - |
| HSV(B) | 357.11º | 0.95% | 0.69% | - |
| XYZ | 17.88 | 9.35 | 1.39 | - |
| YUV | 59.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 17 | 0 | 0.95 | 0.90 | 0.31 | 357.11 | 0.9 | 0.36 |
| Hex | AF | 9 | 11 | 0 | 5F | 5A | 1F | 165 | 5A | 24 |
| Octal | 257 | 11 | 21 | 0 | 137 | 132 | 37 | 545 | 132 | 44 |
| Binary | 10101111 | 1001 | 10001 | 0 | 1011111 | 1011010 | 11111 | 101100101 | 1011010 | 100100 |
Color Harmonies of #AF0911
Complementary color
Monochromatic Colors of #AF0911
Black with #AF0911
Text Example
Text Example
White with #AF0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0911; }
p { color: rgb(175,9,17); }
H1.HeaderClassName
{
color: #AF0911;
}
.AnyTagClassName
{
color: #AF0911;
}
</style>
background-color css
<style>
a { background-color: #AF0911; }
a { background-color: rgb(175,9,17); }
div.DivClassName
{
background-color: #AF0911;
}
.BgClassName
{
background-color: #AF0911;
}
</style>
border-color css
<style>
span { border-color: #AF0911; }
span { border-color: rgb(175,9,17); }
td.TdClassName
{
border-color: #AF0911;
}
.TagClassName
{
border-color: #AF0911;
}
</style>