Shades of Cardinal #C50736
Tints of Cardinal #C50736
RGB
CMYK
RGB Variations
Color information
#C50736 (or 0xC50736) is known color: Cardinal. HEX triplet: C5, 07 and 36. RGB value is (197,7,54). Sum of RGB (Red+Green+Blue) = 197+7+54=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C50736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50736 is #3AF8C9. Grayscale: #454545. Windows color (decimal): -3864778 or 3540933. OLE color: 3540933.
HSL color Cylindrical-coordinate representation of color #C50736: hue angle of 345.16º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50736 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 54 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.23 |
| HSL | 345.16º | 0.93% | 0.4% | - |
| HSV(B) | 345.16º | 0.96% | 0.77% | - |
| XYZ | 23.77 | 12.29 | 4.61 | - |
| YUV | 69.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 54 | 0 | 0.96 | 0.73 | 0.23 | 345.16 | 0.93 | 0.4 |
| Hex | C5 | 7 | 36 | 0 | 60 | 49 | 17 | 159 | 5D | 28 |
| Octal | 305 | 7 | 66 | 0 | 140 | 111 | 27 | 531 | 135 | 50 |
| Binary | 11000101 | 111 | 110110 | 0 | 1100000 | 1001001 | 10111 | 101011001 | 1011101 | 101000 |
Color Harmonies of #C50736
Complementary color
Monochromatic Colors of #C50736
Black with #C50736
Text Example
Text Example
White with #C50736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50736; }
p { color: rgb(197,7,54); }
H1.HeaderClassName
{
color: #C50736;
}
.AnyTagClassName
{
color: #C50736;
}
</style>
background-color css
<style>
a { background-color: #C50736; }
a { background-color: rgb(197,7,54); }
div.DivClassName
{
background-color: #C50736;
}
.BgClassName
{
background-color: #C50736;
}
</style>
border-color css
<style>
span { border-color: #C50736; }
span { border-color: rgb(197,7,54); }
td.TdClassName
{
border-color: #C50736;
}
.TagClassName
{
border-color: #C50736;
}
</style>