Shades of Cardinal #C40E37
Tints of Cardinal #C40E37
RGB
CMYK
RGB Variations
Color information
#C40E37 (or 0xC40E37) is known color: Cardinal. HEX triplet: C4, 0E and 37. RGB value is (196,14,55). Sum of RGB (Red+Green+Blue) = 196+14+55=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40E37 is #3BF1C8. Grayscale: #494949. Windows color (decimal): -3928521 or 3608260. OLE color: 3608260.
HSL color Cylindrical-coordinate representation of color #C40E37: hue angle of 346.48º degrees, saturation: 0.87, 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 #C40E37 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 55 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.23 |
| HSL | 346.48º | 0.87% | 0.41% | - |
| HSV(B) | 346.48º | 0.93% | 0.77% | - |
| XYZ | 23.61 | 12.33 | 4.75 | - |
| YUV | 73.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 55 | 0 | 0.93 | 0.72 | 0.23 | 346.48 | 0.87 | 0.41 |
| Hex | C4 | E | 37 | 0 | 5D | 48 | 17 | 15A | 57 | 29 |
| Octal | 304 | 16 | 67 | 0 | 135 | 110 | 27 | 532 | 127 | 51 |
| Binary | 11000100 | 1110 | 110111 | 0 | 1011101 | 1001000 | 10111 | 101011010 | 1010111 | 101001 |
Color Harmonies of #C40E37
Complementary color
Monochromatic Colors of #C40E37
Black with #C40E37
Text Example
Text Example
White with #C40E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40E37; }
p { color: rgb(196,14,55); }
H1.HeaderClassName
{
color: #C40E37;
}
.AnyTagClassName
{
color: #C40E37;
}
</style>
background-color css
<style>
a { background-color: #C40E37; }
a { background-color: rgb(196,14,55); }
div.DivClassName
{
background-color: #C40E37;
}
.BgClassName
{
background-color: #C40E37;
}
</style>
border-color css
<style>
span { border-color: #C40E37; }
span { border-color: rgb(196,14,55); }
td.TdClassName
{
border-color: #C40E37;
}
.TagClassName
{
border-color: #C40E37;
}
</style>