Shades of Venetian Red #AF1416
Tints of Venetian Red #AF1416
RGB
CMYK
RGB Variations
Color information
#AF1416 (or 0xAF1416) is known color: Venetian Red. HEX triplet: AF, 14 and 16. RGB value is (175,20,22). Sum of RGB (Red+Green+Blue) = 175+20+22=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1416 is #50EBE9. Grayscale: #424242. Windows color (decimal): -5303274 or 1447087. OLE color: 1447087.
HSL color Cylindrical-coordinate representation of color #AF1416: hue angle of 359.23º degrees, saturation: 0.79, 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 #AF1416 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 22 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.31 |
| HSL | 359.23º | 0.79% | 0.38% | - |
| HSV(B) | 359.23º | 0.89% | 0.69% | - |
| XYZ | 18.07 | 9.67 | 1.67 | - |
| YUV | 66.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 22 | 0 | 0.89 | 0.87 | 0.31 | 359.23 | 0.79 | 0.38 |
| Hex | AF | 14 | 16 | 0 | 59 | 57 | 1F | 167 | 4F | 26 |
| Octal | 257 | 24 | 26 | 0 | 131 | 127 | 37 | 547 | 117 | 46 |
| Binary | 10101111 | 10100 | 10110 | 0 | 1011001 | 1010111 | 11111 | 101100111 | 1001111 | 100110 |
Color Harmonies of #AF1416
Complementary color
Monochromatic Colors of #AF1416
Black with #AF1416
Text Example
Text Example
White with #AF1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1416; }
p { color: rgb(175,20,22); }
H1.HeaderClassName
{
color: #AF1416;
}
.AnyTagClassName
{
color: #AF1416;
}
</style>
background-color css
<style>
a { background-color: #AF1416; }
a { background-color: rgb(175,20,22); }
div.DivClassName
{
background-color: #AF1416;
}
.BgClassName
{
background-color: #AF1416;
}
</style>
border-color css
<style>
span { border-color: #AF1416; }
span { border-color: rgb(175,20,22); }
td.TdClassName
{
border-color: #AF1416;
}
.TagClassName
{
border-color: #AF1416;
}
</style>