Shades of Venetian Red #C51215
Tints of Venetian Red #C51215
RGB
CMYK
RGB Variations
Color information
#C51215 (or 0xC51215) is known color: Venetian Red. HEX triplet: C5, 12 and 15. RGB value is (197,18,21). Sum of RGB (Red+Green+Blue) = 197+18+21=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C51215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51215 is #3AEDEA. Grayscale: #484848. Windows color (decimal): -3861995 or 1381061. OLE color: 1381061.
HSL color Cylindrical-coordinate representation of color #C51215: hue angle of 358.99º 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 #C51215 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 21 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.23 |
| HSL | 358.99º | 0.83% | 0.42% | - |
| HSV(B) | 358.99º | 0.91% | 0.77% | - |
| XYZ | 23.38 | 12.36 | 1.86 | - |
| YUV | 71.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 21 | 0 | 0.91 | 0.89 | 0.23 | 358.99 | 0.83 | 0.42 |
| Hex | C5 | 12 | 15 | 0 | 5B | 59 | 17 | 167 | 53 | 2A |
| Octal | 305 | 22 | 25 | 0 | 133 | 131 | 27 | 547 | 123 | 52 |
| Binary | 11000101 | 10010 | 10101 | 0 | 1011011 | 1011001 | 10111 | 101100111 | 1010011 | 101010 |
Color Harmonies of #C51215
Complementary color
Monochromatic Colors of #C51215
Black with #C51215
Text Example
Text Example
White with #C51215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51215; }
p { color: rgb(197,18,21); }
H1.HeaderClassName
{
color: #C51215;
}
.AnyTagClassName
{
color: #C51215;
}
</style>
background-color css
<style>
a { background-color: #C51215; }
a { background-color: rgb(197,18,21); }
div.DivClassName
{
background-color: #C51215;
}
.BgClassName
{
background-color: #C51215;
}
</style>
border-color css
<style>
span { border-color: #C51215; }
span { border-color: rgb(197,18,21); }
td.TdClassName
{
border-color: #C51215;
}
.TagClassName
{
border-color: #C51215;
}
</style>