Shades of Cardinal #C42041
Tints of Cardinal #C42041
RGB
CMYK
RGB Variations
Color information
#C42041 (or 0xC42041) is known color: Cardinal. HEX triplet: C4, 20 and 41. RGB value is (196,32,65). Sum of RGB (Red+Green+Blue) = 196+32+65=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C42041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42041 is #3BDFBE. Grayscale: #545454. Windows color (decimal): -3923903 or 4268228. OLE color: 4268228.
HSL color Cylindrical-coordinate representation of color #C42041: hue angle of 347.93º degrees, saturation: 0.72, 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 #C42041 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 65 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.23 |
| HSL | 347.93º | 0.72% | 0.45% | - |
| HSV(B) | 347.93º | 0.84% | 0.77% | - |
| XYZ | 24.24 | 13.15 | 6.26 | - |
| YUV | 84.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 65 | 0 | 0.84 | 0.67 | 0.23 | 347.93 | 0.72 | 0.45 |
| Hex | C4 | 20 | 41 | 0 | 54 | 43 | 17 | 15C | 48 | 2D |
| Octal | 304 | 40 | 101 | 0 | 124 | 103 | 27 | 534 | 110 | 55 |
| Binary | 11000100 | 100000 | 1000001 | 0 | 1010100 | 1000011 | 10111 | 101011100 | 1001000 | 101101 |
Color Harmonies of #C42041
Complementary color
Monochromatic Colors of #C42041
Black with #C42041
Text Example
Text Example
White with #C42041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42041; }
p { color: rgb(196,32,65); }
H1.HeaderClassName
{
color: #C42041;
}
.AnyTagClassName
{
color: #C42041;
}
</style>
background-color css
<style>
a { background-color: #C42041; }
a { background-color: rgb(196,32,65); }
div.DivClassName
{
background-color: #C42041;
}
.BgClassName
{
background-color: #C42041;
}
</style>
border-color css
<style>
span { border-color: #C42041; }
span { border-color: rgb(196,32,65); }
td.TdClassName
{
border-color: #C42041;
}
.TagClassName
{
border-color: #C42041;
}
</style>