Shades of Venetian Red #C51213
Tints of Venetian Red #C51213
RGB
CMYK
RGB Variations
Color information
#C51213 (or 0xC51213) is known color: Venetian Red. HEX triplet: C5, 12 and 13. RGB value is (197,18,19). Sum of RGB (Red+Green+Blue) = 197+18+19=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C51213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51213 is #3AEDEC. Grayscale: #474747. Windows color (decimal): -3861997 or 1249989. OLE color: 1249989.
HSL color Cylindrical-coordinate representation of color #C51213: hue angle of 359.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51213 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 19 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.23 |
| HSL | 359.66º | 0.83% | 0.42% | - |
| HSV(B) | 359.66º | 0.91% | 0.77% | - |
| XYZ | 23.36 | 12.35 | 1.77 | - |
| YUV | 71.64 | 98.3 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 19 | 0 | 0.91 | 0.90 | 0.23 | 359.66 | 0.83 | 0.42 |
| Hex | C5 | 12 | 13 | 0 | 5B | 5A | 17 | 168 | 53 | 2A |
| Octal | 305 | 22 | 23 | 0 | 133 | 132 | 27 | 550 | 123 | 52 |
| Binary | 11000101 | 10010 | 10011 | 0 | 1011011 | 1011010 | 10111 | 101101000 | 1010011 | 101010 |
Color Harmonies of #C51213
Complementary color
Monochromatic Colors of #C51213
Black with #C51213
Text Example
Text Example
White with #C51213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51213; }
p { color: rgb(197,18,19); }
H1.HeaderClassName
{
color: #C51213;
}
.AnyTagClassName
{
color: #C51213;
}
</style>
background-color css
<style>
a { background-color: #C51213; }
a { background-color: rgb(197,18,19); }
div.DivClassName
{
background-color: #C51213;
}
.BgClassName
{
background-color: #C51213;
}
</style>
border-color css
<style>
span { border-color: #C51213; }
span { border-color: rgb(197,18,19); }
td.TdClassName
{
border-color: #C51213;
}
.TagClassName
{
border-color: #C51213;
}
</style>