Shades of Venetian Red #AF0D1D
Tints of Venetian Red #AF0D1D
RGB
CMYK
RGB Variations
Color information
#AF0D1D (or 0xAF0D1D) is known color: Venetian Red. HEX triplet: AF, 0D and 1D. RGB value is (175,13,29). Sum of RGB (Red+Green+Blue) = 175+13+29=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D1D is #50F2E2. Grayscale: #3F3F3F. Windows color (decimal): -5305059 or 1904047. OLE color: 1904047.
HSL color Cylindrical-coordinate representation of color #AF0D1D: hue angle of 354.07º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D1D is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 29 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.31 |
| HSL | 354.07º | 0.86% | 0.37% | - |
| HSV(B) | 354.07º | 0.93% | 0.69% | - |
| XYZ | 18.04 | 9.49 | 2.04 | - |
| YUV | 63.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 29 | 0 | 0.93 | 0.83 | 0.31 | 354.07 | 0.86 | 0.37 |
| Hex | AF | D | 1D | 0 | 5D | 53 | 1F | 162 | 56 | 25 |
| Octal | 257 | 15 | 35 | 0 | 135 | 123 | 37 | 542 | 126 | 45 |
| Binary | 10101111 | 1101 | 11101 | 0 | 1011101 | 1010011 | 11111 | 101100010 | 1010110 | 100101 |
Color Harmonies of #AF0D1D
Complementary color
Monochromatic Colors of #AF0D1D
Black with #AF0D1D
Text Example
Text Example
White with #AF0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D1D; }
p { color: rgb(175,13,29); }
H1.HeaderClassName
{
color: #AF0D1D;
}
.AnyTagClassName
{
color: #AF0D1D;
}
</style>
background-color css
<style>
a { background-color: #AF0D1D; }
a { background-color: rgb(175,13,29); }
div.DivClassName
{
background-color: #AF0D1D;
}
.BgClassName
{
background-color: #AF0D1D;
}
</style>
border-color css
<style>
span { border-color: #AF0D1D; }
span { border-color: rgb(175,13,29); }
td.TdClassName
{
border-color: #AF0D1D;
}
.TagClassName
{
border-color: #AF0D1D;
}
</style>