Shades of Cardinal #C1122D
Tints of Cardinal #C1122D
RGB
CMYK
RGB Variations
Color information
#C1122D (or 0xC1122D) is known color: Cardinal. HEX triplet: C1, 12 and 2D. RGB value is (193,18,45). Sum of RGB (Red+Green+Blue) = 193+18+45=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1122D is #3EEDD2. Grayscale: #494949. Windows color (decimal): -4124115 or 2953921. OLE color: 2953921.
HSL color Cylindrical-coordinate representation of color #C1122D: hue angle of 350.74º 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 #C1122D is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.24 |
| HSL | 350.74º | 0.83% | 0.41% | - |
| HSV(B) | 350.74º | 0.91% | 0.76% | - |
| XYZ | 22.68 | 11.96 | 3.6 | - |
| YUV | 73.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 45 | 0 | 0.91 | 0.77 | 0.24 | 350.74 | 0.83 | 0.41 |
| Hex | C1 | 12 | 2D | 0 | 5B | 4D | 18 | 15F | 53 | 29 |
| Octal | 301 | 22 | 55 | 0 | 133 | 115 | 30 | 537 | 123 | 51 |
| Binary | 11000001 | 10010 | 101101 | 0 | 1011011 | 1001101 | 11000 | 101011111 | 1010011 | 101001 |
Color Harmonies of #C1122D
Complementary color
Monochromatic Colors of #C1122D
Black with #C1122D
Text Example
Text Example
White with #C1122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1122D; }
p { color: rgb(193,18,45); }
H1.HeaderClassName
{
color: #C1122D;
}
.AnyTagClassName
{
color: #C1122D;
}
</style>
background-color css
<style>
a { background-color: #C1122D; }
a { background-color: rgb(193,18,45); }
div.DivClassName
{
background-color: #C1122D;
}
.BgClassName
{
background-color: #C1122D;
}
</style>
border-color css
<style>
span { border-color: #C1122D; }
span { border-color: rgb(193,18,45); }
td.TdClassName
{
border-color: #C1122D;
}
.TagClassName
{
border-color: #C1122D;
}
</style>