Shades of Venetian Red #C51218
Tints of Venetian Red #C51218
RGB
CMYK
RGB Variations
Color information
#C51218 (or 0xC51218) is known color: Venetian Red. HEX triplet: C5, 12 and 18. RGB value is (197,18,24). Sum of RGB (Red+Green+Blue) = 197+18+24=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C51218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51218 is #3AEDE7. Grayscale: #484848. Windows color (decimal): -3861992 or 1577669. OLE color: 1577669.
HSL color Cylindrical-coordinate representation of color #C51218: hue angle of 357.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 #C51218 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 24 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.23 |
| HSL | 357.99º | 0.83% | 0.42% | - |
| HSV(B) | 357.99º | 0.91% | 0.77% | - |
| XYZ | 23.41 | 12.37 | 2.02 | - |
| YUV | 72.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 24 | 0 | 0.91 | 0.88 | 0.23 | 357.99 | 0.83 | 0.42 |
| Hex | C5 | 12 | 18 | 0 | 5B | 58 | 17 | 166 | 53 | 2A |
| Octal | 305 | 22 | 30 | 0 | 133 | 130 | 27 | 546 | 123 | 52 |
| Binary | 11000101 | 10010 | 11000 | 0 | 1011011 | 1011000 | 10111 | 101100110 | 1010011 | 101010 |
Color Harmonies of #C51218
Complementary color
Monochromatic Colors of #C51218
Black with #C51218
Text Example
Text Example
White with #C51218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51218; }
p { color: rgb(197,18,24); }
H1.HeaderClassName
{
color: #C51218;
}
.AnyTagClassName
{
color: #C51218;
}
</style>
background-color css
<style>
a { background-color: #C51218; }
a { background-color: rgb(197,18,24); }
div.DivClassName
{
background-color: #C51218;
}
.BgClassName
{
background-color: #C51218;
}
</style>
border-color css
<style>
span { border-color: #C51218; }
span { border-color: rgb(197,18,24); }
td.TdClassName
{
border-color: #C51218;
}
.TagClassName
{
border-color: #C51218;
}
</style>