Shades of Cardinal #C12037
Tints of Cardinal #C12037
RGB
CMYK
RGB Variations
Color information
#C12037 (or 0xC12037) is known color: Cardinal. HEX triplet: C1, 20 and 37. RGB value is (193,32,55). Sum of RGB (Red+Green+Blue) = 193+32+55=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C12037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12037 is #3EDFC8. Grayscale: #525252. Windows color (decimal): -4120521 or 3612865. OLE color: 3612865.
HSL color Cylindrical-coordinate representation of color #C12037: hue angle of 351.43º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12037 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 55 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.24 |
| HSL | 351.43º | 0.72% | 0.44% | - |
| HSV(B) | 351.43º | 0.83% | 0.76% | - |
| XYZ | 23.2 | 12.65 | 4.83 | - |
| YUV | 82.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 55 | 0 | 0.83 | 0.72 | 0.24 | 351.43 | 0.72 | 0.44 |
| Hex | C1 | 20 | 37 | 0 | 53 | 48 | 18 | 15F | 48 | 2C |
| Octal | 301 | 40 | 67 | 0 | 123 | 110 | 30 | 537 | 110 | 54 |
| Binary | 11000001 | 100000 | 110111 | 0 | 1010011 | 1001000 | 11000 | 101011111 | 1001000 | 101100 |
Color Harmonies of #C12037
Complementary color
Monochromatic Colors of #C12037
Black with #C12037
Text Example
Text Example
White with #C12037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12037; }
p { color: rgb(193,32,55); }
H1.HeaderClassName
{
color: #C12037;
}
.AnyTagClassName
{
color: #C12037;
}
</style>
background-color css
<style>
a { background-color: #C12037; }
a { background-color: rgb(193,32,55); }
div.DivClassName
{
background-color: #C12037;
}
.BgClassName
{
background-color: #C12037;
}
</style>
border-color css
<style>
span { border-color: #C12037; }
span { border-color: rgb(193,32,55); }
td.TdClassName
{
border-color: #C12037;
}
.TagClassName
{
border-color: #C12037;
}
</style>