Shades of Cardinal #C41C48
Tints of Cardinal #C41C48
RGB
CMYK
RGB Variations
Color information
#C41C48 (or 0xC41C48) is known color: Cardinal. HEX triplet: C4, 1C and 48. RGB value is (196,28,72). Sum of RGB (Red+Green+Blue) = 196+28+72=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C48 is #3BE3B7. Grayscale: #535353. Windows color (decimal): -3924920 or 4725956. OLE color: 4725956.
HSL color Cylindrical-coordinate representation of color #C41C48: hue angle of 344.29º 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 #C41C48 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 72 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.23 |
| HSL | 344.29º | 0.75% | 0.44% | - |
| HSV(B) | 344.29º | 0.86% | 0.77% | - |
| XYZ | 24.35 | 13.03 | 7.36 | - |
| YUV | 83.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 72 | 0 | 0.86 | 0.63 | 0.23 | 344.29 | 0.75 | 0.44 |
| Hex | C4 | 1C | 48 | 0 | 56 | 3F | 17 | 158 | 4B | 2C |
| Octal | 304 | 34 | 110 | 0 | 126 | 77 | 27 | 530 | 113 | 54 |
| Binary | 11000100 | 11100 | 1001000 | 0 | 1010110 | 111111 | 10111 | 101011000 | 1001011 | 101100 |
Color Harmonies of #C41C48
Complementary color
Monochromatic Colors of #C41C48
Black with #C41C48
Text Example
Text Example
White with #C41C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C48; }
p { color: rgb(196,28,72); }
H1.HeaderClassName
{
color: #C41C48;
}
.AnyTagClassName
{
color: #C41C48;
}
</style>
background-color css
<style>
a { background-color: #C41C48; }
a { background-color: rgb(196,28,72); }
div.DivClassName
{
background-color: #C41C48;
}
.BgClassName
{
background-color: #C41C48;
}
</style>
border-color css
<style>
span { border-color: #C41C48; }
span { border-color: rgb(196,28,72); }
td.TdClassName
{
border-color: #C41C48;
}
.TagClassName
{
border-color: #C41C48;
}
</style>