Shades of Cardinal #C42337
Tints of Cardinal #C42337
RGB
CMYK
RGB Variations
Color information
#C42337 (or 0xC42337) is known color: Cardinal. HEX triplet: C4, 23 and 37. RGB value is (196,35,55). Sum of RGB (Red+Green+Blue) = 196+35+55=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C42337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42337 is #3BDCC8. Grayscale: #555555. Windows color (decimal): -3923145 or 3613636. OLE color: 3613636.
HSL color Cylindrical-coordinate representation of color #C42337: hue angle of 352.55º 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 #C42337 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 55 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.23 |
| HSL | 352.55º | 0.7% | 0.45% | - |
| HSV(B) | 352.55º | 0.82% | 0.77% | - |
| XYZ | 24.06 | 13.21 | 4.9 | - |
| YUV | 85.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 55 | 0 | 0.82 | 0.72 | 0.23 | 352.55 | 0.7 | 0.45 |
| Hex | C4 | 23 | 37 | 0 | 52 | 48 | 17 | 161 | 46 | 2D |
| Octal | 304 | 43 | 67 | 0 | 122 | 110 | 27 | 541 | 106 | 55 |
| Binary | 11000100 | 100011 | 110111 | 0 | 1010010 | 1001000 | 10111 | 101100001 | 1000110 | 101101 |
Color Harmonies of #C42337
Complementary color
Monochromatic Colors of #C42337
Black with #C42337
Text Example
Text Example
White with #C42337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42337; }
p { color: rgb(196,35,55); }
H1.HeaderClassName
{
color: #C42337;
}
.AnyTagClassName
{
color: #C42337;
}
</style>
background-color css
<style>
a { background-color: #C42337; }
a { background-color: rgb(196,35,55); }
div.DivClassName
{
background-color: #C42337;
}
.BgClassName
{
background-color: #C42337;
}
</style>
border-color css
<style>
span { border-color: #C42337; }
span { border-color: rgb(196,35,55); }
td.TdClassName
{
border-color: #C42337;
}
.TagClassName
{
border-color: #C42337;
}
</style>