Shades of Venetian Red #C51318
Tints of Venetian Red #C51318
RGB
CMYK
RGB Variations
Color information
#C51318 (or 0xC51318) is known color: Venetian Red. HEX triplet: C5, 13 and 18. RGB value is (197,19,24). Sum of RGB (Red+Green+Blue) = 197+19+24=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C51318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51318 is #3AECE7. Grayscale: #484848. Windows color (decimal): -3861736 or 1577925. OLE color: 1577925.
HSL color Cylindrical-coordinate representation of color #C51318: hue angle of 358.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51318 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 24 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.23 |
| HSL | 358.31º | 0.82% | 0.42% | - |
| HSV(B) | 358.31º | 0.9% | 0.77% | - |
| XYZ | 23.42 | 12.4 | 2.02 | - |
| YUV | 72.79 | 100.47 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 24 | 0 | 0.90 | 0.88 | 0.23 | 358.31 | 0.82 | 0.42 |
| Hex | C5 | 13 | 18 | 0 | 5A | 58 | 17 | 166 | 52 | 2A |
| Octal | 305 | 23 | 30 | 0 | 132 | 130 | 27 | 546 | 122 | 52 |
| Binary | 11000101 | 10011 | 11000 | 0 | 1011010 | 1011000 | 10111 | 101100110 | 1010010 | 101010 |
Color Harmonies of #C51318
Complementary color
Monochromatic Colors of #C51318
Black with #C51318
Text Example
Text Example
White with #C51318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51318; }
p { color: rgb(197,19,24); }
H1.HeaderClassName
{
color: #C51318;
}
.AnyTagClassName
{
color: #C51318;
}
</style>
background-color css
<style>
a { background-color: #C51318; }
a { background-color: rgb(197,19,24); }
div.DivClassName
{
background-color: #C51318;
}
.BgClassName
{
background-color: #C51318;
}
</style>
border-color css
<style>
span { border-color: #C51318; }
span { border-color: rgb(197,19,24); }
td.TdClassName
{
border-color: #C51318;
}
.TagClassName
{
border-color: #C51318;
}
</style>