Shades of Cardinal #C5073B
Tints of Cardinal #C5073B
RGB
CMYK
RGB Variations
Color information
#C5073B (or 0xC5073B) is known color: Cardinal. HEX triplet: C5, 07 and 3B. RGB value is (197,7,59). Sum of RGB (Red+Green+Blue) = 197+7+59=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5073B is #3AF8C4. Grayscale: #454545. Windows color (decimal): -3864773 or 3868613. OLE color: 3868613.
HSL color Cylindrical-coordinate representation of color #C5073B: hue angle of 343.58º 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 #C5073B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 59 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.23 |
| HSL | 343.58º | 0.93% | 0.4% | - |
| HSV(B) | 343.58º | 0.96% | 0.77% | - |
| XYZ | 23.89 | 12.34 | 5.26 | - |
| YUV | 69.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 59 | 0 | 0.96 | 0.70 | 0.23 | 343.58 | 0.93 | 0.4 |
| Hex | C5 | 7 | 3B | 0 | 60 | 46 | 17 | 158 | 5D | 28 |
| Octal | 305 | 7 | 73 | 0 | 140 | 106 | 27 | 530 | 135 | 50 |
| Binary | 11000101 | 111 | 111011 | 0 | 1100000 | 1000110 | 10111 | 101011000 | 1011101 | 101000 |
Color Harmonies of #C5073B
Complementary color
Monochromatic Colors of #C5073B
Black with #C5073B
Text Example
Text Example
White with #C5073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5073B; }
p { color: rgb(197,7,59); }
H1.HeaderClassName
{
color: #C5073B;
}
.AnyTagClassName
{
color: #C5073B;
}
</style>
background-color css
<style>
a { background-color: #C5073B; }
a { background-color: rgb(197,7,59); }
div.DivClassName
{
background-color: #C5073B;
}
.BgClassName
{
background-color: #C5073B;
}
</style>
border-color css
<style>
span { border-color: #C5073B; }
span { border-color: rgb(197,7,59); }
td.TdClassName
{
border-color: #C5073B;
}
.TagClassName
{
border-color: #C5073B;
}
</style>