Shades of Venetian Red #AF151D
Tints of Venetian Red #AF151D
RGB
CMYK
RGB Variations
Color information
#AF151D (or 0xAF151D) is known color: Venetian Red. HEX triplet: AF, 15 and 1D. RGB value is (175,21,29). Sum of RGB (Red+Green+Blue) = 175+21+29=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF151D is #50EAE2. Grayscale: #444444. Windows color (decimal): -5303011 or 1906095. OLE color: 1906095.
HSL color Cylindrical-coordinate representation of color #AF151D: hue angle of 356.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF151D is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 29 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.31 |
| HSL | 356.88º | 0.79% | 0.38% | - |
| HSV(B) | 356.88º | 0.88% | 0.69% | - |
| XYZ | 18.17 | 9.74 | 2.08 | - |
| YUV | 67.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 29 | 0 | 0.88 | 0.83 | 0.31 | 356.88 | 0.79 | 0.38 |
| Hex | AF | 15 | 1D | 0 | 58 | 53 | 1F | 165 | 4F | 26 |
| Octal | 257 | 25 | 35 | 0 | 130 | 123 | 37 | 545 | 117 | 46 |
| Binary | 10101111 | 10101 | 11101 | 0 | 1011000 | 1010011 | 11111 | 101100101 | 1001111 | 100110 |
Color Harmonies of #AF151D
Complementary color
Monochromatic Colors of #AF151D
Black with #AF151D
Text Example
Text Example
White with #AF151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF151D; }
p { color: rgb(175,21,29); }
H1.HeaderClassName
{
color: #AF151D;
}
.AnyTagClassName
{
color: #AF151D;
}
</style>
background-color css
<style>
a { background-color: #AF151D; }
a { background-color: rgb(175,21,29); }
div.DivClassName
{
background-color: #AF151D;
}
.BgClassName
{
background-color: #AF151D;
}
</style>
border-color css
<style>
span { border-color: #AF151D; }
span { border-color: rgb(175,21,29); }
td.TdClassName
{
border-color: #AF151D;
}
.TagClassName
{
border-color: #AF151D;
}
</style>