Shades of Venetian Red #C5061C
Tints of Venetian Red #C5061C
RGB
CMYK
RGB Variations
Color information
#C5061C (or 0xC5061C) is known color: Venetian Red. HEX triplet: C5, 06 and 1C. RGB value is (197,6,28). Sum of RGB (Red+Green+Blue) = 197+6+28=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C5061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5061C is #3AF9E3. Grayscale: #414141. Windows color (decimal): -3865060 or 1836741. OLE color: 1836741.
HSL color Cylindrical-coordinate representation of color #C5061C: hue angle of 353.09º 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 #C5061C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.23 |
| HSL | 353.09º | 0.94% | 0.4% | - |
| HSV(B) | 353.09º | 0.97% | 0.77% | - |
| XYZ | 23.3 | 12.08 | 2.2 | - |
| YUV | 65.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 28 | 0 | 0.97 | 0.86 | 0.23 | 353.09 | 0.94 | 0.4 |
| Hex | C5 | 6 | 1C | 0 | 61 | 56 | 17 | 161 | 5E | 28 |
| Octal | 305 | 6 | 34 | 0 | 141 | 126 | 27 | 541 | 136 | 50 |
| Binary | 11000101 | 110 | 11100 | 0 | 1100001 | 1010110 | 10111 | 101100001 | 1011110 | 101000 |
Color Harmonies of #C5061C
Complementary color
Monochromatic Colors of #C5061C
Black with #C5061C
Text Example
Text Example
White with #C5061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5061C; }
p { color: rgb(197,6,28); }
H1.HeaderClassName
{
color: #C5061C;
}
.AnyTagClassName
{
color: #C5061C;
}
</style>
background-color css
<style>
a { background-color: #C5061C; }
a { background-color: rgb(197,6,28); }
div.DivClassName
{
background-color: #C5061C;
}
.BgClassName
{
background-color: #C5061C;
}
</style>
border-color css
<style>
span { border-color: #C5061C; }
span { border-color: rgb(197,6,28); }
td.TdClassName
{
border-color: #C5061C;
}
.TagClassName
{
border-color: #C5061C;
}
</style>