Shades of Cardinal #C41637
Tints of Cardinal #C41637
RGB
CMYK
RGB Variations
Color information
#C41637 (or 0xC41637) is known color: Cardinal. HEX triplet: C4, 16 and 37. RGB value is (196,22,55). Sum of RGB (Red+Green+Blue) = 196+22+55=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C41637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41637 is #3BE9C8. Grayscale: #4D4D4D. Windows color (decimal): -3926473 or 3610308. OLE color: 3610308.
HSL color Cylindrical-coordinate representation of color #C41637: hue angle of 348.62º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41637 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 55 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.23 |
| HSL | 348.62º | 0.8% | 0.43% | - |
| HSV(B) | 348.62º | 0.89% | 0.77% | - |
| XYZ | 23.74 | 12.59 | 4.79 | - |
| YUV | 77.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 55 | 0 | 0.89 | 0.72 | 0.23 | 348.62 | 0.8 | 0.43 |
| Hex | C4 | 16 | 37 | 0 | 59 | 48 | 17 | 15D | 50 | 2B |
| Octal | 304 | 26 | 67 | 0 | 131 | 110 | 27 | 535 | 120 | 53 |
| Binary | 11000100 | 10110 | 110111 | 0 | 1011001 | 1001000 | 10111 | 101011101 | 1010000 | 101011 |
Color Harmonies of #C41637
Complementary color
Monochromatic Colors of #C41637
Black with #C41637
Text Example
Text Example
White with #C41637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41637; }
p { color: rgb(196,22,55); }
H1.HeaderClassName
{
color: #C41637;
}
.AnyTagClassName
{
color: #C41637;
}
</style>
background-color css
<style>
a { background-color: #C41637; }
a { background-color: rgb(196,22,55); }
div.DivClassName
{
background-color: #C41637;
}
.BgClassName
{
background-color: #C41637;
}
</style>
border-color css
<style>
span { border-color: #C41637; }
span { border-color: rgb(196,22,55); }
td.TdClassName
{
border-color: #C41637;
}
.TagClassName
{
border-color: #C41637;
}
</style>