Shades of Venetian Red #C50713
Tints of Venetian Red #C50713
RGB
CMYK
RGB Variations
Color information
#C50713 (or 0xC50713) is known color: Venetian Red. HEX triplet: C5, 07 and 13. RGB value is (197,7,19). Sum of RGB (Red+Green+Blue) = 197+7+19=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50713 is #3AF8EC. Grayscale: #414141. Windows color (decimal): -3864813 or 1247173. OLE color: 1247173.
HSL color Cylindrical-coordinate representation of color #C50713: hue angle of 356.21º 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 #C50713 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.23 |
| HSL | 356.21º | 0.93% | 0.4% | - |
| HSV(B) | 356.21º | 0.96% | 0.77% | - |
| XYZ | 23.22 | 12.07 | 1.72 | - |
| YUV | 65.18 | 101.95 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 19 | 0 | 0.96 | 0.90 | 0.23 | 356.21 | 0.93 | 0.4 |
| Hex | C5 | 7 | 13 | 0 | 60 | 5A | 17 | 164 | 5D | 28 |
| Octal | 305 | 7 | 23 | 0 | 140 | 132 | 27 | 544 | 135 | 50 |
| Binary | 11000101 | 111 | 10011 | 0 | 1100000 | 1011010 | 10111 | 101100100 | 1011101 | 101000 |
Color Harmonies of #C50713
Complementary color
Monochromatic Colors of #C50713
Black with #C50713
Text Example
Text Example
White with #C50713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50713; }
p { color: rgb(197,7,19); }
H1.HeaderClassName
{
color: #C50713;
}
.AnyTagClassName
{
color: #C50713;
}
</style>
background-color css
<style>
a { background-color: #C50713; }
a { background-color: rgb(197,7,19); }
div.DivClassName
{
background-color: #C50713;
}
.BgClassName
{
background-color: #C50713;
}
</style>
border-color css
<style>
span { border-color: #C50713; }
span { border-color: rgb(197,7,19); }
td.TdClassName
{
border-color: #C50713;
}
.TagClassName
{
border-color: #C50713;
}
</style>