Shades of Cardinal #C41945
Tints of Cardinal #C41945
RGB
CMYK
RGB Variations
Color information
#C41945 (or 0xC41945) is known color: Cardinal. HEX triplet: C4, 19 and 45. RGB value is (196,25,69). Sum of RGB (Red+Green+Blue) = 196+25+69=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C41945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41945 is #3BE6BA. Grayscale: #515151. Windows color (decimal): -3925691 or 4528580. OLE color: 4528580.
HSL color Cylindrical-coordinate representation of color #C41945: hue angle of 344.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41945 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 69 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.23 |
| HSL | 344.56º | 0.77% | 0.43% | - |
| HSV(B) | 344.56º | 0.87% | 0.77% | - |
| XYZ | 24.19 | 12.86 | 6.84 | - |
| YUV | 81.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 69 | 0 | 0.87 | 0.65 | 0.23 | 344.56 | 0.77 | 0.43 |
| Hex | C4 | 19 | 45 | 0 | 57 | 41 | 17 | 159 | 4D | 2B |
| Octal | 304 | 31 | 105 | 0 | 127 | 101 | 27 | 531 | 115 | 53 |
| Binary | 11000100 | 11001 | 1000101 | 0 | 1010111 | 1000001 | 10111 | 101011001 | 1001101 | 101011 |
Color Harmonies of #C41945
Complementary color
Monochromatic Colors of #C41945
Black with #C41945
Text Example
Text Example
White with #C41945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41945; }
p { color: rgb(196,25,69); }
H1.HeaderClassName
{
color: #C41945;
}
.AnyTagClassName
{
color: #C41945;
}
</style>
background-color css
<style>
a { background-color: #C41945; }
a { background-color: rgb(196,25,69); }
div.DivClassName
{
background-color: #C41945;
}
.BgClassName
{
background-color: #C41945;
}
</style>
border-color css
<style>
span { border-color: #C41945; }
span { border-color: rgb(196,25,69); }
td.TdClassName
{
border-color: #C41945;
}
.TagClassName
{
border-color: #C41945;
}
</style>