Shades of Cardinal #C40C47
Tints of Cardinal #C40C47
RGB
CMYK
RGB Variations
Color information
#C40C47 (or 0xC40C47) is known color: Cardinal. HEX triplet: C4, 0C and 47. RGB value is (196,12,71). Sum of RGB (Red+Green+Blue) = 196+12+71=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C47 is #3BF3B8. Grayscale: #494949. Windows color (decimal): -3929017 or 4656324. OLE color: 4656324.
HSL color Cylindrical-coordinate representation of color #C40C47: hue angle of 340.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C47 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 71 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.23 |
| HSL | 340.76º | 0.88% | 0.41% | - |
| HSV(B) | 340.76º | 0.94% | 0.77% | - |
| XYZ | 24.03 | 12.45 | 7.1 | - |
| YUV | 73.74 | 126.46 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 71 | 0 | 0.94 | 0.64 | 0.23 | 340.76 | 0.88 | 0.41 |
| Hex | C4 | C | 47 | 0 | 5E | 40 | 17 | 155 | 58 | 29 |
| Octal | 304 | 14 | 107 | 0 | 136 | 100 | 27 | 525 | 130 | 51 |
| Binary | 11000100 | 1100 | 1000111 | 0 | 1011110 | 1000000 | 10111 | 101010101 | 1011000 | 101001 |
Color Harmonies of #C40C47
Complementary color
Monochromatic Colors of #C40C47
Black with #C40C47
Text Example
Text Example
White with #C40C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C47; }
p { color: rgb(196,12,71); }
H1.HeaderClassName
{
color: #C40C47;
}
.AnyTagClassName
{
color: #C40C47;
}
</style>
background-color css
<style>
a { background-color: #C40C47; }
a { background-color: rgb(196,12,71); }
div.DivClassName
{
background-color: #C40C47;
}
.BgClassName
{
background-color: #C40C47;
}
</style>
border-color css
<style>
span { border-color: #C40C47; }
span { border-color: rgb(196,12,71); }
td.TdClassName
{
border-color: #C40C47;
}
.TagClassName
{
border-color: #C40C47;
}
</style>