Shades of Cardinal #C5073D
Tints of Cardinal #C5073D
RGB
CMYK
RGB Variations
Color information
#C5073D (or 0xC5073D) is known color: Cardinal. HEX triplet: C5, 07 and 3D. RGB value is (197,7,61). Sum of RGB (Red+Green+Blue) = 197+7+61=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5073D is #3AF8C2. Grayscale: #454545. Windows color (decimal): -3864771 or 3999685. OLE color: 3999685.
HSL color Cylindrical-coordinate representation of color #C5073D: hue angle of 342.95º 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 #C5073D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.23 |
| HSL | 342.95º | 0.93% | 0.4% | - |
| HSV(B) | 342.95º | 0.96% | 0.77% | - |
| XYZ | 23.94 | 12.36 | 5.54 | - |
| YUV | 69.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 61 | 0 | 0.96 | 0.69 | 0.23 | 342.95 | 0.93 | 0.4 |
| Hex | C5 | 7 | 3D | 0 | 60 | 45 | 17 | 157 | 5D | 28 |
| Octal | 305 | 7 | 75 | 0 | 140 | 105 | 27 | 527 | 135 | 50 |
| Binary | 11000101 | 111 | 111101 | 0 | 1100000 | 1000101 | 10111 | 101010111 | 1011101 | 101000 |
Color Harmonies of #C5073D
Complementary color
Monochromatic Colors of #C5073D
Black with #C5073D
Text Example
Text Example
White with #C5073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5073D; }
p { color: rgb(197,7,61); }
H1.HeaderClassName
{
color: #C5073D;
}
.AnyTagClassName
{
color: #C5073D;
}
</style>
background-color css
<style>
a { background-color: #C5073D; }
a { background-color: rgb(197,7,61); }
div.DivClassName
{
background-color: #C5073D;
}
.BgClassName
{
background-color: #C5073D;
}
</style>
border-color css
<style>
span { border-color: #C5073D; }
span { border-color: rgb(197,7,61); }
td.TdClassName
{
border-color: #C5073D;
}
.TagClassName
{
border-color: #C5073D;
}
</style>