Shades of Venetian Red #C51219
Tints of Venetian Red #C51219
RGB
CMYK
RGB Variations
Color information
#C51219 (or 0xC51219) is known color: Venetian Red. HEX triplet: C5, 12 and 19. RGB value is (197,18,25). Sum of RGB (Red+Green+Blue) = 197+18+25=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C51219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51219 is #3AEDE6. Grayscale: #484848. Windows color (decimal): -3861991 or 1643205. OLE color: 1643205.
HSL color Cylindrical-coordinate representation of color #C51219: hue angle of 357.65º 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 #C51219 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 25 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.23 |
| HSL | 357.65º | 0.83% | 0.42% | - |
| HSV(B) | 357.65º | 0.91% | 0.77% | - |
| XYZ | 23.42 | 12.37 | 2.07 | - |
| YUV | 72.32 | 101.3 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 25 | 0 | 0.91 | 0.87 | 0.23 | 357.65 | 0.83 | 0.42 |
| Hex | C5 | 12 | 19 | 0 | 5B | 57 | 17 | 166 | 53 | 2A |
| Octal | 305 | 22 | 31 | 0 | 133 | 127 | 27 | 546 | 123 | 52 |
| Binary | 11000101 | 10010 | 11001 | 0 | 1011011 | 1010111 | 10111 | 101100110 | 1010011 | 101010 |
Color Harmonies of #C51219
Complementary color
Monochromatic Colors of #C51219
Black with #C51219
Text Example
Text Example
White with #C51219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51219; }
p { color: rgb(197,18,25); }
H1.HeaderClassName
{
color: #C51219;
}
.AnyTagClassName
{
color: #C51219;
}
</style>
background-color css
<style>
a { background-color: #C51219; }
a { background-color: rgb(197,18,25); }
div.DivClassName
{
background-color: #C51219;
}
.BgClassName
{
background-color: #C51219;
}
</style>
border-color css
<style>
span { border-color: #C51219; }
span { border-color: rgb(197,18,25); }
td.TdClassName
{
border-color: #C51219;
}
.TagClassName
{
border-color: #C51219;
}
</style>