Shades of Cardinal #C70535
Tints of Cardinal #C70535
RGB
CMYK
RGB Variations
Color information
#C70535 (or 0xC70535) is known color: Cardinal. HEX triplet: C7, 05 and 35. RGB value is (199,5,53). Sum of RGB (Red+Green+Blue) = 199+5+53=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70535 is #38FACA. Grayscale: #444444. Windows color (decimal): -3734219 or 3474887. OLE color: 3474887.
HSL color Cylindrical-coordinate representation of color #C70535: hue angle of 345.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70535 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 53 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.22 |
| HSL | 345.15º | 0.95% | 0.4% | - |
| HSV(B) | 345.15º | 0.97% | 0.78% | - |
| XYZ | 24.25 | 12.51 | 4.5 | - |
| YUV | 68.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 53 | 0 | 0.97 | 0.73 | 0.22 | 345.15 | 0.95 | 0.4 |
| Hex | C7 | 5 | 35 | 0 | 61 | 49 | 16 | 159 | 5F | 28 |
| Octal | 307 | 5 | 65 | 0 | 141 | 111 | 26 | 531 | 137 | 50 |
| Binary | 11000111 | 101 | 110101 | 0 | 1100001 | 1001001 | 10110 | 101011001 | 1011111 | 101000 |
Color Harmonies of #C70535
Complementary color
Monochromatic Colors of #C70535
Black with #C70535
Text Example
Text Example
White with #C70535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70535; }
p { color: rgb(199,5,53); }
H1.HeaderClassName
{
color: #C70535;
}
.AnyTagClassName
{
color: #C70535;
}
</style>
background-color css
<style>
a { background-color: #C70535; }
a { background-color: rgb(199,5,53); }
div.DivClassName
{
background-color: #C70535;
}
.BgClassName
{
background-color: #C70535;
}
</style>
border-color css
<style>
span { border-color: #C70535; }
span { border-color: rgb(199,5,53); }
td.TdClassName
{
border-color: #C70535;
}
.TagClassName
{
border-color: #C70535;
}
</style>