Shades of Cardinal #C50739
Tints of Cardinal #C50739
RGB
CMYK
RGB Variations
Color information
#C50739 (or 0xC50739) is known color: Cardinal. HEX triplet: C5, 07 and 39. RGB value is (197,7,57). Sum of RGB (Red+Green+Blue) = 197+7+57=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C50739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50739 is #3AF8C6. Grayscale: #454545. Windows color (decimal): -3864775 or 3737541. OLE color: 3737541.
HSL color Cylindrical-coordinate representation of color #C50739: hue angle of 344.21º 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 #C50739 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 57 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.23 |
| HSL | 344.21º | 0.93% | 0.4% | - |
| HSV(B) | 344.21º | 0.96% | 0.77% | - |
| XYZ | 23.84 | 12.32 | 4.99 | - |
| YUV | 69.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 57 | 0 | 0.96 | 0.71 | 0.23 | 344.21 | 0.93 | 0.4 |
| Hex | C5 | 7 | 39 | 0 | 60 | 47 | 17 | 158 | 5D | 28 |
| Octal | 305 | 7 | 71 | 0 | 140 | 107 | 27 | 530 | 135 | 50 |
| Binary | 11000101 | 111 | 111001 | 0 | 1100000 | 1000111 | 10111 | 101011000 | 1011101 | 101000 |
Color Harmonies of #C50739
Complementary color
Monochromatic Colors of #C50739
Black with #C50739
Text Example
Text Example
White with #C50739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50739; }
p { color: rgb(197,7,57); }
H1.HeaderClassName
{
color: #C50739;
}
.AnyTagClassName
{
color: #C50739;
}
</style>
background-color css
<style>
a { background-color: #C50739; }
a { background-color: rgb(197,7,57); }
div.DivClassName
{
background-color: #C50739;
}
.BgClassName
{
background-color: #C50739;
}
</style>
border-color css
<style>
span { border-color: #C50739; }
span { border-color: rgb(197,7,57); }
td.TdClassName
{
border-color: #C50739;
}
.TagClassName
{
border-color: #C50739;
}
</style>