Shades of Cardinal #C50734
Tints of Cardinal #C50734
RGB
CMYK
RGB Variations
Color information
#C50734 (or 0xC50734) is known color: Cardinal. HEX triplet: C5, 07 and 34. RGB value is (197,7,52). Sum of RGB (Red+Green+Blue) = 197+7+52=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C50734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50734 is #3AF8CB. Grayscale: #444444. Windows color (decimal): -3864780 or 3409861. OLE color: 3409861.
HSL color Cylindrical-coordinate representation of color #C50734: hue angle of 345.79º 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 #C50734 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 52 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.23 |
| HSL | 345.79º | 0.93% | 0.4% | - |
| HSV(B) | 345.79º | 0.96% | 0.77% | - |
| XYZ | 23.72 | 12.27 | 4.37 | - |
| YUV | 68.94 | 118.45 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 52 | 0 | 0.96 | 0.74 | 0.23 | 345.79 | 0.93 | 0.4 |
| Hex | C5 | 7 | 34 | 0 | 60 | 4A | 17 | 15A | 5D | 28 |
| Octal | 305 | 7 | 64 | 0 | 140 | 112 | 27 | 532 | 135 | 50 |
| Binary | 11000101 | 111 | 110100 | 0 | 1100000 | 1001010 | 10111 | 101011010 | 1011101 | 101000 |
Color Harmonies of #C50734
Complementary color
Monochromatic Colors of #C50734
Black with #C50734
Text Example
Text Example
White with #C50734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50734; }
p { color: rgb(197,7,52); }
H1.HeaderClassName
{
color: #C50734;
}
.AnyTagClassName
{
color: #C50734;
}
</style>
background-color css
<style>
a { background-color: #C50734; }
a { background-color: rgb(197,7,52); }
div.DivClassName
{
background-color: #C50734;
}
.BgClassName
{
background-color: #C50734;
}
</style>
border-color css
<style>
span { border-color: #C50734; }
span { border-color: rgb(197,7,52); }
td.TdClassName
{
border-color: #C50734;
}
.TagClassName
{
border-color: #C50734;
}
</style>