Shades of Cardinal #C1212D
Tints of Cardinal #C1212D
RGB
CMYK
RGB Variations
Color information
#C1212D (or 0xC1212D) is known color: Cardinal. HEX triplet: C1, 21 and 2D. RGB value is (193,33,45). Sum of RGB (Red+Green+Blue) = 193+33+45=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1212D is #3EDED2. Grayscale: #525252. Windows color (decimal): -4120275 or 2957761. OLE color: 2957761.
HSL color Cylindrical-coordinate representation of color #C1212D: hue angle of 355.5º degrees, saturation: 0.71, 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 #C1212D is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 45 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.24 |
| HSL | 355.5º | 0.71% | 0.44% | - |
| HSV(B) | 355.5º | 0.83% | 0.76% | - |
| XYZ | 23.01 | 12.61 | 3.7 | - |
| YUV | 82.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 45 | 0 | 0.83 | 0.77 | 0.24 | 355.5 | 0.71 | 0.44 |
| Hex | C1 | 21 | 2D | 0 | 53 | 4D | 18 | 164 | 47 | 2C |
| Octal | 301 | 41 | 55 | 0 | 123 | 115 | 30 | 544 | 107 | 54 |
| Binary | 11000001 | 100001 | 101101 | 0 | 1010011 | 1001101 | 11000 | 101100100 | 1000111 | 101100 |
Color Harmonies of #C1212D
Complementary color
Monochromatic Colors of #C1212D
Black with #C1212D
Text Example
Text Example
White with #C1212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1212D; }
p { color: rgb(193,33,45); }
H1.HeaderClassName
{
color: #C1212D;
}
.AnyTagClassName
{
color: #C1212D;
}
</style>
background-color css
<style>
a { background-color: #C1212D; }
a { background-color: rgb(193,33,45); }
div.DivClassName
{
background-color: #C1212D;
}
.BgClassName
{
background-color: #C1212D;
}
</style>
border-color css
<style>
span { border-color: #C1212D; }
span { border-color: rgb(193,33,45); }
td.TdClassName
{
border-color: #C1212D;
}
.TagClassName
{
border-color: #C1212D;
}
</style>