Shades of Cardinal #C5073C
Tints of Cardinal #C5073C
RGB
CMYK
RGB Variations
Color information
#C5073C (or 0xC5073C) is known color: Cardinal. HEX triplet: C5, 07 and 3C. RGB value is (197,7,60). Sum of RGB (Red+Green+Blue) = 197+7+60=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5073C is #3AF8C3. Grayscale: #454545. Windows color (decimal): -3864772 or 3934149. OLE color: 3934149.
HSL color Cylindrical-coordinate representation of color #C5073C: hue angle of 343.26º 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 #C5073C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.23 |
| HSL | 343.26º | 0.93% | 0.4% | - |
| HSV(B) | 343.26º | 0.96% | 0.77% | - |
| XYZ | 23.92 | 12.35 | 5.4 | - |
| YUV | 69.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 60 | 0 | 0.96 | 0.70 | 0.23 | 343.26 | 0.93 | 0.4 |
| Hex | C5 | 7 | 3C | 0 | 60 | 46 | 17 | 157 | 5D | 28 |
| Octal | 305 | 7 | 74 | 0 | 140 | 106 | 27 | 527 | 135 | 50 |
| Binary | 11000101 | 111 | 111100 | 0 | 1100000 | 1000110 | 10111 | 101010111 | 1011101 | 101000 |
Color Harmonies of #C5073C
Complementary color
Monochromatic Colors of #C5073C
Black with #C5073C
Text Example
Text Example
White with #C5073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5073C; }
p { color: rgb(197,7,60); }
H1.HeaderClassName
{
color: #C5073C;
}
.AnyTagClassName
{
color: #C5073C;
}
</style>
background-color css
<style>
a { background-color: #C5073C; }
a { background-color: rgb(197,7,60); }
div.DivClassName
{
background-color: #C5073C;
}
.BgClassName
{
background-color: #C5073C;
}
</style>
border-color css
<style>
span { border-color: #C5073C; }
span { border-color: rgb(197,7,60); }
td.TdClassName
{
border-color: #C5073C;
}
.TagClassName
{
border-color: #C5073C;
}
</style>