Shades of Cardinal #C41845
Tints of Cardinal #C41845
RGB
CMYK
RGB Variations
Color information
#C41845 (or 0xC41845) is known color: Cardinal. HEX triplet: C4, 18 and 45. RGB value is (196,24,69). Sum of RGB (Red+Green+Blue) = 196+24+69=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C41845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41845 is #3BE7BA. Grayscale: #505050. Windows color (decimal): -3925947 or 4528324. OLE color: 4528324.
HSL color Cylindrical-coordinate representation of color #C41845: hue angle of 344.3º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41845 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 69 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.23 |
| HSL | 344.3º | 0.78% | 0.43% | - |
| HSV(B) | 344.3º | 0.88% | 0.77% | - |
| XYZ | 24.17 | 12.82 | 6.83 | - |
| YUV | 80.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 69 | 0 | 0.88 | 0.65 | 0.23 | 344.3 | 0.78 | 0.43 |
| Hex | C4 | 18 | 45 | 0 | 58 | 41 | 17 | 158 | 4E | 2B |
| Octal | 304 | 30 | 105 | 0 | 130 | 101 | 27 | 530 | 116 | 53 |
| Binary | 11000100 | 11000 | 1000101 | 0 | 1011000 | 1000001 | 10111 | 101011000 | 1001110 | 101011 |
Color Harmonies of #C41845
Complementary color
Monochromatic Colors of #C41845
Black with #C41845
Text Example
Text Example
White with #C41845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41845; }
p { color: rgb(196,24,69); }
H1.HeaderClassName
{
color: #C41845;
}
.AnyTagClassName
{
color: #C41845;
}
</style>
background-color css
<style>
a { background-color: #C41845; }
a { background-color: rgb(196,24,69); }
div.DivClassName
{
background-color: #C41845;
}
.BgClassName
{
background-color: #C41845;
}
</style>
border-color css
<style>
span { border-color: #C41845; }
span { border-color: rgb(196,24,69); }
td.TdClassName
{
border-color: #C41845;
}
.TagClassName
{
border-color: #C41845;
}
</style>