Shades of Cardinal #C70D4E
Tints of Cardinal #C70D4E
RGB
CMYK
RGB Variations
Color information
#C70D4E (or 0xC70D4E) is known color: Cardinal. HEX triplet: C7, 0D and 4E. RGB value is (199,13,78). Sum of RGB (Red+Green+Blue) = 199+13+78=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D4E is #38F2B1. Grayscale: #4B4B4B. Windows color (decimal): -3732146 or 5115335. OLE color: 5115335.
HSL color Cylindrical-coordinate representation of color #C70D4E: hue angle of 339.03º degrees, saturation: 0.88, 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 #C70D4E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 78 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.22 |
| HSL | 339.03º | 0.88% | 0.42% | - |
| HSV(B) | 339.03º | 0.93% | 0.78% | - |
| XYZ | 25.07 | 12.98 | 8.39 | - |
| YUV | 76.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 78 | 0 | 0.93 | 0.61 | 0.22 | 339.03 | 0.88 | 0.42 |
| Hex | C7 | D | 4E | 0 | 5D | 3D | 16 | 153 | 58 | 2A |
| Octal | 307 | 15 | 116 | 0 | 135 | 75 | 26 | 523 | 130 | 52 |
| Binary | 11000111 | 1101 | 1001110 | 0 | 1011101 | 111101 | 10110 | 101010011 | 1011000 | 101010 |
Color Harmonies of #C70D4E
Complementary color
Monochromatic Colors of #C70D4E
Black with #C70D4E
Text Example
Text Example
White with #C70D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D4E; }
p { color: rgb(199,13,78); }
H1.HeaderClassName
{
color: #C70D4E;
}
.AnyTagClassName
{
color: #C70D4E;
}
</style>
background-color css
<style>
a { background-color: #C70D4E; }
a { background-color: rgb(199,13,78); }
div.DivClassName
{
background-color: #C70D4E;
}
.BgClassName
{
background-color: #C70D4E;
}
</style>
border-color css
<style>
span { border-color: #C70D4E; }
span { border-color: rgb(199,13,78); }
td.TdClassName
{
border-color: #C70D4E;
}
.TagClassName
{
border-color: #C70D4E;
}
</style>