Shades of Cardinal #C41136
Tints of Cardinal #C41136
RGB
CMYK
RGB Variations
Color information
#C41136 (or 0xC41136) is known color: Cardinal. HEX triplet: C4, 11 and 36. RGB value is (196,17,54). Sum of RGB (Red+Green+Blue) = 196+17+54=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C41136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41136 is #3BEEC9. Grayscale: #4A4A4A. Windows color (decimal): -3927754 or 3543492. OLE color: 3543492.
HSL color Cylindrical-coordinate representation of color #C41136: hue angle of 347.6º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41136 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 54 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.23 |
| HSL | 347.6º | 0.84% | 0.42% | - |
| HSV(B) | 347.6º | 0.91% | 0.77% | - |
| XYZ | 23.63 | 12.4 | 4.64 | - |
| YUV | 74.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 54 | 0 | 0.91 | 0.72 | 0.23 | 347.6 | 0.84 | 0.42 |
| Hex | C4 | 11 | 36 | 0 | 5B | 48 | 17 | 15C | 54 | 2A |
| Octal | 304 | 21 | 66 | 0 | 133 | 110 | 27 | 534 | 124 | 52 |
| Binary | 11000100 | 10001 | 110110 | 0 | 1011011 | 1001000 | 10111 | 101011100 | 1010100 | 101010 |
Color Harmonies of #C41136
Complementary color
Monochromatic Colors of #C41136
Black with #C41136
Text Example
Text Example
White with #C41136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41136; }
p { color: rgb(196,17,54); }
H1.HeaderClassName
{
color: #C41136;
}
.AnyTagClassName
{
color: #C41136;
}
</style>
background-color css
<style>
a { background-color: #C41136; }
a { background-color: rgb(196,17,54); }
div.DivClassName
{
background-color: #C41136;
}
.BgClassName
{
background-color: #C41136;
}
</style>
border-color css
<style>
span { border-color: #C41136; }
span { border-color: rgb(196,17,54); }
td.TdClassName
{
border-color: #C41136;
}
.TagClassName
{
border-color: #C41136;
}
</style>