Shades of Venetian Red #AF1518
Tints of Venetian Red #AF1518
RGB
CMYK
RGB Variations
Color information
#AF1518 (or 0xAF1518) is known color: Venetian Red. HEX triplet: AF, 15 and 18. RGB value is (175,21,24). Sum of RGB (Red+Green+Blue) = 175+21+24=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1518 is #50EAE7. Grayscale: #434343. Windows color (decimal): -5303016 or 1578415. OLE color: 1578415.
HSL color Cylindrical-coordinate representation of color #AF1518: hue angle of 358.83º 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 #AF1518 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 24 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.31 |
| HSL | 358.83º | 0.79% | 0.38% | - |
| HSV(B) | 358.83º | 0.88% | 0.69% | - |
| XYZ | 18.11 | 9.72 | 1.78 | - |
| YUV | 67.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 24 | 0 | 0.88 | 0.86 | 0.31 | 358.83 | 0.79 | 0.38 |
| Hex | AF | 15 | 18 | 0 | 58 | 56 | 1F | 167 | 4F | 26 |
| Octal | 257 | 25 | 30 | 0 | 130 | 126 | 37 | 547 | 117 | 46 |
| Binary | 10101111 | 10101 | 11000 | 0 | 1011000 | 1010110 | 11111 | 101100111 | 1001111 | 100110 |
Color Harmonies of #AF1518
Complementary color
Monochromatic Colors of #AF1518
Black with #AF1518
Text Example
Text Example
White with #AF1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1518; }
p { color: rgb(175,21,24); }
H1.HeaderClassName
{
color: #AF1518;
}
.AnyTagClassName
{
color: #AF1518;
}
</style>
background-color css
<style>
a { background-color: #AF1518; }
a { background-color: rgb(175,21,24); }
div.DivClassName
{
background-color: #AF1518;
}
.BgClassName
{
background-color: #AF1518;
}
</style>
border-color css
<style>
span { border-color: #AF1518; }
span { border-color: rgb(175,21,24); }
td.TdClassName
{
border-color: #AF1518;
}
.TagClassName
{
border-color: #AF1518;
}
</style>