Shades of Cardinal #C41944
Tints of Cardinal #C41944
RGB
CMYK
RGB Variations
Color information
#C41944 (or 0xC41944) is known color: Cardinal. HEX triplet: C4, 19 and 44. RGB value is (196,25,68). Sum of RGB (Red+Green+Blue) = 196+25+68=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C41944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41944 is #3BE6BB. Grayscale: #515151. Windows color (decimal): -3925692 or 4463044. OLE color: 4463044.
HSL color Cylindrical-coordinate representation of color #C41944: hue angle of 344.91º 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 #C41944 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 68 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.23 |
| HSL | 344.91º | 0.77% | 0.43% | - |
| HSV(B) | 344.91º | 0.87% | 0.77% | - |
| XYZ | 24.16 | 12.85 | 6.68 | - |
| YUV | 81.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 68 | 0 | 0.87 | 0.65 | 0.23 | 344.91 | 0.77 | 0.43 |
| Hex | C4 | 19 | 44 | 0 | 57 | 41 | 17 | 159 | 4D | 2B |
| Octal | 304 | 31 | 104 | 0 | 127 | 101 | 27 | 531 | 115 | 53 |
| Binary | 11000100 | 11001 | 1000100 | 0 | 1010111 | 1000001 | 10111 | 101011001 | 1001101 | 101011 |
Color Harmonies of #C41944
Complementary color
Monochromatic Colors of #C41944
Black with #C41944
Text Example
Text Example
White with #C41944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41944; }
p { color: rgb(196,25,68); }
H1.HeaderClassName
{
color: #C41944;
}
.AnyTagClassName
{
color: #C41944;
}
</style>
background-color css
<style>
a { background-color: #C41944; }
a { background-color: rgb(196,25,68); }
div.DivClassName
{
background-color: #C41944;
}
.BgClassName
{
background-color: #C41944;
}
</style>
border-color css
<style>
span { border-color: #C41944; }
span { border-color: rgb(196,25,68); }
td.TdClassName
{
border-color: #C41944;
}
.TagClassName
{
border-color: #C41944;
}
</style>