Shades of Cardinal #C40D4A
Tints of Cardinal #C40D4A
RGB
CMYK
RGB Variations
Color information
#C40D4A (or 0xC40D4A) is known color: Cardinal. HEX triplet: C4, 0D and 4A. RGB value is (196,13,74). Sum of RGB (Red+Green+Blue) = 196+13+74=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D4A is #3BF2B5. Grayscale: #4A4A4A. Windows color (decimal): -3928758 or 4853188. OLE color: 4853188.
HSL color Cylindrical-coordinate representation of color #C40D4A: hue angle of 340º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D4A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 74 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.23 |
| HSL | 340º | 0.88% | 0.41% | - |
| HSV(B) | 340º | 0.93% | 0.77% | - |
| XYZ | 24.14 | 12.52 | 7.62 | - |
| YUV | 74.67 | 127.63 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 74 | 0 | 0.93 | 0.62 | 0.23 | 340 | 0.88 | 0.41 |
| Hex | C4 | D | 4A | 0 | 5D | 3E | 17 | 154 | 58 | 29 |
| Octal | 304 | 15 | 112 | 0 | 135 | 76 | 27 | 524 | 130 | 51 |
| Binary | 11000100 | 1101 | 1001010 | 0 | 1011101 | 111110 | 10111 | 101010100 | 1011000 | 101001 |
Color Harmonies of #C40D4A
Complementary color
Monochromatic Colors of #C40D4A
Black with #C40D4A
Text Example
Text Example
White with #C40D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D4A; }
p { color: rgb(196,13,74); }
H1.HeaderClassName
{
color: #C40D4A;
}
.AnyTagClassName
{
color: #C40D4A;
}
</style>
background-color css
<style>
a { background-color: #C40D4A; }
a { background-color: rgb(196,13,74); }
div.DivClassName
{
background-color: #C40D4A;
}
.BgClassName
{
background-color: #C40D4A;
}
</style>
border-color css
<style>
span { border-color: #C40D4A; }
span { border-color: rgb(196,13,74); }
td.TdClassName
{
border-color: #C40D4A;
}
.TagClassName
{
border-color: #C40D4A;
}
</style>