Shades of Cardinal #C41935
Tints of Cardinal #C41935
RGB
CMYK
RGB Variations
Color information
#C41935 (or 0xC41935) is known color: Cardinal. HEX triplet: C4, 19 and 35. RGB value is (196,25,53). Sum of RGB (Red+Green+Blue) = 196+25+53=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C41935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41935 is #3BE6CA. Grayscale: #4F4F4F. Windows color (decimal): -3925707 or 3480004. OLE color: 3480004.
HSL color Cylindrical-coordinate representation of color #C41935: hue angle of 350.18º 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 #C41935 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 53 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.23 |
| HSL | 350.18º | 0.77% | 0.43% | - |
| HSV(B) | 350.18º | 0.87% | 0.77% | - |
| XYZ | 23.76 | 12.69 | 4.57 | - |
| YUV | 79.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 53 | 0 | 0.87 | 0.73 | 0.23 | 350.18 | 0.77 | 0.43 |
| Hex | C4 | 19 | 35 | 0 | 57 | 49 | 17 | 15E | 4D | 2B |
| Octal | 304 | 31 | 65 | 0 | 127 | 111 | 27 | 536 | 115 | 53 |
| Binary | 11000100 | 11001 | 110101 | 0 | 1010111 | 1001001 | 10111 | 101011110 | 1001101 | 101011 |
Color Harmonies of #C41935
Complementary color
Monochromatic Colors of #C41935
Black with #C41935
Text Example
Text Example
White with #C41935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41935; }
p { color: rgb(196,25,53); }
H1.HeaderClassName
{
color: #C41935;
}
.AnyTagClassName
{
color: #C41935;
}
</style>
background-color css
<style>
a { background-color: #C41935; }
a { background-color: rgb(196,25,53); }
div.DivClassName
{
background-color: #C41935;
}
.BgClassName
{
background-color: #C41935;
}
</style>
border-color css
<style>
span { border-color: #C41935; }
span { border-color: rgb(196,25,53); }
td.TdClassName
{
border-color: #C41935;
}
.TagClassName
{
border-color: #C41935;
}
</style>