Shades of Venetian Red #C5111A
Tints of Venetian Red #C5111A
RGB
CMYK
RGB Variations
Color information
#C5111A (or 0xC5111A) is known color: Venetian Red. HEX triplet: C5, 11 and 1A. RGB value is (197,17,26). Sum of RGB (Red+Green+Blue) = 197+17+26=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C5111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5111A is #3AEEE5. Grayscale: #474747. Windows color (decimal): -3862246 or 1708485. OLE color: 1708485.
HSL color Cylindrical-coordinate representation of color #C5111A: hue angle of 357º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5111A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 26 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.23 |
| HSL | 357º | 0.84% | 0.42% | - |
| HSV(B) | 357º | 0.91% | 0.77% | - |
| XYZ | 23.41 | 12.35 | 2.13 | - |
| YUV | 71.85 | 102.13 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 26 | 0 | 0.91 | 0.87 | 0.23 | 357 | 0.84 | 0.42 |
| Hex | C5 | 11 | 1A | 0 | 5B | 57 | 17 | 165 | 54 | 2A |
| Octal | 305 | 21 | 32 | 0 | 133 | 127 | 27 | 545 | 124 | 52 |
| Binary | 11000101 | 10001 | 11010 | 0 | 1011011 | 1010111 | 10111 | 101100101 | 1010100 | 101010 |
Color Harmonies of #C5111A
Complementary color
Monochromatic Colors of #C5111A
Black with #C5111A
Text Example
Text Example
White with #C5111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5111A; }
p { color: rgb(197,17,26); }
H1.HeaderClassName
{
color: #C5111A;
}
.AnyTagClassName
{
color: #C5111A;
}
</style>
background-color css
<style>
a { background-color: #C5111A; }
a { background-color: rgb(197,17,26); }
div.DivClassName
{
background-color: #C5111A;
}
.BgClassName
{
background-color: #C5111A;
}
</style>
border-color css
<style>
span { border-color: #C5111A; }
span { border-color: rgb(197,17,26); }
td.TdClassName
{
border-color: #C5111A;
}
.TagClassName
{
border-color: #C5111A;
}
</style>