Shades of Cardinal #C42636
Tints of Cardinal #C42636
RGB
CMYK
RGB Variations
Color information
#C42636 (or 0xC42636) is known color: Cardinal. HEX triplet: C4, 26 and 36. RGB value is (196,38,54). Sum of RGB (Red+Green+Blue) = 196+38+54=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C42636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42636 is #3BD9C9. Grayscale: #575757. Windows color (decimal): -3922378 or 3548868. OLE color: 3548868.
HSL color Cylindrical-coordinate representation of color #C42636: hue angle of 353.92º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42636 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 54 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.23 |
| HSL | 353.92º | 0.68% | 0.46% | - |
| HSV(B) | 353.92º | 0.81% | 0.77% | - |
| XYZ | 24.12 | 13.39 | 4.8 | - |
| YUV | 87.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 54 | 0 | 0.81 | 0.72 | 0.23 | 353.92 | 0.68 | 0.46 |
| Hex | C4 | 26 | 36 | 0 | 51 | 48 | 17 | 162 | 44 | 2E |
| Octal | 304 | 46 | 66 | 0 | 121 | 110 | 27 | 542 | 104 | 56 |
| Binary | 11000100 | 100110 | 110110 | 0 | 1010001 | 1001000 | 10111 | 101100010 | 1000100 | 101110 |
Color Harmonies of #C42636
Complementary color
Monochromatic Colors of #C42636
Black with #C42636
Text Example
Text Example
White with #C42636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42636; }
p { color: rgb(196,38,54); }
H1.HeaderClassName
{
color: #C42636;
}
.AnyTagClassName
{
color: #C42636;
}
</style>
background-color css
<style>
a { background-color: #C42636; }
a { background-color: rgb(196,38,54); }
div.DivClassName
{
background-color: #C42636;
}
.BgClassName
{
background-color: #C42636;
}
</style>
border-color css
<style>
span { border-color: #C42636; }
span { border-color: rgb(196,38,54); }
td.TdClassName
{
border-color: #C42636;
}
.TagClassName
{
border-color: #C42636;
}
</style>