Shades of Venetian Red #AF1215
Tints of Venetian Red #AF1215
RGB
CMYK
RGB Variations
Color information
#AF1215 (or 0xAF1215) is known color: Venetian Red. HEX triplet: AF, 12 and 15. RGB value is (175,18,21). Sum of RGB (Red+Green+Blue) = 175+18+21=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1215 is #50EDEA. Grayscale: #414141. Windows color (decimal): -5303787 or 1381039. OLE color: 1381039.
HSL color Cylindrical-coordinate representation of color #AF1215: hue angle of 358.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1215 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 21 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.31 |
| HSL | 358.85º | 0.81% | 0.38% | - |
| HSV(B) | 358.85º | 0.9% | 0.69% | - |
| XYZ | 18.03 | 9.6 | 1.61 | - |
| YUV | 65.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 21 | 0 | 0.90 | 0.88 | 0.31 | 358.85 | 0.81 | 0.38 |
| Hex | AF | 12 | 15 | 0 | 5A | 58 | 1F | 167 | 51 | 26 |
| Octal | 257 | 22 | 25 | 0 | 132 | 130 | 37 | 547 | 121 | 46 |
| Binary | 10101111 | 10010 | 10101 | 0 | 1011010 | 1011000 | 11111 | 101100111 | 1010001 | 100110 |
Color Harmonies of #AF1215
Complementary color
Monochromatic Colors of #AF1215
Black with #AF1215
Text Example
Text Example
White with #AF1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1215; }
p { color: rgb(175,18,21); }
H1.HeaderClassName
{
color: #AF1215;
}
.AnyTagClassName
{
color: #AF1215;
}
</style>
background-color css
<style>
a { background-color: #AF1215; }
a { background-color: rgb(175,18,21); }
div.DivClassName
{
background-color: #AF1215;
}
.BgClassName
{
background-color: #AF1215;
}
</style>
border-color css
<style>
span { border-color: #AF1215; }
span { border-color: rgb(175,18,21); }
td.TdClassName
{
border-color: #AF1215;
}
.TagClassName
{
border-color: #AF1215;
}
</style>