Shades of Cardinal #C12236
Tints of Cardinal #C12236
RGB
CMYK
RGB Variations
Color information
#C12236 (or 0xC12236) is known color: Cardinal. HEX triplet: C1, 22 and 36. RGB value is (193,34,54). Sum of RGB (Red+Green+Blue) = 193+34+54=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C12236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12236 is #3EDDC9. Grayscale: #535353. Windows color (decimal): -4120010 or 3547841. OLE color: 3547841.
HSL color Cylindrical-coordinate representation of color #C12236: hue angle of 352.45º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12236 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 54 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.24 |
| HSL | 352.45º | 0.7% | 0.45% | - |
| HSV(B) | 352.45º | 0.82% | 0.76% | - |
| XYZ | 23.23 | 12.75 | 4.73 | - |
| YUV | 83.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 54 | 0 | 0.82 | 0.72 | 0.24 | 352.45 | 0.7 | 0.45 |
| Hex | C1 | 22 | 36 | 0 | 52 | 48 | 18 | 160 | 46 | 2D |
| Octal | 301 | 42 | 66 | 0 | 122 | 110 | 30 | 540 | 106 | 55 |
| Binary | 11000001 | 100010 | 110110 | 0 | 1010010 | 1001000 | 11000 | 101100000 | 1000110 | 101101 |
Color Harmonies of #C12236
Complementary color
Monochromatic Colors of #C12236
Black with #C12236
Text Example
Text Example
White with #C12236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12236; }
p { color: rgb(193,34,54); }
H1.HeaderClassName
{
color: #C12236;
}
.AnyTagClassName
{
color: #C12236;
}
</style>
background-color css
<style>
a { background-color: #C12236; }
a { background-color: rgb(193,34,54); }
div.DivClassName
{
background-color: #C12236;
}
.BgClassName
{
background-color: #C12236;
}
</style>
border-color css
<style>
span { border-color: #C12236; }
span { border-color: rgb(193,34,54); }
td.TdClassName
{
border-color: #C12236;
}
.TagClassName
{
border-color: #C12236;
}
</style>