Shades of Cardinal #C21E47
Tints of Cardinal #C21E47
RGB
CMYK
RGB Variations
Color information
#C21E47 (or 0xC21E47) is known color: Cardinal. HEX triplet: C2, 1E and 47. RGB value is (194,30,71). Sum of RGB (Red+Green+Blue) = 194+30+71=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E47 is #3DE1B8. Grayscale: #535353. Windows color (decimal): -4055481 or 4660930. OLE color: 4660930.
HSL color Cylindrical-coordinate representation of color #C21E47: hue angle of 345º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E47 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 71 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.24 |
| HSL | 345º | 0.73% | 0.44% | - |
| HSV(B) | 345º | 0.85% | 0.76% | - |
| XYZ | 23.85 | 12.85 | 7.19 | - |
| YUV | 83.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 71 | 0 | 0.85 | 0.63 | 0.24 | 345 | 0.73 | 0.44 |
| Hex | C2 | 1E | 47 | 0 | 55 | 3F | 18 | 159 | 49 | 2C |
| Octal | 302 | 36 | 107 | 0 | 125 | 77 | 30 | 531 | 111 | 54 |
| Binary | 11000010 | 11110 | 1000111 | 0 | 1010101 | 111111 | 11000 | 101011001 | 1001001 | 101100 |
Color Harmonies of #C21E47
Complementary color
Monochromatic Colors of #C21E47
Black with #C21E47
Text Example
Text Example
White with #C21E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E47; }
p { color: rgb(194,30,71); }
H1.HeaderClassName
{
color: #C21E47;
}
.AnyTagClassName
{
color: #C21E47;
}
</style>
background-color css
<style>
a { background-color: #C21E47; }
a { background-color: rgb(194,30,71); }
div.DivClassName
{
background-color: #C21E47;
}
.BgClassName
{
background-color: #C21E47;
}
</style>
border-color css
<style>
span { border-color: #C21E47; }
span { border-color: rgb(194,30,71); }
td.TdClassName
{
border-color: #C21E47;
}
.TagClassName
{
border-color: #C21E47;
}
</style>