Shades of Cardinal #C40E2D
Tints of Cardinal #C40E2D
RGB
CMYK
RGB Variations
Color information
#C40E2D (or 0xC40E2D) is known color: Cardinal. HEX triplet: C4, 0E and 2D. RGB value is (196,14,45). Sum of RGB (Red+Green+Blue) = 196+14+45=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40E2D is #3BF1D2. Grayscale: #484848. Windows color (decimal): -3928531 or 2952900. OLE color: 2952900.
HSL color Cylindrical-coordinate representation of color #C40E2D: hue angle of 349.78º 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 #C40E2D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 45 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.23 |
| HSL | 349.78º | 0.87% | 0.41% | - |
| HSV(B) | 349.78º | 0.93% | 0.77% | - |
| XYZ | 23.4 | 12.24 | 3.61 | - |
| YUV | 71.95 | 112.8 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 45 | 0 | 0.93 | 0.77 | 0.23 | 349.78 | 0.87 | 0.41 |
| Hex | C4 | E | 2D | 0 | 5D | 4D | 17 | 15E | 57 | 29 |
| Octal | 304 | 16 | 55 | 0 | 135 | 115 | 27 | 536 | 127 | 51 |
| Binary | 11000100 | 1110 | 101101 | 0 | 1011101 | 1001101 | 10111 | 101011110 | 1010111 | 101001 |
Color Harmonies of #C40E2D
Complementary color
Monochromatic Colors of #C40E2D
Black with #C40E2D
Text Example
Text Example
White with #C40E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40E2D; }
p { color: rgb(196,14,45); }
H1.HeaderClassName
{
color: #C40E2D;
}
.AnyTagClassName
{
color: #C40E2D;
}
</style>
background-color css
<style>
a { background-color: #C40E2D; }
a { background-color: rgb(196,14,45); }
div.DivClassName
{
background-color: #C40E2D;
}
.BgClassName
{
background-color: #C40E2D;
}
</style>
border-color css
<style>
span { border-color: #C40E2D; }
span { border-color: rgb(196,14,45); }
td.TdClassName
{
border-color: #C40E2D;
}
.TagClassName
{
border-color: #C40E2D;
}
</style>