Shades of Cardinal #C62137
Tints of Cardinal #C62137
RGB
CMYK
RGB Variations
Color information
#C62137 (or 0xC62137) is known color: Cardinal. HEX triplet: C6, 21 and 37. RGB value is (198,33,55). Sum of RGB (Red+Green+Blue) = 198+33+55=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C62137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62137 is #39DEC8. Grayscale: #545454. Windows color (decimal): -3792585 or 3613126. OLE color: 3613126.
HSL color Cylindrical-coordinate representation of color #C62137: hue angle of 352º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62137 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 55 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.22 |
| HSL | 352º | 0.71% | 0.45% | - |
| HSV(B) | 352º | 0.83% | 0.78% | - |
| XYZ | 24.52 | 13.37 | 4.9 | - |
| YUV | 84.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 55 | 0 | 0.83 | 0.72 | 0.22 | 352 | 0.71 | 0.45 |
| Hex | C6 | 21 | 37 | 0 | 53 | 48 | 16 | 160 | 47 | 2D |
| Octal | 306 | 41 | 67 | 0 | 123 | 110 | 26 | 540 | 107 | 55 |
| Binary | 11000110 | 100001 | 110111 | 0 | 1010011 | 1001000 | 10110 | 101100000 | 1000111 | 101101 |
Color Harmonies of #C62137
Complementary color
Monochromatic Colors of #C62137
Black with #C62137
Text Example
Text Example
White with #C62137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62137; }
p { color: rgb(198,33,55); }
H1.HeaderClassName
{
color: #C62137;
}
.AnyTagClassName
{
color: #C62137;
}
</style>
background-color css
<style>
a { background-color: #C62137; }
a { background-color: rgb(198,33,55); }
div.DivClassName
{
background-color: #C62137;
}
.BgClassName
{
background-color: #C62137;
}
</style>
border-color css
<style>
span { border-color: #C62137; }
span { border-color: rgb(198,33,55); }
td.TdClassName
{
border-color: #C62137;
}
.TagClassName
{
border-color: #C62137;
}
</style>