Shades of Cardinal #C20B41
Tints of Cardinal #C20B41
RGB
CMYK
RGB Variations
Color information
#C20B41 (or 0xC20B41) is known color: Cardinal. HEX triplet: C2, 0B and 41. RGB value is (194,11,65). Sum of RGB (Red+Green+Blue) = 194+11+65=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B41 is #3DF4BE. Grayscale: #474747. Windows color (decimal): -4060351 or 4262850. OLE color: 4262850.
HSL color Cylindrical-coordinate representation of color #C20B41: hue angle of 342.3º degrees, saturation: 0.89, 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 #C20B41 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 65 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.24 |
| HSL | 342.3º | 0.89% | 0.4% | - |
| HSV(B) | 342.3º | 0.94% | 0.76% | - |
| XYZ | 23.32 | 12.09 | 6.11 | - |
| YUV | 71.87 | 124.13 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 65 | 0 | 0.94 | 0.66 | 0.24 | 342.3 | 0.89 | 0.4 |
| Hex | C2 | B | 41 | 0 | 5E | 42 | 18 | 156 | 59 | 28 |
| Octal | 302 | 13 | 101 | 0 | 136 | 102 | 30 | 526 | 131 | 50 |
| Binary | 11000010 | 1011 | 1000001 | 0 | 1011110 | 1000010 | 11000 | 101010110 | 1011001 | 101000 |
Color Harmonies of #C20B41
Complementary color
Monochromatic Colors of #C20B41
Black with #C20B41
Text Example
Text Example
White with #C20B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B41; }
p { color: rgb(194,11,65); }
H1.HeaderClassName
{
color: #C20B41;
}
.AnyTagClassName
{
color: #C20B41;
}
</style>
background-color css
<style>
a { background-color: #C20B41; }
a { background-color: rgb(194,11,65); }
div.DivClassName
{
background-color: #C20B41;
}
.BgClassName
{
background-color: #C20B41;
}
</style>
border-color css
<style>
span { border-color: #C20B41; }
span { border-color: rgb(194,11,65); }
td.TdClassName
{
border-color: #C20B41;
}
.TagClassName
{
border-color: #C20B41;
}
</style>