Shades of Venetian Red #C50022
Tints of Venetian Red #C50022
RGB
CMYK
RGB Variations
Color information
#C50022 (or 0xC50022) is known color: Venetian Red. HEX triplet: C5, 00 and 22. RGB value is (197,0,34). Sum of RGB (Red+Green+Blue) = 197+0+34=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C50022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50022 is #3AFFDD. Grayscale: #3E3E3E. Windows color (decimal): -3866590 or 2228421. OLE color: 2228421.
HSL color Cylindrical-coordinate representation of color #C50022: hue angle of 349.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50022 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.83 | 0.23 |
| HSL | 349.64º | 1% | 0.39% | - |
| HSV(B) | 349.64º | 1% | 0.77% | - |
| XYZ | 23.31 | 11.99 | 2.6 | - |
| YUV | 62.78 | 111.77 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 34 | 0 | 1 | 0.83 | 0.23 | 349.64 | 1 | 0.39 |
| Hex | C5 | 0 | 22 | 0 | 64 | 53 | 17 | 15E | 64 | 27 |
| Octal | 305 | 0 | 42 | 0 | 144 | 123 | 27 | 536 | 144 | 47 |
| Binary | 11000101 | 0 | 100010 | 0 | 1100100 | 1010011 | 10111 | 101011110 | 1100100 | 100111 |
Color Harmonies of #C50022
Complementary color
Monochromatic Colors of #C50022
Black with #C50022
Text Example
Text Example
White with #C50022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50022; }
p { color: rgb(197,0,34); }
H1.HeaderClassName
{
color: #C50022;
}
.AnyTagClassName
{
color: #C50022;
}
</style>
background-color css
<style>
a { background-color: #C50022; }
a { background-color: rgb(197,0,34); }
div.DivClassName
{
background-color: #C50022;
}
.BgClassName
{
background-color: #C50022;
}
</style>
border-color css
<style>
span { border-color: #C50022; }
span { border-color: rgb(197,0,34); }
td.TdClassName
{
border-color: #C50022;
}
.TagClassName
{
border-color: #C50022;
}
</style>