Shades of Cardinal #C50437
Tints of Cardinal #C50437
RGB
CMYK
RGB Variations
Color information
#C50437 (or 0xC50437) is known color: Cardinal. HEX triplet: C5, 04 and 37. RGB value is (197,4,55). Sum of RGB (Red+Green+Blue) = 197+4+55=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C50437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50437 is #3AFBC8. Grayscale: #434343. Windows color (decimal): -3865545 or 3605701. OLE color: 3605701.
HSL color Cylindrical-coordinate representation of color #C50437: hue angle of 344.15º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50437 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.23 |
| HSL | 344.15º | 0.96% | 0.39% | - |
| HSV(B) | 344.15º | 0.98% | 0.77% | - |
| XYZ | 23.76 | 12.23 | 4.72 | - |
| YUV | 67.52 | 120.94 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 55 | 0 | 0.98 | 0.72 | 0.23 | 344.15 | 0.96 | 0.39 |
| Hex | C5 | 4 | 37 | 0 | 62 | 48 | 17 | 158 | 60 | 27 |
| Octal | 305 | 4 | 67 | 0 | 142 | 110 | 27 | 530 | 140 | 47 |
| Binary | 11000101 | 100 | 110111 | 0 | 1100010 | 1001000 | 10111 | 101011000 | 1100000 | 100111 |
Color Harmonies of #C50437
Complementary color
Monochromatic Colors of #C50437
Black with #C50437
Text Example
Text Example
White with #C50437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50437; }
p { color: rgb(197,4,55); }
H1.HeaderClassName
{
color: #C50437;
}
.AnyTagClassName
{
color: #C50437;
}
</style>
background-color css
<style>
a { background-color: #C50437; }
a { background-color: rgb(197,4,55); }
div.DivClassName
{
background-color: #C50437;
}
.BgClassName
{
background-color: #C50437;
}
</style>
border-color css
<style>
span { border-color: #C50437; }
span { border-color: rgb(197,4,55); }
td.TdClassName
{
border-color: #C50437;
}
.TagClassName
{
border-color: #C50437;
}
</style>