Shades of Cardinal #C62637
Tints of Cardinal #C62637
RGB
CMYK
RGB Variations
Color information
#C62637 (or 0xC62637) is known color: Cardinal. HEX triplet: C6, 26 and 37. RGB value is (198,38,55). Sum of RGB (Red+Green+Blue) = 198+38+55=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C62637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62637 is #39D9C8. Grayscale: #575757. Windows color (decimal): -3791305 or 3614406. OLE color: 3614406.
HSL color Cylindrical-coordinate representation of color #C62637: hue angle of 353.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62637 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 55 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.22 |
| HSL | 353.63º | 0.68% | 0.46% | - |
| HSV(B) | 353.63º | 0.81% | 0.78% | - |
| XYZ | 24.67 | 13.67 | 4.95 | - |
| YUV | 87.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 55 | 0 | 0.81 | 0.72 | 0.22 | 353.63 | 0.68 | 0.46 |
| Hex | C6 | 26 | 37 | 0 | 51 | 48 | 16 | 162 | 44 | 2E |
| Octal | 306 | 46 | 67 | 0 | 121 | 110 | 26 | 542 | 104 | 56 |
| Binary | 11000110 | 100110 | 110111 | 0 | 1010001 | 1001000 | 10110 | 101100010 | 1000100 | 101110 |
Color Harmonies of #C62637
Complementary color
Monochromatic Colors of #C62637
Black with #C62637
Text Example
Text Example
White with #C62637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62637; }
p { color: rgb(198,38,55); }
H1.HeaderClassName
{
color: #C62637;
}
.AnyTagClassName
{
color: #C62637;
}
</style>
background-color css
<style>
a { background-color: #C62637; }
a { background-color: rgb(198,38,55); }
div.DivClassName
{
background-color: #C62637;
}
.BgClassName
{
background-color: #C62637;
}
</style>
border-color css
<style>
span { border-color: #C62637; }
span { border-color: rgb(198,38,55); }
td.TdClassName
{
border-color: #C62637;
}
.TagClassName
{
border-color: #C62637;
}
</style>