Shades of Venetian Red #C5061E
Tints of Venetian Red #C5061E
RGB
CMYK
RGB Variations
Color information
#C5061E (or 0xC5061E) is known color: Venetian Red. HEX triplet: C5, 06 and 1E. RGB value is (197,6,30). Sum of RGB (Red+Green+Blue) = 197+6+30=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C5061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5061E is #3AF9E1. Grayscale: #414141. Windows color (decimal): -3865058 or 1967813. OLE color: 1967813.
HSL color Cylindrical-coordinate representation of color #C5061E: hue angle of 352.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5061E is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.23 |
| HSL | 352.46º | 0.94% | 0.4% | - |
| HSV(B) | 352.46º | 0.97% | 0.77% | - |
| XYZ | 23.33 | 12.09 | 2.33 | - |
| YUV | 65.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 30 | 0 | 0.97 | 0.85 | 0.23 | 352.46 | 0.94 | 0.4 |
| Hex | C5 | 6 | 1E | 0 | 61 | 55 | 17 | 160 | 5E | 28 |
| Octal | 305 | 6 | 36 | 0 | 141 | 125 | 27 | 540 | 136 | 50 |
| Binary | 11000101 | 110 | 11110 | 0 | 1100001 | 1010101 | 10111 | 101100000 | 1011110 | 101000 |
Color Harmonies of #C5061E
Complementary color
Monochromatic Colors of #C5061E
Black with #C5061E
Text Example
Text Example
White with #C5061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5061E; }
p { color: rgb(197,6,30); }
H1.HeaderClassName
{
color: #C5061E;
}
.AnyTagClassName
{
color: #C5061E;
}
</style>
background-color css
<style>
a { background-color: #C5061E; }
a { background-color: rgb(197,6,30); }
div.DivClassName
{
background-color: #C5061E;
}
.BgClassName
{
background-color: #C5061E;
}
</style>
border-color css
<style>
span { border-color: #C5061E; }
span { border-color: rgb(197,6,30); }
td.TdClassName
{
border-color: #C5061E;
}
.TagClassName
{
border-color: #C5061E;
}
</style>