Shades of Cardinal #C40539
Tints of Cardinal #C40539
RGB
CMYK
RGB Variations
Color information
#C40539 (or 0xC40539) is known color: Cardinal. HEX triplet: C4, 05 and 39. RGB value is (196,5,57). Sum of RGB (Red+Green+Blue) = 196+5+57=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C40539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40539 is #3BFAC6. Grayscale: #444444. Windows color (decimal): -3930823 or 3737028. OLE color: 3737028.
HSL color Cylindrical-coordinate representation of color #C40539: hue angle of 343.66º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40539 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 57 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.23 |
| HSL | 343.66º | 0.95% | 0.39% | - |
| HSV(B) | 343.66º | 0.97% | 0.77% | - |
| XYZ | 23.56 | 12.14 | 4.97 | - |
| YUV | 68.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 57 | 0 | 0.97 | 0.71 | 0.23 | 343.66 | 0.95 | 0.39 |
| Hex | C4 | 5 | 39 | 0 | 61 | 47 | 17 | 158 | 5F | 27 |
| Octal | 304 | 5 | 71 | 0 | 141 | 107 | 27 | 530 | 137 | 47 |
| Binary | 11000100 | 101 | 111001 | 0 | 1100001 | 1000111 | 10111 | 101011000 | 1011111 | 100111 |
Color Harmonies of #C40539
Complementary color
Monochromatic Colors of #C40539
Black with #C40539
Text Example
Text Example
White with #C40539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40539; }
p { color: rgb(196,5,57); }
H1.HeaderClassName
{
color: #C40539;
}
.AnyTagClassName
{
color: #C40539;
}
</style>
background-color css
<style>
a { background-color: #C40539; }
a { background-color: rgb(196,5,57); }
div.DivClassName
{
background-color: #C40539;
}
.BgClassName
{
background-color: #C40539;
}
</style>
border-color css
<style>
span { border-color: #C40539; }
span { border-color: rgb(196,5,57); }
td.TdClassName
{
border-color: #C40539;
}
.TagClassName
{
border-color: #C40539;
}
</style>