Shades of Venetian Red #C5061D
Tints of Venetian Red #C5061D
RGB
CMYK
RGB Variations
Color information
#C5061D (or 0xC5061D) is known color: Venetian Red. HEX triplet: C5, 06 and 1D. RGB value is (197,6,29). Sum of RGB (Red+Green+Blue) = 197+6+29=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5061D is #3AF9E2. Grayscale: #414141. Windows color (decimal): -3865059 or 1902277. OLE color: 1902277.
HSL color Cylindrical-coordinate representation of color #C5061D: hue angle of 352.77º 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 #C5061D is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.23 |
| HSL | 352.77º | 0.94% | 0.4% | - |
| HSV(B) | 352.77º | 0.97% | 0.77% | - |
| XYZ | 23.31 | 12.09 | 2.27 | - |
| YUV | 65.73 | 107.28 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 29 | 0 | 0.97 | 0.85 | 0.23 | 352.77 | 0.94 | 0.4 |
| Hex | C5 | 6 | 1D | 0 | 61 | 55 | 17 | 161 | 5E | 28 |
| Octal | 305 | 6 | 35 | 0 | 141 | 125 | 27 | 541 | 136 | 50 |
| Binary | 11000101 | 110 | 11101 | 0 | 1100001 | 1010101 | 10111 | 101100001 | 1011110 | 101000 |
Color Harmonies of #C5061D
Complementary color
Monochromatic Colors of #C5061D
Black with #C5061D
Text Example
Text Example
White with #C5061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5061D; }
p { color: rgb(197,6,29); }
H1.HeaderClassName
{
color: #C5061D;
}
.AnyTagClassName
{
color: #C5061D;
}
</style>
background-color css
<style>
a { background-color: #C5061D; }
a { background-color: rgb(197,6,29); }
div.DivClassName
{
background-color: #C5061D;
}
.BgClassName
{
background-color: #C5061D;
}
</style>
border-color css
<style>
span { border-color: #C5061D; }
span { border-color: rgb(197,6,29); }
td.TdClassName
{
border-color: #C5061D;
}
.TagClassName
{
border-color: #C5061D;
}
</style>