Shades of Cardinal #C50749
Tints of Cardinal #C50749
RGB
CMYK
RGB Variations
Color information
#C50749 (or 0xC50749) is known color: Cardinal. HEX triplet: C5, 07 and 49. RGB value is (197,7,73). Sum of RGB (Red+Green+Blue) = 197+7+73=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C50749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50749 is #3AF8B6. Grayscale: #474747. Windows color (decimal): -3864759 or 4786117. OLE color: 4786117.
HSL color Cylindrical-coordinate representation of color #C50749: hue angle of 339.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 #C50749 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 73 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.23 |
| HSL | 339.16º | 0.93% | 0.4% | - |
| HSV(B) | 339.16º | 0.96% | 0.77% | - |
| XYZ | 24.3 | 12.5 | 7.44 | - |
| YUV | 71.33 | 128.95 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 73 | 0 | 0.96 | 0.63 | 0.23 | 339.16 | 0.93 | 0.4 |
| Hex | C5 | 7 | 49 | 0 | 60 | 3F | 17 | 153 | 5D | 28 |
| Octal | 305 | 7 | 111 | 0 | 140 | 77 | 27 | 523 | 135 | 50 |
| Binary | 11000101 | 111 | 1001001 | 0 | 1100000 | 111111 | 10111 | 101010011 | 1011101 | 101000 |
Color Harmonies of #C50749
Complementary color
Monochromatic Colors of #C50749
Black with #C50749
Text Example
Text Example
White with #C50749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50749; }
p { color: rgb(197,7,73); }
H1.HeaderClassName
{
color: #C50749;
}
.AnyTagClassName
{
color: #C50749;
}
</style>
background-color css
<style>
a { background-color: #C50749; }
a { background-color: rgb(197,7,73); }
div.DivClassName
{
background-color: #C50749;
}
.BgClassName
{
background-color: #C50749;
}
</style>
border-color css
<style>
span { border-color: #C50749; }
span { border-color: rgb(197,7,73); }
td.TdClassName
{
border-color: #C50749;
}
.TagClassName
{
border-color: #C50749;
}
</style>