Shades of Cardinal #C70B4A
Tints of Cardinal #C70B4A
RGB
CMYK
RGB Variations
Color information
#C70B4A (or 0xC70B4A) is known color: Cardinal. HEX triplet: C7, 0B and 4A. RGB value is (199,11,74). Sum of RGB (Red+Green+Blue) = 199+11+74=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B4A is #38F4B5. Grayscale: #4A4A4A. Windows color (decimal): -3732662 or 4852679. OLE color: 4852679.
HSL color Cylindrical-coordinate representation of color #C70B4A: hue angle of 339.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B4A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 74 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.22 |
| HSL | 339.89º | 0.9% | 0.41% | - |
| HSV(B) | 339.89º | 0.94% | 0.78% | - |
| XYZ | 24.91 | 12.88 | 7.65 | - |
| YUV | 74.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 74 | 0 | 0.94 | 0.63 | 0.22 | 339.89 | 0.9 | 0.41 |
| Hex | C7 | B | 4A | 0 | 5E | 3F | 16 | 154 | 5A | 29 |
| Octal | 307 | 13 | 112 | 0 | 136 | 77 | 26 | 524 | 132 | 51 |
| Binary | 11000111 | 1011 | 1001010 | 0 | 1011110 | 111111 | 10110 | 101010100 | 1011010 | 101001 |
Color Harmonies of #C70B4A
Complementary color
Monochromatic Colors of #C70B4A
Black with #C70B4A
Text Example
Text Example
White with #C70B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70B4A; }
p { color: rgb(199,11,74); }
H1.HeaderClassName
{
color: #C70B4A;
}
.AnyTagClassName
{
color: #C70B4A;
}
</style>
background-color css
<style>
a { background-color: #C70B4A; }
a { background-color: rgb(199,11,74); }
div.DivClassName
{
background-color: #C70B4A;
}
.BgClassName
{
background-color: #C70B4A;
}
</style>
border-color css
<style>
span { border-color: #C70B4A; }
span { border-color: rgb(199,11,74); }
td.TdClassName
{
border-color: #C70B4A;
}
.TagClassName
{
border-color: #C70B4A;
}
</style>