Shades of Cardinal #C40D39
Tints of Cardinal #C40D39
RGB
CMYK
RGB Variations
Color information
#C40D39 (or 0xC40D39) is known color: Cardinal. HEX triplet: C4, 0D and 39. RGB value is (196,13,57). Sum of RGB (Red+Green+Blue) = 196+13+57=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D39 is #3BF2C6. Grayscale: #484848. Windows color (decimal): -3928775 or 3739076. OLE color: 3739076.
HSL color Cylindrical-coordinate representation of color #C40D39: hue angle of 345.57º 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 #C40D39 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 57 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.23 |
| HSL | 345.57º | 0.88% | 0.41% | - |
| HSV(B) | 345.57º | 0.93% | 0.77% | - |
| XYZ | 23.65 | 12.32 | 5 | - |
| YUV | 72.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 57 | 0 | 0.93 | 0.71 | 0.23 | 345.57 | 0.88 | 0.41 |
| Hex | C4 | D | 39 | 0 | 5D | 47 | 17 | 15A | 58 | 29 |
| Octal | 304 | 15 | 71 | 0 | 135 | 107 | 27 | 532 | 130 | 51 |
| Binary | 11000100 | 1101 | 111001 | 0 | 1011101 | 1000111 | 10111 | 101011010 | 1011000 | 101001 |
Color Harmonies of #C40D39
Complementary color
Monochromatic Colors of #C40D39
Black with #C40D39
Text Example
Text Example
White with #C40D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D39; }
p { color: rgb(196,13,57); }
H1.HeaderClassName
{
color: #C40D39;
}
.AnyTagClassName
{
color: #C40D39;
}
</style>
background-color css
<style>
a { background-color: #C40D39; }
a { background-color: rgb(196,13,57); }
div.DivClassName
{
background-color: #C40D39;
}
.BgClassName
{
background-color: #C40D39;
}
</style>
border-color css
<style>
span { border-color: #C40D39; }
span { border-color: rgb(196,13,57); }
td.TdClassName
{
border-color: #C40D39;
}
.TagClassName
{
border-color: #C40D39;
}
</style>