Shades of Venetian Red #AF081D
Tints of Venetian Red #AF081D
RGB
CMYK
RGB Variations
Color information
#AF081D (or 0xAF081D) is known color: Venetian Red. HEX triplet: AF, 08 and 1D. RGB value is (175,8,29). Sum of RGB (Red+Green+Blue) = 175+8+29=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF081D is #50F7E2. Grayscale: #3C3C3C. Windows color (decimal): -5306339 or 1902767. OLE color: 1902767.
HSL color Cylindrical-coordinate representation of color #AF081D: hue angle of 352.46º degrees, saturation: 0.91, 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 #AF081D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 29 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.31 |
| HSL | 352.46º | 0.91% | 0.36% | - |
| HSV(B) | 352.46º | 0.95% | 0.69% | - |
| XYZ | 17.99 | 9.38 | 2.02 | - |
| YUV | 60.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 29 | 0 | 0.95 | 0.83 | 0.31 | 352.46 | 0.91 | 0.36 |
| Hex | AF | 8 | 1D | 0 | 5F | 53 | 1F | 160 | 5B | 24 |
| Octal | 257 | 10 | 35 | 0 | 137 | 123 | 37 | 540 | 133 | 44 |
| Binary | 10101111 | 1000 | 11101 | 0 | 1011111 | 1010011 | 11111 | 101100000 | 1011011 | 100100 |
Color Harmonies of #AF081D
Complementary color
Monochromatic Colors of #AF081D
Black with #AF081D
Text Example
Text Example
White with #AF081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF081D; }
p { color: rgb(175,8,29); }
H1.HeaderClassName
{
color: #AF081D;
}
.AnyTagClassName
{
color: #AF081D;
}
</style>
background-color css
<style>
a { background-color: #AF081D; }
a { background-color: rgb(175,8,29); }
div.DivClassName
{
background-color: #AF081D;
}
.BgClassName
{
background-color: #AF081D;
}
</style>
border-color css
<style>
span { border-color: #AF081D; }
span { border-color: rgb(175,8,29); }
td.TdClassName
{
border-color: #AF081D;
}
.TagClassName
{
border-color: #AF081D;
}
</style>