Shades of Cardinal #C20E49
Tints of Cardinal #C20E49
RGB
CMYK
RGB Variations
Color information
#C20E49 (or 0xC20E49) is known color: Cardinal. HEX triplet: C2, 0E and 49. RGB value is (194,14,73). Sum of RGB (Red+Green+Blue) = 194+14+73=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E49 is #3DF1B6. Grayscale: #4A4A4A. Windows color (decimal): -4059575 or 4787906. OLE color: 4787906.
HSL color Cylindrical-coordinate representation of color #C20E49: hue angle of 340.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E49 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 73 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.24 |
| HSL | 340.33º | 0.87% | 0.41% | - |
| HSV(B) | 340.33º | 0.93% | 0.76% | - |
| XYZ | 23.61 | 12.26 | 7.43 | - |
| YUV | 74.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 73 | 0 | 0.93 | 0.62 | 0.24 | 340.33 | 0.87 | 0.41 |
| Hex | C2 | E | 49 | 0 | 5D | 3E | 18 | 154 | 57 | 29 |
| Octal | 302 | 16 | 111 | 0 | 135 | 76 | 30 | 524 | 127 | 51 |
| Binary | 11000010 | 1110 | 1001001 | 0 | 1011101 | 111110 | 11000 | 101010100 | 1010111 | 101001 |
Color Harmonies of #C20E49
Complementary color
Monochromatic Colors of #C20E49
Black with #C20E49
Text Example
Text Example
White with #C20E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E49; }
p { color: rgb(194,14,73); }
H1.HeaderClassName
{
color: #C20E49;
}
.AnyTagClassName
{
color: #C20E49;
}
</style>
background-color css
<style>
a { background-color: #C20E49; }
a { background-color: rgb(194,14,73); }
div.DivClassName
{
background-color: #C20E49;
}
.BgClassName
{
background-color: #C20E49;
}
</style>
border-color css
<style>
span { border-color: #C20E49; }
span { border-color: rgb(194,14,73); }
td.TdClassName
{
border-color: #C20E49;
}
.TagClassName
{
border-color: #C20E49;
}
</style>