Shades of Venetian Red #C50221
Tints of Venetian Red #C50221
RGB
CMYK
RGB Variations
Color information
#C50221 (or 0xC50221) is known color: Venetian Red. HEX triplet: C5, 02 and 21. RGB value is (197,2,33). Sum of RGB (Red+Green+Blue) = 197+2+33=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C50221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50221 is #3AFDDE. Grayscale: #3F3F3F. Windows color (decimal): -3866079 or 2163397. OLE color: 2163397.
HSL color Cylindrical-coordinate representation of color #C50221: hue angle of 350.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50221 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.23 |
| HSL | 350.46º | 0.98% | 0.39% | - |
| HSV(B) | 350.46º | 0.99% | 0.77% | - |
| XYZ | 23.32 | 12.02 | 2.53 | - |
| YUV | 63.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 33 | 0 | 0.99 | 0.83 | 0.23 | 350.46 | 0.98 | 0.39 |
| Hex | C5 | 2 | 21 | 0 | 63 | 53 | 17 | 15E | 62 | 27 |
| Octal | 305 | 2 | 41 | 0 | 143 | 123 | 27 | 536 | 142 | 47 |
| Binary | 11000101 | 10 | 100001 | 0 | 1100011 | 1010011 | 10111 | 101011110 | 1100010 | 100111 |
Color Harmonies of #C50221
Complementary color
Monochromatic Colors of #C50221
Black with #C50221
Text Example
Text Example
White with #C50221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50221; }
p { color: rgb(197,2,33); }
H1.HeaderClassName
{
color: #C50221;
}
.AnyTagClassName
{
color: #C50221;
}
</style>
background-color css
<style>
a { background-color: #C50221; }
a { background-color: rgb(197,2,33); }
div.DivClassName
{
background-color: #C50221;
}
.BgClassName
{
background-color: #C50221;
}
</style>
border-color css
<style>
span { border-color: #C50221; }
span { border-color: rgb(197,2,33); }
td.TdClassName
{
border-color: #C50221;
}
.TagClassName
{
border-color: #C50221;
}
</style>