Shades of Cardinal #C2213D
Tints of Cardinal #C2213D
RGB
CMYK
RGB Variations
Color information
#C2213D (or 0xC2213D) is known color: Cardinal. HEX triplet: C2, 21 and 3D. RGB value is (194,33,61). Sum of RGB (Red+Green+Blue) = 194+33+61=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2213D is #3DDEC2. Grayscale: #545454. Windows color (decimal): -4054723 or 4006338. OLE color: 4006338.
HSL color Cylindrical-coordinate representation of color #C2213D: hue angle of 349.57º 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 #C2213D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 61 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.24 |
| HSL | 349.57º | 0.71% | 0.45% | - |
| HSV(B) | 349.57º | 0.83% | 0.76% | - |
| XYZ | 23.63 | 12.89 | 5.66 | - |
| YUV | 84.33 | 114.84 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 61 | 0 | 0.83 | 0.69 | 0.24 | 349.57 | 0.71 | 0.45 |
| Hex | C2 | 21 | 3D | 0 | 53 | 45 | 18 | 15E | 47 | 2D |
| Octal | 302 | 41 | 75 | 0 | 123 | 105 | 30 | 536 | 107 | 55 |
| Binary | 11000010 | 100001 | 111101 | 0 | 1010011 | 1000101 | 11000 | 101011110 | 1000111 | 101101 |
Color Harmonies of #C2213D
Complementary color
Monochromatic Colors of #C2213D
Black with #C2213D
Text Example
Text Example
White with #C2213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2213D; }
p { color: rgb(194,33,61); }
H1.HeaderClassName
{
color: #C2213D;
}
.AnyTagClassName
{
color: #C2213D;
}
</style>
background-color css
<style>
a { background-color: #C2213D; }
a { background-color: rgb(194,33,61); }
div.DivClassName
{
background-color: #C2213D;
}
.BgClassName
{
background-color: #C2213D;
}
</style>
border-color css
<style>
span { border-color: #C2213D; }
span { border-color: rgb(194,33,61); }
td.TdClassName
{
border-color: #C2213D;
}
.TagClassName
{
border-color: #C2213D;
}
</style>