Shades of Cardinal #C70E4D
Tints of Cardinal #C70E4D
RGB
CMYK
RGB Variations
Color information
#C70E4D (or 0xC70E4D) is known color: Cardinal. HEX triplet: C7, 0E and 4D. RGB value is (199,14,77). Sum of RGB (Red+Green+Blue) = 199+14+77=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E4D is #38F1B2. Grayscale: #4C4C4C. Windows color (decimal): -3731891 or 5050055. OLE color: 5050055.
HSL color Cylindrical-coordinate representation of color #C70E4D: hue angle of 339.57º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E4D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 77 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.22 |
| HSL | 339.57º | 0.87% | 0.42% | - |
| HSV(B) | 339.57º | 0.93% | 0.78% | - |
| XYZ | 25.05 | 12.99 | 8.21 | - |
| YUV | 76.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 77 | 0 | 0.93 | 0.61 | 0.22 | 339.57 | 0.87 | 0.42 |
| Hex | C7 | E | 4D | 0 | 5D | 3D | 16 | 154 | 57 | 2A |
| Octal | 307 | 16 | 115 | 0 | 135 | 75 | 26 | 524 | 127 | 52 |
| Binary | 11000111 | 1110 | 1001101 | 0 | 1011101 | 111101 | 10110 | 101010100 | 1010111 | 101010 |
Color Harmonies of #C70E4D
Complementary color
Monochromatic Colors of #C70E4D
Black with #C70E4D
Text Example
Text Example
White with #C70E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E4D; }
p { color: rgb(199,14,77); }
H1.HeaderClassName
{
color: #C70E4D;
}
.AnyTagClassName
{
color: #C70E4D;
}
</style>
background-color css
<style>
a { background-color: #C70E4D; }
a { background-color: rgb(199,14,77); }
div.DivClassName
{
background-color: #C70E4D;
}
.BgClassName
{
background-color: #C70E4D;
}
</style>
border-color css
<style>
span { border-color: #C70E4D; }
span { border-color: rgb(199,14,77); }
td.TdClassName
{
border-color: #C70E4D;
}
.TagClassName
{
border-color: #C70E4D;
}
</style>