Shades of Cardinal #C70E4C
Tints of Cardinal #C70E4C
RGB
CMYK
RGB Variations
Color information
#C70E4C (or 0xC70E4C) is known color: Cardinal. HEX triplet: C7, 0E and 4C. RGB value is (199,14,76). Sum of RGB (Red+Green+Blue) = 199+14+76=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70E4C is #38F1B3. Grayscale: #4C4C4C. Windows color (decimal): -3731892 or 4984519. OLE color: 4984519.
HSL color Cylindrical-coordinate representation of color #C70E4C: hue angle of 339.89º 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 #C70E4C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 76 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.22 |
| HSL | 339.89º | 0.87% | 0.42% | - |
| HSV(B) | 339.89º | 0.93% | 0.78% | - |
| XYZ | 25.01 | 12.98 | 8.02 | - |
| YUV | 76.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 76 | 0 | 0.93 | 0.62 | 0.22 | 339.89 | 0.87 | 0.42 |
| Hex | C7 | E | 4C | 0 | 5D | 3E | 16 | 154 | 57 | 2A |
| Octal | 307 | 16 | 114 | 0 | 135 | 76 | 26 | 524 | 127 | 52 |
| Binary | 11000111 | 1110 | 1001100 | 0 | 1011101 | 111110 | 10110 | 101010100 | 1010111 | 101010 |
Color Harmonies of #C70E4C
Complementary color
Monochromatic Colors of #C70E4C
Black with #C70E4C
Text Example
Text Example
White with #C70E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E4C; }
p { color: rgb(199,14,76); }
H1.HeaderClassName
{
color: #C70E4C;
}
.AnyTagClassName
{
color: #C70E4C;
}
</style>
background-color css
<style>
a { background-color: #C70E4C; }
a { background-color: rgb(199,14,76); }
div.DivClassName
{
background-color: #C70E4C;
}
.BgClassName
{
background-color: #C70E4C;
}
</style>
border-color css
<style>
span { border-color: #C70E4C; }
span { border-color: rgb(199,14,76); }
td.TdClassName
{
border-color: #C70E4C;
}
.TagClassName
{
border-color: #C70E4C;
}
</style>