Shades of Cardinal #C2213C
Tints of Cardinal #C2213C
RGB
CMYK
RGB Variations
Color information
#C2213C (or 0xC2213C) is known color: Cardinal. HEX triplet: C2, 21 and 3C. RGB value is (194,33,60). Sum of RGB (Red+Green+Blue) = 194+33+60=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2213C is #3DDEC3. Grayscale: #545454. Windows color (decimal): -4054724 or 3940802. OLE color: 3940802.
HSL color Cylindrical-coordinate representation of color #C2213C: hue angle of 349.94º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2213C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 60 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.24 |
| HSL | 349.94º | 0.71% | 0.45% | - |
| HSV(B) | 349.94º | 0.83% | 0.76% | - |
| XYZ | 23.61 | 12.88 | 5.52 | - |
| YUV | 84.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 60 | 0 | 0.83 | 0.69 | 0.24 | 349.94 | 0.71 | 0.45 |
| Hex | C2 | 21 | 3C | 0 | 53 | 45 | 18 | 15E | 47 | 2D |
| Octal | 302 | 41 | 74 | 0 | 123 | 105 | 30 | 536 | 107 | 55 |
| Binary | 11000010 | 100001 | 111100 | 0 | 1010011 | 1000101 | 11000 | 101011110 | 1000111 | 101101 |
Color Harmonies of #C2213C
Complementary color
Monochromatic Colors of #C2213C
Black with #C2213C
Text Example
Text Example
White with #C2213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2213C; }
p { color: rgb(194,33,60); }
H1.HeaderClassName
{
color: #C2213C;
}
.AnyTagClassName
{
color: #C2213C;
}
</style>
background-color css
<style>
a { background-color: #C2213C; }
a { background-color: rgb(194,33,60); }
div.DivClassName
{
background-color: #C2213C;
}
.BgClassName
{
background-color: #C2213C;
}
</style>
border-color css
<style>
span { border-color: #C2213C; }
span { border-color: rgb(194,33,60); }
td.TdClassName
{
border-color: #C2213C;
}
.TagClassName
{
border-color: #C2213C;
}
</style>