Shades of Cardinal #C1122C
Tints of Cardinal #C1122C
RGB
CMYK
RGB Variations
Color information
#C1122C (or 0xC1122C) is known color: Cardinal. HEX triplet: C1, 12 and 2C. RGB value is (193,18,44). Sum of RGB (Red+Green+Blue) = 193+18+44=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1122C is #3EEDD3. Grayscale: #494949. Windows color (decimal): -4124116 or 2888385. OLE color: 2888385.
HSL color Cylindrical-coordinate representation of color #C1122C: hue angle of 351.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1122C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 44 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.24 |
| HSL | 351.09º | 0.83% | 0.41% | - |
| HSV(B) | 351.09º | 0.91% | 0.76% | - |
| XYZ | 22.66 | 11.95 | 3.5 | - |
| YUV | 73.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 44 | 0 | 0.91 | 0.77 | 0.24 | 351.09 | 0.83 | 0.41 |
| Hex | C1 | 12 | 2C | 0 | 5B | 4D | 18 | 15F | 53 | 29 |
| Octal | 301 | 22 | 54 | 0 | 133 | 115 | 30 | 537 | 123 | 51 |
| Binary | 11000001 | 10010 | 101100 | 0 | 1011011 | 1001101 | 11000 | 101011111 | 1010011 | 101001 |
Color Harmonies of #C1122C
Complementary color
Monochromatic Colors of #C1122C
Black with #C1122C
Text Example
Text Example
White with #C1122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1122C; }
p { color: rgb(193,18,44); }
H1.HeaderClassName
{
color: #C1122C;
}
.AnyTagClassName
{
color: #C1122C;
}
</style>
background-color css
<style>
a { background-color: #C1122C; }
a { background-color: rgb(193,18,44); }
div.DivClassName
{
background-color: #C1122C;
}
.BgClassName
{
background-color: #C1122C;
}
</style>
border-color css
<style>
span { border-color: #C1122C; }
span { border-color: rgb(193,18,44); }
td.TdClassName
{
border-color: #C1122C;
}
.TagClassName
{
border-color: #C1122C;
}
</style>