Shades of Venetian Red #AF040D
Tints of Venetian Red #AF040D
RGB
CMYK
RGB Variations
Color information
#AF040D (or 0xAF040D) is known color: Venetian Red. HEX triplet: AF, 04 and 0D. RGB value is (175,4,13). Sum of RGB (Red+Green+Blue) = 175+4+13=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF040D is #50FBF2. Grayscale: #383838. Windows color (decimal): -5307379 or 853167. OLE color: 853167.
HSL color Cylindrical-coordinate representation of color #AF040D: hue angle of 356.84º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF040D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.31 |
| HSL | 356.84º | 0.96% | 0.35% | - |
| HSV(B) | 356.84º | 0.98% | 0.69% | - |
| XYZ | 17.8 | 9.23 | 1.22 | - |
| YUV | 56.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 13 | 0 | 0.98 | 0.93 | 0.31 | 356.84 | 0.96 | 0.35 |
| Hex | AF | 4 | D | 0 | 62 | 5D | 1F | 165 | 60 | 23 |
| Octal | 257 | 4 | 15 | 0 | 142 | 135 | 37 | 545 | 140 | 43 |
| Binary | 10101111 | 100 | 1101 | 0 | 1100010 | 1011101 | 11111 | 101100101 | 1100000 | 100011 |
Color Harmonies of #AF040D
Complementary color
Monochromatic Colors of #AF040D
Black with #AF040D
Text Example
Text Example
White with #AF040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF040D; }
p { color: rgb(175,4,13); }
H1.HeaderClassName
{
color: #AF040D;
}
.AnyTagClassName
{
color: #AF040D;
}
</style>
background-color css
<style>
a { background-color: #AF040D; }
a { background-color: rgb(175,4,13); }
div.DivClassName
{
background-color: #AF040D;
}
.BgClassName
{
background-color: #AF040D;
}
</style>
border-color css
<style>
span { border-color: #AF040D; }
span { border-color: rgb(175,4,13); }
td.TdClassName
{
border-color: #AF040D;
}
.TagClassName
{
border-color: #AF040D;
}
</style>