Shades of Cardinal #C21749
Tints of Cardinal #C21749
RGB
CMYK
RGB Variations
Color information
#C21749 (or 0xC21749) is known color: Cardinal. HEX triplet: C2, 17 and 49. RGB value is (194,23,73). Sum of RGB (Red+Green+Blue) = 194+23+73=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C21749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21749 is #3DE8B6. Grayscale: #4F4F4F. Windows color (decimal): -4057271 or 4790210. OLE color: 4790210.
HSL color Cylindrical-coordinate representation of color #C21749: hue angle of 342.46º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21749 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 73 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.24 |
| HSL | 342.46º | 0.79% | 0.43% | - |
| HSV(B) | 342.46º | 0.88% | 0.76% | - |
| XYZ | 23.76 | 12.56 | 7.48 | - |
| YUV | 79.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 73 | 0 | 0.88 | 0.62 | 0.24 | 342.46 | 0.79 | 0.43 |
| Hex | C2 | 17 | 49 | 0 | 58 | 3E | 18 | 156 | 4F | 2B |
| Octal | 302 | 27 | 111 | 0 | 130 | 76 | 30 | 526 | 117 | 53 |
| Binary | 11000010 | 10111 | 1001001 | 0 | 1011000 | 111110 | 11000 | 101010110 | 1001111 | 101011 |
Color Harmonies of #C21749
Complementary color
Monochromatic Colors of #C21749
Black with #C21749
Text Example
Text Example
White with #C21749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21749; }
p { color: rgb(194,23,73); }
H1.HeaderClassName
{
color: #C21749;
}
.AnyTagClassName
{
color: #C21749;
}
</style>
background-color css
<style>
a { background-color: #C21749; }
a { background-color: rgb(194,23,73); }
div.DivClassName
{
background-color: #C21749;
}
.BgClassName
{
background-color: #C21749;
}
</style>
border-color css
<style>
span { border-color: #C21749; }
span { border-color: rgb(194,23,73); }
td.TdClassName
{
border-color: #C21749;
}
.TagClassName
{
border-color: #C21749;
}
</style>