Shades of Cardinal #C42637
Tints of Cardinal #C42637
RGB
CMYK
RGB Variations
Color information
#C42637 (or 0xC42637) is known color: Cardinal. HEX triplet: C4, 26 and 37. RGB value is (196,38,55). Sum of RGB (Red+Green+Blue) = 196+38+55=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C42637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42637 is #3BD9C8. Grayscale: #575757. Windows color (decimal): -3922377 or 3614404. OLE color: 3614404.
HSL color Cylindrical-coordinate representation of color #C42637: hue angle of 353.54º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42637 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 55 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.23 |
| HSL | 353.54º | 0.68% | 0.46% | - |
| HSV(B) | 353.54º | 0.81% | 0.77% | - |
| XYZ | 24.15 | 13.4 | 4.93 | - |
| YUV | 87.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 55 | 0 | 0.81 | 0.72 | 0.23 | 353.54 | 0.68 | 0.46 |
| Hex | C4 | 26 | 37 | 0 | 51 | 48 | 17 | 162 | 44 | 2E |
| Octal | 304 | 46 | 67 | 0 | 121 | 110 | 27 | 542 | 104 | 56 |
| Binary | 11000100 | 100110 | 110111 | 0 | 1010001 | 1001000 | 10111 | 101100010 | 1000100 | 101110 |
Color Harmonies of #C42637
Complementary color
Monochromatic Colors of #C42637
Black with #C42637
Text Example
Text Example
White with #C42637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42637; }
p { color: rgb(196,38,55); }
H1.HeaderClassName
{
color: #C42637;
}
.AnyTagClassName
{
color: #C42637;
}
</style>
background-color css
<style>
a { background-color: #C42637; }
a { background-color: rgb(196,38,55); }
div.DivClassName
{
background-color: #C42637;
}
.BgClassName
{
background-color: #C42637;
}
</style>
border-color css
<style>
span { border-color: #C42637; }
span { border-color: rgb(196,38,55); }
td.TdClassName
{
border-color: #C42637;
}
.TagClassName
{
border-color: #C42637;
}
</style>