Shades of Cardinal #C21A4A
Tints of Cardinal #C21A4A
RGB
CMYK
RGB Variations
Color information
#C21A4A (or 0xC21A4A) is known color: Cardinal. HEX triplet: C2, 1A and 4A. RGB value is (194,26,74). Sum of RGB (Red+Green+Blue) = 194+26+74=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A4A is #3DE5B5. Grayscale: #515151. Windows color (decimal): -4056502 or 4856514. OLE color: 4856514.
HSL color Cylindrical-coordinate representation of color #C21A4A: hue angle of 342.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A4A is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 74 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.24 |
| HSL | 342.86º | 0.76% | 0.43% | - |
| HSV(B) | 342.86º | 0.87% | 0.76% | - |
| XYZ | 23.85 | 12.7 | 7.67 | - |
| YUV | 81.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 74 | 0 | 0.87 | 0.62 | 0.24 | 342.86 | 0.76 | 0.43 |
| Hex | C2 | 1A | 4A | 0 | 57 | 3E | 18 | 157 | 4C | 2B |
| Octal | 302 | 32 | 112 | 0 | 127 | 76 | 30 | 527 | 114 | 53 |
| Binary | 11000010 | 11010 | 1001010 | 0 | 1010111 | 111110 | 11000 | 101010111 | 1001100 | 101011 |
Color Harmonies of #C21A4A
Complementary color
Monochromatic Colors of #C21A4A
Black with #C21A4A
Text Example
Text Example
White with #C21A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A4A; }
p { color: rgb(194,26,74); }
H1.HeaderClassName
{
color: #C21A4A;
}
.AnyTagClassName
{
color: #C21A4A;
}
</style>
background-color css
<style>
a { background-color: #C21A4A; }
a { background-color: rgb(194,26,74); }
div.DivClassName
{
background-color: #C21A4A;
}
.BgClassName
{
background-color: #C21A4A;
}
</style>
border-color css
<style>
span { border-color: #C21A4A; }
span { border-color: rgb(194,26,74); }
td.TdClassName
{
border-color: #C21A4A;
}
.TagClassName
{
border-color: #C21A4A;
}
</style>