Shades of Cardinal #C41E45
Tints of Cardinal #C41E45
RGB
CMYK
RGB Variations
Color information
#C41E45 (or 0xC41E45) is known color: Cardinal. HEX triplet: C4, 1E and 45. RGB value is (196,30,69). Sum of RGB (Red+Green+Blue) = 196+30+69=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E45 is #3BE1BA. Grayscale: #545454. Windows color (decimal): -3924411 or 4529860. OLE color: 4529860.
HSL color Cylindrical-coordinate representation of color #C41E45: hue angle of 345.9º 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 #C41E45 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 69 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.23 |
| HSL | 345.9º | 0.73% | 0.44% | - |
| HSV(B) | 345.9º | 0.85% | 0.77% | - |
| XYZ | 24.3 | 13.09 | 6.88 | - |
| YUV | 84.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 69 | 0 | 0.85 | 0.65 | 0.23 | 345.9 | 0.73 | 0.44 |
| Hex | C4 | 1E | 45 | 0 | 55 | 41 | 17 | 15A | 49 | 2C |
| Octal | 304 | 36 | 105 | 0 | 125 | 101 | 27 | 532 | 111 | 54 |
| Binary | 11000100 | 11110 | 1000101 | 0 | 1010101 | 1000001 | 10111 | 101011010 | 1001001 | 101100 |
Color Harmonies of #C41E45
Complementary color
Monochromatic Colors of #C41E45
Black with #C41E45
Text Example
Text Example
White with #C41E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E45; }
p { color: rgb(196,30,69); }
H1.HeaderClassName
{
color: #C41E45;
}
.AnyTagClassName
{
color: #C41E45;
}
</style>
background-color css
<style>
a { background-color: #C41E45; }
a { background-color: rgb(196,30,69); }
div.DivClassName
{
background-color: #C41E45;
}
.BgClassName
{
background-color: #C41E45;
}
</style>
border-color css
<style>
span { border-color: #C41E45; }
span { border-color: rgb(196,30,69); }
td.TdClassName
{
border-color: #C41E45;
}
.TagClassName
{
border-color: #C41E45;
}
</style>