Shades of Cardinal #C42336
Tints of Cardinal #C42336
RGB
CMYK
RGB Variations
Color information
#C42336 (or 0xC42336) is known color: Cardinal. HEX triplet: C4, 23 and 36. RGB value is (196,35,54). Sum of RGB (Red+Green+Blue) = 196+35+54=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42336 is #3BDCC9. Grayscale: #555555. Windows color (decimal): -3923146 or 3548100. OLE color: 3548100.
HSL color Cylindrical-coordinate representation of color #C42336: hue angle of 352.92º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42336 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 54 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.23 |
| HSL | 352.92º | 0.7% | 0.45% | - |
| HSV(B) | 352.92º | 0.82% | 0.77% | - |
| XYZ | 24.03 | 13.2 | 4.77 | - |
| YUV | 85.31 | 110.34 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 54 | 0 | 0.82 | 0.72 | 0.23 | 352.92 | 0.7 | 0.45 |
| Hex | C4 | 23 | 36 | 0 | 52 | 48 | 17 | 161 | 46 | 2D |
| Octal | 304 | 43 | 66 | 0 | 122 | 110 | 27 | 541 | 106 | 55 |
| Binary | 11000100 | 100011 | 110110 | 0 | 1010010 | 1001000 | 10111 | 101100001 | 1000110 | 101101 |
Color Harmonies of #C42336
Complementary color
Monochromatic Colors of #C42336
Black with #C42336
Text Example
Text Example
White with #C42336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42336; }
p { color: rgb(196,35,54); }
H1.HeaderClassName
{
color: #C42336;
}
.AnyTagClassName
{
color: #C42336;
}
</style>
background-color css
<style>
a { background-color: #C42336; }
a { background-color: rgb(196,35,54); }
div.DivClassName
{
background-color: #C42336;
}
.BgClassName
{
background-color: #C42336;
}
</style>
border-color css
<style>
span { border-color: #C42336; }
span { border-color: rgb(196,35,54); }
td.TdClassName
{
border-color: #C42336;
}
.TagClassName
{
border-color: #C42336;
}
</style>