Shades of Cardinal #C70D4C
Tints of Cardinal #C70D4C
RGB
CMYK
RGB Variations
Color information
#C70D4C (or 0xC70D4C) is known color: Cardinal. HEX triplet: C7, 0D and 4C. RGB value is (199,13,76). Sum of RGB (Red+Green+Blue) = 199+13+76=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D4C is #38F2B3. Grayscale: #4B4B4B. Windows color (decimal): -3732148 or 4984263. OLE color: 4984263.
HSL color Cylindrical-coordinate representation of color #C70D4C: hue angle of 339.68º 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 #C70D4C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 76 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.22 |
| HSL | 339.68º | 0.88% | 0.42% | - |
| HSV(B) | 339.68º | 0.93% | 0.78% | - |
| XYZ | 25 | 12.95 | 8.02 | - |
| YUV | 75.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 76 | 0 | 0.93 | 0.62 | 0.22 | 339.68 | 0.88 | 0.42 |
| Hex | C7 | D | 4C | 0 | 5D | 3E | 16 | 154 | 58 | 2A |
| Octal | 307 | 15 | 114 | 0 | 135 | 76 | 26 | 524 | 130 | 52 |
| Binary | 11000111 | 1101 | 1001100 | 0 | 1011101 | 111110 | 10110 | 101010100 | 1011000 | 101010 |
Color Harmonies of #C70D4C
Complementary color
Monochromatic Colors of #C70D4C
Black with #C70D4C
Text Example
Text Example
White with #C70D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D4C; }
p { color: rgb(199,13,76); }
H1.HeaderClassName
{
color: #C70D4C;
}
.AnyTagClassName
{
color: #C70D4C;
}
</style>
background-color css
<style>
a { background-color: #C70D4C; }
a { background-color: rgb(199,13,76); }
div.DivClassName
{
background-color: #C70D4C;
}
.BgClassName
{
background-color: #C70D4C;
}
</style>
border-color css
<style>
span { border-color: #C70D4C; }
span { border-color: rgb(199,13,76); }
td.TdClassName
{
border-color: #C70D4C;
}
.TagClassName
{
border-color: #C70D4C;
}
</style>