Shades of Cardinal #C41E49
Tints of Cardinal #C41E49
RGB
CMYK
RGB Variations
Color information
#C41E49 (or 0xC41E49) is known color: Cardinal. HEX triplet: C4, 1E and 49. RGB value is (196,30,73). Sum of RGB (Red+Green+Blue) = 196+30+73=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E49 is #3BE1B6. Grayscale: #545454. Windows color (decimal): -3924407 or 4792004. OLE color: 4792004.
HSL color Cylindrical-coordinate representation of color #C41E49: hue angle of 344.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E49 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 73 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.23 |
| HSL | 344.46º | 0.73% | 0.44% | - |
| HSV(B) | 344.46º | 0.85% | 0.77% | - |
| XYZ | 24.43 | 13.15 | 7.55 | - |
| YUV | 84.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 73 | 0 | 0.85 | 0.63 | 0.23 | 344.46 | 0.73 | 0.44 |
| Hex | C4 | 1E | 49 | 0 | 55 | 3F | 17 | 158 | 49 | 2C |
| Octal | 304 | 36 | 111 | 0 | 125 | 77 | 27 | 530 | 111 | 54 |
| Binary | 11000100 | 11110 | 1001001 | 0 | 1010101 | 111111 | 10111 | 101011000 | 1001001 | 101100 |
Color Harmonies of #C41E49
Complementary color
Monochromatic Colors of #C41E49
Black with #C41E49
Text Example
Text Example
White with #C41E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E49; }
p { color: rgb(196,30,73); }
H1.HeaderClassName
{
color: #C41E49;
}
.AnyTagClassName
{
color: #C41E49;
}
</style>
background-color css
<style>
a { background-color: #C41E49; }
a { background-color: rgb(196,30,73); }
div.DivClassName
{
background-color: #C41E49;
}
.BgClassName
{
background-color: #C41E49;
}
</style>
border-color css
<style>
span { border-color: #C41E49; }
span { border-color: rgb(196,30,73); }
td.TdClassName
{
border-color: #C41E49;
}
.TagClassName
{
border-color: #C41E49;
}
</style>