Shades of Venetian Red #AF1421
Tints of Venetian Red #AF1421
RGB
CMYK
RGB Variations
Color information
#AF1421 (or 0xAF1421) is known color: Venetian Red. HEX triplet: AF, 14 and 21. RGB value is (175,20,33). Sum of RGB (Red+Green+Blue) = 175+20+33=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1421 is #50EBDE. Grayscale: #434343. Windows color (decimal): -5303263 or 2167983. OLE color: 2167983.
HSL color Cylindrical-coordinate representation of color #AF1421: hue angle of 354.97º 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 #AF1421 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 33 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.31 |
| HSL | 354.97º | 0.79% | 0.38% | - |
| HSV(B) | 354.97º | 0.89% | 0.69% | - |
| XYZ | 18.2 | 9.72 | 2.36 | - |
| YUV | 67.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 33 | 0 | 0.89 | 0.81 | 0.31 | 354.97 | 0.79 | 0.38 |
| Hex | AF | 14 | 21 | 0 | 59 | 51 | 1F | 163 | 4F | 26 |
| Octal | 257 | 24 | 41 | 0 | 131 | 121 | 37 | 543 | 117 | 46 |
| Binary | 10101111 | 10100 | 100001 | 0 | 1011001 | 1010001 | 11111 | 101100011 | 1001111 | 100110 |
Color Harmonies of #AF1421
Complementary color
Monochromatic Colors of #AF1421
Black with #AF1421
Text Example
Text Example
White with #AF1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1421; }
p { color: rgb(175,20,33); }
H1.HeaderClassName
{
color: #AF1421;
}
.AnyTagClassName
{
color: #AF1421;
}
</style>
background-color css
<style>
a { background-color: #AF1421; }
a { background-color: rgb(175,20,33); }
div.DivClassName
{
background-color: #AF1421;
}
.BgClassName
{
background-color: #AF1421;
}
</style>
border-color css
<style>
span { border-color: #AF1421; }
span { border-color: rgb(175,20,33); }
td.TdClassName
{
border-color: #AF1421;
}
.TagClassName
{
border-color: #AF1421;
}
</style>