Shades of Cardinal #C50738
Tints of Cardinal #C50738
RGB
CMYK
RGB Variations
Color information
#C50738 (or 0xC50738) is known color: Cardinal. HEX triplet: C5, 07 and 38. RGB value is (197,7,56). Sum of RGB (Red+Green+Blue) = 197+7+56=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C50738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50738 is #3AF8C7. Grayscale: #454545. Windows color (decimal): -3864776 or 3672005. OLE color: 3672005.
HSL color Cylindrical-coordinate representation of color #C50738: hue angle of 344.53º 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 #C50738 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.23 |
| HSL | 344.53º | 0.93% | 0.4% | - |
| HSV(B) | 344.53º | 0.96% | 0.77% | - |
| XYZ | 23.82 | 12.31 | 4.86 | - |
| YUV | 69.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 56 | 0 | 0.96 | 0.72 | 0.23 | 344.53 | 0.93 | 0.4 |
| Hex | C5 | 7 | 38 | 0 | 60 | 48 | 17 | 159 | 5D | 28 |
| Octal | 305 | 7 | 70 | 0 | 140 | 110 | 27 | 531 | 135 | 50 |
| Binary | 11000101 | 111 | 111000 | 0 | 1100000 | 1001000 | 10111 | 101011001 | 1011101 | 101000 |
Color Harmonies of #C50738
Complementary color
Monochromatic Colors of #C50738
Black with #C50738
Text Example
Text Example
White with #C50738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50738; }
p { color: rgb(197,7,56); }
H1.HeaderClassName
{
color: #C50738;
}
.AnyTagClassName
{
color: #C50738;
}
</style>
background-color css
<style>
a { background-color: #C50738; }
a { background-color: rgb(197,7,56); }
div.DivClassName
{
background-color: #C50738;
}
.BgClassName
{
background-color: #C50738;
}
</style>
border-color css
<style>
span { border-color: #C50738; }
span { border-color: rgb(197,7,56); }
td.TdClassName
{
border-color: #C50738;
}
.TagClassName
{
border-color: #C50738;
}
</style>