Shades of Cardinal #C12039
Tints of Cardinal #C12039
RGB
CMYK
RGB Variations
Color information
#C12039 (or 0xC12039) is known color: Cardinal. HEX triplet: C1, 20 and 39. RGB value is (193,32,57). Sum of RGB (Red+Green+Blue) = 193+32+57=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C12039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12039 is #3EDFC6. Grayscale: #535353. Windows color (decimal): -4120519 or 3743937. OLE color: 3743937.
HSL color Cylindrical-coordinate representation of color #C12039: hue angle of 350.68º 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 #C12039 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 57 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.24 |
| HSL | 350.68º | 0.72% | 0.44% | - |
| HSV(B) | 350.68º | 0.83% | 0.76% | - |
| XYZ | 23.25 | 12.67 | 5.09 | - |
| YUV | 82.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 57 | 0 | 0.83 | 0.70 | 0.24 | 350.68 | 0.72 | 0.44 |
| Hex | C1 | 20 | 39 | 0 | 53 | 46 | 18 | 15F | 48 | 2C |
| Octal | 301 | 40 | 71 | 0 | 123 | 106 | 30 | 537 | 110 | 54 |
| Binary | 11000001 | 100000 | 111001 | 0 | 1010011 | 1000110 | 11000 | 101011111 | 1001000 | 101100 |
Color Harmonies of #C12039
Complementary color
Monochromatic Colors of #C12039
Black with #C12039
Text Example
Text Example
White with #C12039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12039; }
p { color: rgb(193,32,57); }
H1.HeaderClassName
{
color: #C12039;
}
.AnyTagClassName
{
color: #C12039;
}
</style>
background-color css
<style>
a { background-color: #C12039; }
a { background-color: rgb(193,32,57); }
div.DivClassName
{
background-color: #C12039;
}
.BgClassName
{
background-color: #C12039;
}
</style>
border-color css
<style>
span { border-color: #C12039; }
span { border-color: rgb(193,32,57); }
td.TdClassName
{
border-color: #C12039;
}
.TagClassName
{
border-color: #C12039;
}
</style>