Shades of Venetian Red #AF040F
Tints of Venetian Red #AF040F
RGB
CMYK
RGB Variations
Color information
#AF040F (or 0xAF040F) is known color: Venetian Red. HEX triplet: AF, 04 and 0F. RGB value is (175,4,15). Sum of RGB (Red+Green+Blue) = 175+4+15=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF040F is #50FBF0. Grayscale: #383838. Windows color (decimal): -5307377 or 984239. OLE color: 984239.
HSL color Cylindrical-coordinate representation of color #AF040F: hue angle of 356.14º 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 #AF040F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.31 |
| HSL | 356.14º | 0.96% | 0.35% | - |
| HSV(B) | 356.14º | 0.98% | 0.69% | - |
| XYZ | 17.81 | 9.24 | 1.3 | - |
| YUV | 56.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 15 | 0 | 0.98 | 0.91 | 0.31 | 356.14 | 0.96 | 0.35 |
| Hex | AF | 4 | F | 0 | 62 | 5B | 1F | 164 | 60 | 23 |
| Octal | 257 | 4 | 17 | 0 | 142 | 133 | 37 | 544 | 140 | 43 |
| Binary | 10101111 | 100 | 1111 | 0 | 1100010 | 1011011 | 11111 | 101100100 | 1100000 | 100011 |
Color Harmonies of #AF040F
Complementary color
Monochromatic Colors of #AF040F
Black with #AF040F
Text Example
Text Example
White with #AF040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF040F; }
p { color: rgb(175,4,15); }
H1.HeaderClassName
{
color: #AF040F;
}
.AnyTagClassName
{
color: #AF040F;
}
</style>
background-color css
<style>
a { background-color: #AF040F; }
a { background-color: rgb(175,4,15); }
div.DivClassName
{
background-color: #AF040F;
}
.BgClassName
{
background-color: #AF040F;
}
</style>
border-color css
<style>
span { border-color: #AF040F; }
span { border-color: rgb(175,4,15); }
td.TdClassName
{
border-color: #AF040F;
}
.TagClassName
{
border-color: #AF040F;
}
</style>