Shades of Cardinal #C41942
Tints of Cardinal #C41942
RGB
CMYK
RGB Variations
Color information
#C41942 (or 0xC41942) is known color: Cardinal. HEX triplet: C4, 19 and 42. RGB value is (196,25,66). Sum of RGB (Red+Green+Blue) = 196+25+66=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C41942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41942 is #3BE6BD. Grayscale: #505050. Windows color (decimal): -3925694 or 4331972. OLE color: 4331972.
HSL color Cylindrical-coordinate representation of color #C41942: hue angle of 345.61º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41942 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 66 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.23 |
| HSL | 345.61º | 0.77% | 0.43% | - |
| HSV(B) | 345.61º | 0.87% | 0.77% | - |
| XYZ | 24.1 | 12.82 | 6.36 | - |
| YUV | 80.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 66 | 0 | 0.87 | 0.66 | 0.23 | 345.61 | 0.77 | 0.43 |
| Hex | C4 | 19 | 42 | 0 | 57 | 42 | 17 | 15A | 4D | 2B |
| Octal | 304 | 31 | 102 | 0 | 127 | 102 | 27 | 532 | 115 | 53 |
| Binary | 11000100 | 11001 | 1000010 | 0 | 1010111 | 1000010 | 10111 | 101011010 | 1001101 | 101011 |
Color Harmonies of #C41942
Complementary color
Monochromatic Colors of #C41942
Black with #C41942
Text Example
Text Example
White with #C41942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41942; }
p { color: rgb(196,25,66); }
H1.HeaderClassName
{
color: #C41942;
}
.AnyTagClassName
{
color: #C41942;
}
</style>
background-color css
<style>
a { background-color: #C41942; }
a { background-color: rgb(196,25,66); }
div.DivClassName
{
background-color: #C41942;
}
.BgClassName
{
background-color: #C41942;
}
</style>
border-color css
<style>
span { border-color: #C41942; }
span { border-color: rgb(196,25,66); }
td.TdClassName
{
border-color: #C41942;
}
.TagClassName
{
border-color: #C41942;
}
</style>