Shades of Cardinal #C41F45
Tints of Cardinal #C41F45
RGB
CMYK
RGB Variations
Color information
#C41F45 (or 0xC41F45) is known color: Cardinal. HEX triplet: C4, 1F and 45. RGB value is (196,31,69). Sum of RGB (Red+Green+Blue) = 196+31+69=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F45 is #3BE0BA. Grayscale: #545454. Windows color (decimal): -3924155 or 4530116. OLE color: 4530116.
HSL color Cylindrical-coordinate representation of color #C41F45: hue angle of 346.18º degrees, saturation: 0.73, 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 #C41F45 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 69 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.23 |
| HSL | 346.18º | 0.73% | 0.45% | - |
| HSV(B) | 346.18º | 0.84% | 0.77% | - |
| XYZ | 24.33 | 13.15 | 6.89 | - |
| YUV | 84.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 69 | 0 | 0.84 | 0.65 | 0.23 | 346.18 | 0.73 | 0.45 |
| Hex | C4 | 1F | 45 | 0 | 54 | 41 | 17 | 15A | 49 | 2D |
| Octal | 304 | 37 | 105 | 0 | 124 | 101 | 27 | 532 | 111 | 55 |
| Binary | 11000100 | 11111 | 1000101 | 0 | 1010100 | 1000001 | 10111 | 101011010 | 1001001 | 101101 |
Color Harmonies of #C41F45
Complementary color
Monochromatic Colors of #C41F45
Black with #C41F45
Text Example
Text Example
White with #C41F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F45; }
p { color: rgb(196,31,69); }
H1.HeaderClassName
{
color: #C41F45;
}
.AnyTagClassName
{
color: #C41F45;
}
</style>
background-color css
<style>
a { background-color: #C41F45; }
a { background-color: rgb(196,31,69); }
div.DivClassName
{
background-color: #C41F45;
}
.BgClassName
{
background-color: #C41F45;
}
</style>
border-color css
<style>
span { border-color: #C41F45; }
span { border-color: rgb(196,31,69); }
td.TdClassName
{
border-color: #C41F45;
}
.TagClassName
{
border-color: #C41F45;
}
</style>