Shades of Cardinal #C40D4C
Tints of Cardinal #C40D4C
RGB
CMYK
RGB Variations
Color information
#C40D4C (or 0xC40D4C) is known color: Cardinal. HEX triplet: C4, 0D and 4C. RGB value is (196,13,76). Sum of RGB (Red+Green+Blue) = 196+13+76=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D4C is #3BF2B3. Grayscale: #4A4A4A. Windows color (decimal): -3928756 or 4984260. OLE color: 4984260.
HSL color Cylindrical-coordinate representation of color #C40D4C: hue angle of 339.34º 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 #C40D4C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 76 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.23 |
| HSL | 339.34º | 0.88% | 0.41% | - |
| HSV(B) | 339.34º | 0.93% | 0.77% | - |
| XYZ | 24.21 | 12.55 | 7.98 | - |
| YUV | 74.9 | 128.63 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 76 | 0 | 0.93 | 0.61 | 0.23 | 339.34 | 0.88 | 0.41 |
| Hex | C4 | D | 4C | 0 | 5D | 3D | 17 | 153 | 58 | 29 |
| Octal | 304 | 15 | 114 | 0 | 135 | 75 | 27 | 523 | 130 | 51 |
| Binary | 11000100 | 1101 | 1001100 | 0 | 1011101 | 111101 | 10111 | 101010011 | 1011000 | 101001 |
Color Harmonies of #C40D4C
Complementary color
Monochromatic Colors of #C40D4C
Black with #C40D4C
Text Example
Text Example
White with #C40D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D4C; }
p { color: rgb(196,13,76); }
H1.HeaderClassName
{
color: #C40D4C;
}
.AnyTagClassName
{
color: #C40D4C;
}
</style>
background-color css
<style>
a { background-color: #C40D4C; }
a { background-color: rgb(196,13,76); }
div.DivClassName
{
background-color: #C40D4C;
}
.BgClassName
{
background-color: #C40D4C;
}
</style>
border-color css
<style>
span { border-color: #C40D4C; }
span { border-color: rgb(196,13,76); }
td.TdClassName
{
border-color: #C40D4C;
}
.TagClassName
{
border-color: #C40D4C;
}
</style>