Shades of Cardinal #C1222D
Tints of Cardinal #C1222D
RGB
CMYK
RGB Variations
Color information
#C1222D (or 0xC1222D) is known color: Cardinal. HEX triplet: C1, 22 and 2D. RGB value is (193,34,45). Sum of RGB (Red+Green+Blue) = 193+34+45=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1222D is #3EDDD2. Grayscale: #525252. Windows color (decimal): -4120019 or 2958017. OLE color: 2958017.
HSL color Cylindrical-coordinate representation of color #C1222D: hue angle of 355.85º 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 #C1222D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.24 |
| HSL | 355.85º | 0.7% | 0.45% | - |
| HSV(B) | 355.85º | 0.82% | 0.76% | - |
| XYZ | 23.04 | 12.67 | 3.71 | - |
| YUV | 82.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 45 | 0 | 0.82 | 0.77 | 0.24 | 355.85 | 0.7 | 0.45 |
| Hex | C1 | 22 | 2D | 0 | 52 | 4D | 18 | 164 | 46 | 2D |
| Octal | 301 | 42 | 55 | 0 | 122 | 115 | 30 | 544 | 106 | 55 |
| Binary | 11000001 | 100010 | 101101 | 0 | 1010010 | 1001101 | 11000 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C1222D
Complementary color
Monochromatic Colors of #C1222D
Black with #C1222D
Text Example
Text Example
White with #C1222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1222D; }
p { color: rgb(193,34,45); }
H1.HeaderClassName
{
color: #C1222D;
}
.AnyTagClassName
{
color: #C1222D;
}
</style>
background-color css
<style>
a { background-color: #C1222D; }
a { background-color: rgb(193,34,45); }
div.DivClassName
{
background-color: #C1222D;
}
.BgClassName
{
background-color: #C1222D;
}
</style>
border-color css
<style>
span { border-color: #C1222D; }
span { border-color: rgb(193,34,45); }
td.TdClassName
{
border-color: #C1222D;
}
.TagClassName
{
border-color: #C1222D;
}
</style>