Shades of Venetian Red #C50528
Tints of Venetian Red #C50528
RGB
CMYK
RGB Variations
Color information
#C50528 (or 0xC50528) is known color: Venetian Red. HEX triplet: C5, 05 and 28. RGB value is (197,5,40). Sum of RGB (Red+Green+Blue) = 197+5+40=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C50528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50528 is #3AFAD7. Grayscale: #424242. Windows color (decimal): -3865304 or 2622917. OLE color: 2622917.
HSL color Cylindrical-coordinate representation of color #C50528: hue angle of 349.06º degrees, saturation: 0.95, 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 #C50528 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 40 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.23 |
| HSL | 349.06º | 0.95% | 0.4% | - |
| HSV(B) | 349.06º | 0.97% | 0.77% | - |
| XYZ | 23.46 | 12.13 | 3.11 | - |
| YUV | 66.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 40 | 0 | 0.97 | 0.80 | 0.23 | 349.06 | 0.95 | 0.4 |
| Hex | C5 | 5 | 28 | 0 | 61 | 50 | 17 | 15D | 5F | 28 |
| Octal | 305 | 5 | 50 | 0 | 141 | 120 | 27 | 535 | 137 | 50 |
| Binary | 11000101 | 101 | 101000 | 0 | 1100001 | 1010000 | 10111 | 101011101 | 1011111 | 101000 |
Color Harmonies of #C50528
Complementary color
Monochromatic Colors of #C50528
Black with #C50528
Text Example
Text Example
White with #C50528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50528; }
p { color: rgb(197,5,40); }
H1.HeaderClassName
{
color: #C50528;
}
.AnyTagClassName
{
color: #C50528;
}
</style>
background-color css
<style>
a { background-color: #C50528; }
a { background-color: rgb(197,5,40); }
div.DivClassName
{
background-color: #C50528;
}
.BgClassName
{
background-color: #C50528;
}
</style>
border-color css
<style>
span { border-color: #C50528; }
span { border-color: rgb(197,5,40); }
td.TdClassName
{
border-color: #C50528;
}
.TagClassName
{
border-color: #C50528;
}
</style>