Shades of Cardinal #C41636
Tints of Cardinal #C41636
RGB
CMYK
RGB Variations
Color information
#C41636 (or 0xC41636) is known color: Cardinal. HEX triplet: C4, 16 and 36. RGB value is (196,22,54). Sum of RGB (Red+Green+Blue) = 196+22+54=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C41636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41636 is #3BE9C9. Grayscale: #4D4D4D. Windows color (decimal): -3926474 or 3544772. OLE color: 3544772.
HSL color Cylindrical-coordinate representation of color #C41636: hue angle of 348.97º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41636 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 54 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.23 |
| HSL | 348.97º | 0.8% | 0.43% | - |
| HSV(B) | 348.97º | 0.89% | 0.77% | - |
| XYZ | 23.72 | 12.58 | 4.67 | - |
| YUV | 77.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 54 | 0 | 0.89 | 0.72 | 0.23 | 348.97 | 0.8 | 0.43 |
| Hex | C4 | 16 | 36 | 0 | 59 | 48 | 17 | 15D | 50 | 2B |
| Octal | 304 | 26 | 66 | 0 | 131 | 110 | 27 | 535 | 120 | 53 |
| Binary | 11000100 | 10110 | 110110 | 0 | 1011001 | 1001000 | 10111 | 101011101 | 1010000 | 101011 |
Color Harmonies of #C41636
Complementary color
Monochromatic Colors of #C41636
Black with #C41636
Text Example
Text Example
White with #C41636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41636; }
p { color: rgb(196,22,54); }
H1.HeaderClassName
{
color: #C41636;
}
.AnyTagClassName
{
color: #C41636;
}
</style>
background-color css
<style>
a { background-color: #C41636; }
a { background-color: rgb(196,22,54); }
div.DivClassName
{
background-color: #C41636;
}
.BgClassName
{
background-color: #C41636;
}
</style>
border-color css
<style>
span { border-color: #C41636; }
span { border-color: rgb(196,22,54); }
td.TdClassName
{
border-color: #C41636;
}
.TagClassName
{
border-color: #C41636;
}
</style>