Shades of Venetian Red #AF1315
Tints of Venetian Red #AF1315
RGB
CMYK
RGB Variations
Color information
#AF1315 (or 0xAF1315) is known color: Venetian Red. HEX triplet: AF, 13 and 15. RGB value is (175,19,21). Sum of RGB (Red+Green+Blue) = 175+19+21=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1315 is #50ECEA. Grayscale: #424242. Windows color (decimal): -5303531 or 1381295. OLE color: 1381295.
HSL color Cylindrical-coordinate representation of color #AF1315: hue angle of 359.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1315 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 21 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.31 |
| HSL | 359.23º | 0.8% | 0.38% | - |
| HSV(B) | 359.23º | 0.89% | 0.69% | - |
| XYZ | 18.05 | 9.63 | 1.62 | - |
| YUV | 65.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 21 | 0 | 0.89 | 0.88 | 0.31 | 359.23 | 0.8 | 0.38 |
| Hex | AF | 13 | 15 | 0 | 59 | 58 | 1F | 167 | 50 | 26 |
| Octal | 257 | 23 | 25 | 0 | 131 | 130 | 37 | 547 | 120 | 46 |
| Binary | 10101111 | 10011 | 10101 | 0 | 1011001 | 1011000 | 11111 | 101100111 | 1010000 | 100110 |
Color Harmonies of #AF1315
Complementary color
Monochromatic Colors of #AF1315
Black with #AF1315
Text Example
Text Example
White with #AF1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1315; }
p { color: rgb(175,19,21); }
H1.HeaderClassName
{
color: #AF1315;
}
.AnyTagClassName
{
color: #AF1315;
}
</style>
background-color css
<style>
a { background-color: #AF1315; }
a { background-color: rgb(175,19,21); }
div.DivClassName
{
background-color: #AF1315;
}
.BgClassName
{
background-color: #AF1315;
}
</style>
border-color css
<style>
span { border-color: #AF1315; }
span { border-color: rgb(175,19,21); }
td.TdClassName
{
border-color: #AF1315;
}
.TagClassName
{
border-color: #AF1315;
}
</style>