Shades of Venetian Red #C50717
Tints of Venetian Red #C50717
RGB
CMYK
RGB Variations
Color information
#C50717 (or 0xC50717) is known color: Venetian Red. HEX triplet: C5, 07 and 17. RGB value is (197,7,23). Sum of RGB (Red+Green+Blue) = 197+7+23=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C50717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50717 is #3AF8E8. Grayscale: #414141. Windows color (decimal): -3864809 or 1509317. OLE color: 1509317.
HSL color Cylindrical-coordinate representation of color #C50717: hue angle of 354.95º 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 #C50717 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.23 |
| HSL | 354.95º | 0.93% | 0.4% | - |
| HSV(B) | 354.95º | 0.96% | 0.77% | - |
| XYZ | 23.26 | 12.08 | 1.92 | - |
| YUV | 65.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 23 | 0 | 0.96 | 0.88 | 0.23 | 354.95 | 0.93 | 0.4 |
| Hex | C5 | 7 | 17 | 0 | 60 | 58 | 17 | 163 | 5D | 28 |
| Octal | 305 | 7 | 27 | 0 | 140 | 130 | 27 | 543 | 135 | 50 |
| Binary | 11000101 | 111 | 10111 | 0 | 1100000 | 1011000 | 10111 | 101100011 | 1011101 | 101000 |
Color Harmonies of #C50717
Complementary color
Monochromatic Colors of #C50717
Black with #C50717
Text Example
Text Example
White with #C50717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50717; }
p { color: rgb(197,7,23); }
H1.HeaderClassName
{
color: #C50717;
}
.AnyTagClassName
{
color: #C50717;
}
</style>
background-color css
<style>
a { background-color: #C50717; }
a { background-color: rgb(197,7,23); }
div.DivClassName
{
background-color: #C50717;
}
.BgClassName
{
background-color: #C50717;
}
</style>
border-color css
<style>
span { border-color: #C50717; }
span { border-color: rgb(197,7,23); }
td.TdClassName
{
border-color: #C50717;
}
.TagClassName
{
border-color: #C50717;
}
</style>