Shades of Cardinal #C41C47
Tints of Cardinal #C41C47
RGB
CMYK
RGB Variations
Color information
#C41C47 (or 0xC41C47) is known color: Cardinal. HEX triplet: C4, 1C and 47. RGB value is (196,28,71). Sum of RGB (Red+Green+Blue) = 196+28+71=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C47 is #3BE3B8. Grayscale: #535353. Windows color (decimal): -3924921 or 4660420. OLE color: 4660420.
HSL color Cylindrical-coordinate representation of color #C41C47: hue angle of 344.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C47 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 71 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.23 |
| HSL | 344.64º | 0.75% | 0.44% | - |
| HSV(B) | 344.64º | 0.86% | 0.77% | - |
| XYZ | 24.32 | 13.02 | 7.19 | - |
| YUV | 83.13 | 121.16 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 71 | 0 | 0.86 | 0.64 | 0.23 | 344.64 | 0.75 | 0.44 |
| Hex | C4 | 1C | 47 | 0 | 56 | 40 | 17 | 159 | 4B | 2C |
| Octal | 304 | 34 | 107 | 0 | 126 | 100 | 27 | 531 | 113 | 54 |
| Binary | 11000100 | 11100 | 1000111 | 0 | 1010110 | 1000000 | 10111 | 101011001 | 1001011 | 101100 |
Color Harmonies of #C41C47
Complementary color
Monochromatic Colors of #C41C47
Black with #C41C47
Text Example
Text Example
White with #C41C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C47; }
p { color: rgb(196,28,71); }
H1.HeaderClassName
{
color: #C41C47;
}
.AnyTagClassName
{
color: #C41C47;
}
</style>
background-color css
<style>
a { background-color: #C41C47; }
a { background-color: rgb(196,28,71); }
div.DivClassName
{
background-color: #C41C47;
}
.BgClassName
{
background-color: #C41C47;
}
</style>
border-color css
<style>
span { border-color: #C41C47; }
span { border-color: rgb(196,28,71); }
td.TdClassName
{
border-color: #C41C47;
}
.TagClassName
{
border-color: #C41C47;
}
</style>