Shades of Venetian Red #C50811
Tints of Venetian Red #C50811
RGB
CMYK
RGB Variations
Color information
#C50811 (or 0xC50811) is known color: Venetian Red. HEX triplet: C5, 08 and 11. RGB value is (197,8,17). Sum of RGB (Red+Green+Blue) = 197+8+17=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C50811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50811 is #3AF7EE. Grayscale: #414141. Windows color (decimal): -3864559 or 1116357. OLE color: 1116357.
HSL color Cylindrical-coordinate representation of color #C50811: hue angle of 357.14º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50811 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 17 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.23 |
| HSL | 357.14º | 0.92% | 0.4% | - |
| HSV(B) | 357.14º | 0.96% | 0.77% | - |
| XYZ | 23.21 | 12.08 | 1.64 | - |
| YUV | 65.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 17 | 0 | 0.96 | 0.91 | 0.23 | 357.14 | 0.92 | 0.4 |
| Hex | C5 | 8 | 11 | 0 | 60 | 5B | 17 | 165 | 5C | 28 |
| Octal | 305 | 10 | 21 | 0 | 140 | 133 | 27 | 545 | 134 | 50 |
| Binary | 11000101 | 1000 | 10001 | 0 | 1100000 | 1011011 | 10111 | 101100101 | 1011100 | 101000 |
Color Harmonies of #C50811
Complementary color
Monochromatic Colors of #C50811
Black with #C50811
Text Example
Text Example
White with #C50811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50811; }
p { color: rgb(197,8,17); }
H1.HeaderClassName
{
color: #C50811;
}
.AnyTagClassName
{
color: #C50811;
}
</style>
background-color css
<style>
a { background-color: #C50811; }
a { background-color: rgb(197,8,17); }
div.DivClassName
{
background-color: #C50811;
}
.BgClassName
{
background-color: #C50811;
}
</style>
border-color css
<style>
span { border-color: #C50811; }
span { border-color: rgb(197,8,17); }
td.TdClassName
{
border-color: #C50811;
}
.TagClassName
{
border-color: #C50811;
}
</style>