Shades of Cardinal #C12837
Tints of Cardinal #C12837
RGB
CMYK
RGB Variations
Color information
#C12837 (or 0xC12837) is known color: Cardinal. HEX triplet: C1, 28 and 37. RGB value is (193,40,55). Sum of RGB (Red+Green+Blue) = 193+40+55=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C12837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12837 is #3ED7C8. Grayscale: #575757. Windows color (decimal): -4118473 or 3614913. OLE color: 3614913.
HSL color Cylindrical-coordinate representation of color #C12837: hue angle of 354.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12837 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 55 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.24 |
| HSL | 354.12º | 0.66% | 0.46% | - |
| HSV(B) | 354.12º | 0.79% | 0.76% | - |
| XYZ | 23.44 | 13.13 | 4.91 | - |
| YUV | 87.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 55 | 0 | 0.79 | 0.72 | 0.24 | 354.12 | 0.66 | 0.46 |
| Hex | C1 | 28 | 37 | 0 | 4F | 48 | 18 | 162 | 42 | 2E |
| Octal | 301 | 50 | 67 | 0 | 117 | 110 | 30 | 542 | 102 | 56 |
| Binary | 11000001 | 101000 | 110111 | 0 | 1001111 | 1001000 | 11000 | 101100010 | 1000010 | 101110 |
Color Harmonies of #C12837
Complementary color
Monochromatic Colors of #C12837
Black with #C12837
Text Example
Text Example
White with #C12837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12837; }
p { color: rgb(193,40,55); }
H1.HeaderClassName
{
color: #C12837;
}
.AnyTagClassName
{
color: #C12837;
}
</style>
background-color css
<style>
a { background-color: #C12837; }
a { background-color: rgb(193,40,55); }
div.DivClassName
{
background-color: #C12837;
}
.BgClassName
{
background-color: #C12837;
}
</style>
border-color css
<style>
span { border-color: #C12837; }
span { border-color: rgb(193,40,55); }
td.TdClassName
{
border-color: #C12837;
}
.TagClassName
{
border-color: #C12837;
}
</style>