Shades of Cardinal #C20C41
Tints of Cardinal #C20C41
RGB
CMYK
RGB Variations
Color information
#C20C41 (or 0xC20C41) is known color: Cardinal. HEX triplet: C2, 0C and 41. RGB value is (194,12,65). Sum of RGB (Red+Green+Blue) = 194+12+65=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C41 is #3DF3BE. Grayscale: #484848. Windows color (decimal): -4060095 or 4263106. OLE color: 4263106.
HSL color Cylindrical-coordinate representation of color #C20C41: hue angle of 342.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C41 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 65 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.24 |
| HSL | 342.53º | 0.88% | 0.4% | - |
| HSV(B) | 342.53º | 0.94% | 0.76% | - |
| XYZ | 23.33 | 12.11 | 6.11 | - |
| YUV | 72.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 65 | 0 | 0.94 | 0.66 | 0.24 | 342.53 | 0.88 | 0.4 |
| Hex | C2 | C | 41 | 0 | 5E | 42 | 18 | 157 | 58 | 28 |
| Octal | 302 | 14 | 101 | 0 | 136 | 102 | 30 | 527 | 130 | 50 |
| Binary | 11000010 | 1100 | 1000001 | 0 | 1011110 | 1000010 | 11000 | 101010111 | 1011000 | 101000 |
Color Harmonies of #C20C41
Complementary color
Monochromatic Colors of #C20C41
Black with #C20C41
Text Example
Text Example
White with #C20C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C41; }
p { color: rgb(194,12,65); }
H1.HeaderClassName
{
color: #C20C41;
}
.AnyTagClassName
{
color: #C20C41;
}
</style>
background-color css
<style>
a { background-color: #C20C41; }
a { background-color: rgb(194,12,65); }
div.DivClassName
{
background-color: #C20C41;
}
.BgClassName
{
background-color: #C20C41;
}
</style>
border-color css
<style>
span { border-color: #C20C41; }
span { border-color: rgb(194,12,65); }
td.TdClassName
{
border-color: #C20C41;
}
.TagClassName
{
border-color: #C20C41;
}
</style>