Shades of Cardinal #C41E47
Tints of Cardinal #C41E47
RGB
CMYK
RGB Variations
Color information
#C41E47 (or 0xC41E47) is known color: Cardinal. HEX triplet: C4, 1E and 47. RGB value is (196,30,71). Sum of RGB (Red+Green+Blue) = 196+30+71=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E47 is #3BE1B8. Grayscale: #545454. Windows color (decimal): -3924409 or 4660932. OLE color: 4660932.
HSL color Cylindrical-coordinate representation of color #C41E47: hue angle of 345.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E47 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 71 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.23 |
| HSL | 345.18º | 0.73% | 0.44% | - |
| HSV(B) | 345.18º | 0.85% | 0.77% | - |
| XYZ | 24.37 | 13.12 | 7.21 | - |
| YUV | 84.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 71 | 0 | 0.85 | 0.64 | 0.23 | 345.18 | 0.73 | 0.44 |
| Hex | C4 | 1E | 47 | 0 | 55 | 40 | 17 | 159 | 49 | 2C |
| Octal | 304 | 36 | 107 | 0 | 125 | 100 | 27 | 531 | 111 | 54 |
| Binary | 11000100 | 11110 | 1000111 | 0 | 1010101 | 1000000 | 10111 | 101011001 | 1001001 | 101100 |
Color Harmonies of #C41E47
Complementary color
Monochromatic Colors of #C41E47
Black with #C41E47
Text Example
Text Example
White with #C41E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E47; }
p { color: rgb(196,30,71); }
H1.HeaderClassName
{
color: #C41E47;
}
.AnyTagClassName
{
color: #C41E47;
}
</style>
background-color css
<style>
a { background-color: #C41E47; }
a { background-color: rgb(196,30,71); }
div.DivClassName
{
background-color: #C41E47;
}
.BgClassName
{
background-color: #C41E47;
}
</style>
border-color css
<style>
span { border-color: #C41E47; }
span { border-color: rgb(196,30,71); }
td.TdClassName
{
border-color: #C41E47;
}
.TagClassName
{
border-color: #C41E47;
}
</style>