Shades of Venetian Red #C50728
Tints of Venetian Red #C50728
RGB
CMYK
RGB Variations
Color information
#C50728 (or 0xC50728) is known color: Venetian Red. HEX triplet: C5, 07 and 28. RGB value is (197,7,40). Sum of RGB (Red+Green+Blue) = 197+7+40=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C50728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50728 is #3AF8D7. Grayscale: #434343. Windows color (decimal): -3864792 or 2623429. OLE color: 2623429.
HSL color Cylindrical-coordinate representation of color #C50728: hue angle of 349.58º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50728 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 40 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.23 |
| HSL | 349.58º | 0.93% | 0.4% | - |
| HSV(B) | 349.58º | 0.96% | 0.77% | - |
| XYZ | 23.48 | 12.18 | 3.12 | - |
| YUV | 67.57 | 112.45 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 40 | 0 | 0.96 | 0.80 | 0.23 | 349.58 | 0.93 | 0.4 |
| Hex | C5 | 7 | 28 | 0 | 60 | 50 | 17 | 15E | 5D | 28 |
| Octal | 305 | 7 | 50 | 0 | 140 | 120 | 27 | 536 | 135 | 50 |
| Binary | 11000101 | 111 | 101000 | 0 | 1100000 | 1010000 | 10111 | 101011110 | 1011101 | 101000 |
Color Harmonies of #C50728
Complementary color
Monochromatic Colors of #C50728
Black with #C50728
Text Example
Text Example
White with #C50728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50728; }
p { color: rgb(197,7,40); }
H1.HeaderClassName
{
color: #C50728;
}
.AnyTagClassName
{
color: #C50728;
}
</style>
background-color css
<style>
a { background-color: #C50728; }
a { background-color: rgb(197,7,40); }
div.DivClassName
{
background-color: #C50728;
}
.BgClassName
{
background-color: #C50728;
}
</style>
border-color css
<style>
span { border-color: #C50728; }
span { border-color: rgb(197,7,40); }
td.TdClassName
{
border-color: #C50728;
}
.TagClassName
{
border-color: #C50728;
}
</style>