Shades of Cardinal #C42040
Tints of Cardinal #C42040
RGB
CMYK
RGB Variations
Color information
#C42040 (or 0xC42040) is known color: Cardinal. HEX triplet: C4, 20 and 40. RGB value is (196,32,64). Sum of RGB (Red+Green+Blue) = 196+32+64=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C42040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42040 is #3BDFBF. Grayscale: #545454. Windows color (decimal): -3923904 or 4202692. OLE color: 4202692.
HSL color Cylindrical-coordinate representation of color #C42040: hue angle of 348.29º 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 #C42040 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 64 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.23 |
| HSL | 348.29º | 0.72% | 0.45% | - |
| HSV(B) | 348.29º | 0.84% | 0.77% | - |
| XYZ | 24.21 | 13.14 | 6.11 | - |
| YUV | 84.68 | 116.33 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 64 | 0 | 0.84 | 0.67 | 0.23 | 348.29 | 0.72 | 0.45 |
| Hex | C4 | 20 | 40 | 0 | 54 | 43 | 17 | 15C | 48 | 2D |
| Octal | 304 | 40 | 100 | 0 | 124 | 103 | 27 | 534 | 110 | 55 |
| Binary | 11000100 | 100000 | 1000000 | 0 | 1010100 | 1000011 | 10111 | 101011100 | 1001000 | 101101 |
Color Harmonies of #C42040
Complementary color
Monochromatic Colors of #C42040
Black with #C42040
Text Example
Text Example
White with #C42040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42040; }
p { color: rgb(196,32,64); }
H1.HeaderClassName
{
color: #C42040;
}
.AnyTagClassName
{
color: #C42040;
}
</style>
background-color css
<style>
a { background-color: #C42040; }
a { background-color: rgb(196,32,64); }
div.DivClassName
{
background-color: #C42040;
}
.BgClassName
{
background-color: #C42040;
}
</style>
border-color css
<style>
span { border-color: #C42040; }
span { border-color: rgb(196,32,64); }
td.TdClassName
{
border-color: #C42040;
}
.TagClassName
{
border-color: #C42040;
}
</style>