Shades of Cardinal #C42047
Tints of Cardinal #C42047
RGB
CMYK
RGB Variations
Color information
#C42047 (or 0xC42047) is known color: Cardinal. HEX triplet: C4, 20 and 47. RGB value is (196,32,71). Sum of RGB (Red+Green+Blue) = 196+32+71=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C42047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42047 is #3BDFB8. Grayscale: #555555. Windows color (decimal): -3923897 or 4661444. OLE color: 4661444.
HSL color Cylindrical-coordinate representation of color #C42047: hue angle of 345.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42047 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 71 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.23 |
| HSL | 345.73º | 0.72% | 0.45% | - |
| HSV(B) | 345.73º | 0.84% | 0.77% | - |
| XYZ | 24.42 | 13.22 | 7.23 | - |
| YUV | 85.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 71 | 0 | 0.84 | 0.64 | 0.23 | 345.73 | 0.72 | 0.45 |
| Hex | C4 | 20 | 47 | 0 | 54 | 40 | 17 | 15A | 48 | 2D |
| Octal | 304 | 40 | 107 | 0 | 124 | 100 | 27 | 532 | 110 | 55 |
| Binary | 11000100 | 100000 | 1000111 | 0 | 1010100 | 1000000 | 10111 | 101011010 | 1001000 | 101101 |
Color Harmonies of #C42047
Complementary color
Monochromatic Colors of #C42047
Black with #C42047
Text Example
Text Example
White with #C42047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42047; }
p { color: rgb(196,32,71); }
H1.HeaderClassName
{
color: #C42047;
}
.AnyTagClassName
{
color: #C42047;
}
</style>
background-color css
<style>
a { background-color: #C42047; }
a { background-color: rgb(196,32,71); }
div.DivClassName
{
background-color: #C42047;
}
.BgClassName
{
background-color: #C42047;
}
</style>
border-color css
<style>
span { border-color: #C42047; }
span { border-color: rgb(196,32,71); }
td.TdClassName
{
border-color: #C42047;
}
.TagClassName
{
border-color: #C42047;
}
</style>