Shades of Venetian Red #AF1323
Tints of Venetian Red #AF1323
RGB
CMYK
RGB Variations
Color information
#AF1323 (or 0xAF1323) is known color: Venetian Red. HEX triplet: AF, 13 and 23. RGB value is (175,19,35). Sum of RGB (Red+Green+Blue) = 175+19+35=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1323 is #50ECDC. Grayscale: #434343. Windows color (decimal): -5303517 or 2298799. OLE color: 2298799.
HSL color Cylindrical-coordinate representation of color #AF1323: hue angle of 353.85º 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 #AF1323 is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 35 | - |
| CMYK | 0 | 0.89 | 0.8 | 0.31 |
| HSL | 353.85º | 0.8% | 0.38% | - |
| HSV(B) | 353.85º | 0.89% | 0.69% | - |
| XYZ | 18.22 | 9.7 | 2.5 | - |
| YUV | 67.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 35 | 0 | 0.89 | 0.8 | 0.31 | 353.85 | 0.8 | 0.38 |
| Hex | AF | 13 | 23 | 0 | 59 | 50 | 1F | 162 | 50 | 26 |
| Octal | 257 | 23 | 43 | 0 | 131 | 120 | 37 | 542 | 120 | 46 |
| Binary | 10101111 | 10011 | 100011 | 0 | 1011001 | 1010000 | 11111 | 101100010 | 1010000 | 100110 |
Color Harmonies of #AF1323
Complementary color
Monochromatic Colors of #AF1323
Black with #AF1323
Text Example
Text Example
White with #AF1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1323; }
p { color: rgb(175,19,35); }
H1.HeaderClassName
{
color: #AF1323;
}
.AnyTagClassName
{
color: #AF1323;
}
</style>
background-color css
<style>
a { background-color: #AF1323; }
a { background-color: rgb(175,19,35); }
div.DivClassName
{
background-color: #AF1323;
}
.BgClassName
{
background-color: #AF1323;
}
</style>
border-color css
<style>
span { border-color: #AF1323; }
span { border-color: rgb(175,19,35); }
td.TdClassName
{
border-color: #AF1323;
}
.TagClassName
{
border-color: #AF1323;
}
</style>