Shades of Cardinal #C50543
Tints of Cardinal #C50543
RGB
CMYK
RGB Variations
Color information
#C50543 (or 0xC50543) is known color: Cardinal. HEX triplet: C5, 05 and 43. RGB value is (197,5,67). Sum of RGB (Red+Green+Blue) = 197+5+67=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C50543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50543 is #3AFABC. Grayscale: #454545. Windows color (decimal): -3865277 or 4392389. OLE color: 4392389.
HSL color Cylindrical-coordinate representation of color #C50543: hue angle of 340.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50543 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 67 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.23 |
| HSL | 340.63º | 0.95% | 0.4% | - |
| HSV(B) | 340.63º | 0.97% | 0.77% | - |
| XYZ | 24.09 | 12.38 | 6.43 | - |
| YUV | 69.48 | 126.61 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 67 | 0 | 0.97 | 0.66 | 0.23 | 340.63 | 0.95 | 0.4 |
| Hex | C5 | 5 | 43 | 0 | 61 | 42 | 17 | 155 | 5F | 28 |
| Octal | 305 | 5 | 103 | 0 | 141 | 102 | 27 | 525 | 137 | 50 |
| Binary | 11000101 | 101 | 1000011 | 0 | 1100001 | 1000010 | 10111 | 101010101 | 1011111 | 101000 |
Color Harmonies of #C50543
Complementary color
Monochromatic Colors of #C50543
Black with #C50543
Text Example
Text Example
White with #C50543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50543; }
p { color: rgb(197,5,67); }
H1.HeaderClassName
{
color: #C50543;
}
.AnyTagClassName
{
color: #C50543;
}
</style>
background-color css
<style>
a { background-color: #C50543; }
a { background-color: rgb(197,5,67); }
div.DivClassName
{
background-color: #C50543;
}
.BgClassName
{
background-color: #C50543;
}
</style>
border-color css
<style>
span { border-color: #C50543; }
span { border-color: rgb(197,5,67); }
td.TdClassName
{
border-color: #C50543;
}
.TagClassName
{
border-color: #C50543;
}
</style>