Shades of Cardinal #C21949
Tints of Cardinal #C21949
RGB
CMYK
RGB Variations
Color information
#C21949 (or 0xC21949) is known color: Cardinal. HEX triplet: C2, 19 and 49. RGB value is (194,25,73). Sum of RGB (Red+Green+Blue) = 194+25+73=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C21949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21949 is #3DE6B6. Grayscale: #505050. Windows color (decimal): -4056759 or 4790722. OLE color: 4790722.
HSL color Cylindrical-coordinate representation of color #C21949: hue angle of 342.96º degrees, saturation: 0.77, 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 #C21949 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 73 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.24 |
| HSL | 342.96º | 0.77% | 0.43% | - |
| HSV(B) | 342.96º | 0.87% | 0.76% | - |
| XYZ | 23.8 | 12.65 | 7.49 | - |
| YUV | 81 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 73 | 0 | 0.87 | 0.62 | 0.24 | 342.96 | 0.77 | 0.43 |
| Hex | C2 | 19 | 49 | 0 | 57 | 3E | 18 | 157 | 4D | 2B |
| Octal | 302 | 31 | 111 | 0 | 127 | 76 | 30 | 527 | 115 | 53 |
| Binary | 11000010 | 11001 | 1001001 | 0 | 1010111 | 111110 | 11000 | 101010111 | 1001101 | 101011 |
Color Harmonies of #C21949
Complementary color
Monochromatic Colors of #C21949
Black with #C21949
Text Example
Text Example
White with #C21949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21949; }
p { color: rgb(194,25,73); }
H1.HeaderClassName
{
color: #C21949;
}
.AnyTagClassName
{
color: #C21949;
}
</style>
background-color css
<style>
a { background-color: #C21949; }
a { background-color: rgb(194,25,73); }
div.DivClassName
{
background-color: #C21949;
}
.BgClassName
{
background-color: #C21949;
}
</style>
border-color css
<style>
span { border-color: #C21949; }
span { border-color: rgb(194,25,73); }
td.TdClassName
{
border-color: #C21949;
}
.TagClassName
{
border-color: #C21949;
}
</style>