Shades of Cardinal #C40C41
Tints of Cardinal #C40C41
RGB
CMYK
RGB Variations
Color information
#C40C41 (or 0xC40C41) is known color: Cardinal. HEX triplet: C4, 0C and 41. RGB value is (196,12,65). Sum of RGB (Red+Green+Blue) = 196+12+65=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C41 is #3BF3BE. Grayscale: #494949. Windows color (decimal): -3929023 or 4263108. OLE color: 4263108.
HSL color Cylindrical-coordinate representation of color #C40C41: hue angle of 342.72º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C41 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 65 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.23 |
| HSL | 342.72º | 0.88% | 0.41% | - |
| HSV(B) | 342.72º | 0.94% | 0.77% | - |
| XYZ | 23.85 | 12.38 | 6.13 | - |
| YUV | 73.06 | 123.46 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 65 | 0 | 0.94 | 0.67 | 0.23 | 342.72 | 0.88 | 0.41 |
| Hex | C4 | C | 41 | 0 | 5E | 43 | 17 | 157 | 58 | 29 |
| Octal | 304 | 14 | 101 | 0 | 136 | 103 | 27 | 527 | 130 | 51 |
| Binary | 11000100 | 1100 | 1000001 | 0 | 1011110 | 1000011 | 10111 | 101010111 | 1011000 | 101001 |
Color Harmonies of #C40C41
Complementary color
Monochromatic Colors of #C40C41
Black with #C40C41
Text Example
Text Example
White with #C40C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C41; }
p { color: rgb(196,12,65); }
H1.HeaderClassName
{
color: #C40C41;
}
.AnyTagClassName
{
color: #C40C41;
}
</style>
background-color css
<style>
a { background-color: #C40C41; }
a { background-color: rgb(196,12,65); }
div.DivClassName
{
background-color: #C40C41;
}
.BgClassName
{
background-color: #C40C41;
}
</style>
border-color css
<style>
span { border-color: #C40C41; }
span { border-color: rgb(196,12,65); }
td.TdClassName
{
border-color: #C40C41;
}
.TagClassName
{
border-color: #C40C41;
}
</style>