Shades of Venetian Red #C50513
Tints of Venetian Red #C50513
RGB
CMYK
RGB Variations
Color information
#C50513 (or 0xC50513) is known color: Venetian Red. HEX triplet: C5, 05 and 13. RGB value is (197,5,19). Sum of RGB (Red+Green+Blue) = 197+5+19=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C50513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50513 is #3AFAEC. Grayscale: #404040. Windows color (decimal): -3865325 or 1246661. OLE color: 1246661.
HSL color Cylindrical-coordinate representation of color #C50513: hue angle of 355.62º 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 #C50513 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 19 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.23 |
| HSL | 355.63º | 0.95% | 0.4% | - |
| HSV(B) | 355.63º | 0.97% | 0.77% | - |
| XYZ | 23.2 | 12.03 | 1.71 | - |
| YUV | 64 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 19 | 0 | 0.97 | 0.90 | 0.23 | 355.63 | 0.95 | 0.4 |
| Hex | C5 | 5 | 13 | 0 | 61 | 5A | 17 | 164 | 5F | 28 |
| Octal | 305 | 5 | 23 | 0 | 141 | 132 | 27 | 544 | 137 | 50 |
| Binary | 11000101 | 101 | 10011 | 0 | 1100001 | 1011010 | 10111 | 101100100 | 1011111 | 101000 |
Color Harmonies of #C50513
Complementary color
Monochromatic Colors of #C50513
Black with #C50513
Text Example
Text Example
White with #C50513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50513; }
p { color: rgb(197,5,19); }
H1.HeaderClassName
{
color: #C50513;
}
.AnyTagClassName
{
color: #C50513;
}
</style>
background-color css
<style>
a { background-color: #C50513; }
a { background-color: rgb(197,5,19); }
div.DivClassName
{
background-color: #C50513;
}
.BgClassName
{
background-color: #C50513;
}
</style>
border-color css
<style>
span { border-color: #C50513; }
span { border-color: rgb(197,5,19); }
td.TdClassName
{
border-color: #C50513;
}
.TagClassName
{
border-color: #C50513;
}
</style>