Shades of Cardinal #C40D36
Tints of Cardinal #C40D36
RGB
CMYK
RGB Variations
Color information
#C40D36 (or 0xC40D36) is known color: Cardinal. HEX triplet: C4, 0D and 36. RGB value is (196,13,54). Sum of RGB (Red+Green+Blue) = 196+13+54=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D36 is #3BF2C9. Grayscale: #484848. Windows color (decimal): -3928778 or 3542468. OLE color: 3542468.
HSL color Cylindrical-coordinate representation of color #C40D36: hue angle of 346.56º 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 #C40D36 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 54 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.23 |
| HSL | 346.56º | 0.88% | 0.41% | - |
| HSV(B) | 346.56º | 0.93% | 0.77% | - |
| XYZ | 23.57 | 12.29 | 4.62 | - |
| YUV | 72.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 54 | 0 | 0.93 | 0.72 | 0.23 | 346.56 | 0.88 | 0.41 |
| Hex | C4 | D | 36 | 0 | 5D | 48 | 17 | 15B | 58 | 29 |
| Octal | 304 | 15 | 66 | 0 | 135 | 110 | 27 | 533 | 130 | 51 |
| Binary | 11000100 | 1101 | 110110 | 0 | 1011101 | 1001000 | 10111 | 101011011 | 1011000 | 101001 |
Color Harmonies of #C40D36
Complementary color
Monochromatic Colors of #C40D36
Black with #C40D36
Text Example
Text Example
White with #C40D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D36; }
p { color: rgb(196,13,54); }
H1.HeaderClassName
{
color: #C40D36;
}
.AnyTagClassName
{
color: #C40D36;
}
</style>
background-color css
<style>
a { background-color: #C40D36; }
a { background-color: rgb(196,13,54); }
div.DivClassName
{
background-color: #C40D36;
}
.BgClassName
{
background-color: #C40D36;
}
</style>
border-color css
<style>
span { border-color: #C40D36; }
span { border-color: rgb(196,13,54); }
td.TdClassName
{
border-color: #C40D36;
}
.TagClassName
{
border-color: #C40D36;
}
</style>