Shades of Cardinal #C2223B
Tints of Cardinal #C2223B
RGB
CMYK
RGB Variations
Color information
#C2223B (or 0xC2223B) is known color: Cardinal. HEX triplet: C2, 22 and 3B. RGB value is (194,34,59). Sum of RGB (Red+Green+Blue) = 194+34+59=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2223B is #3DDDC4. Grayscale: #545454. Windows color (decimal): -4054469 or 3875522. OLE color: 3875522.
HSL color Cylindrical-coordinate representation of color #C2223B: hue angle of 350.62º 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 #C2223B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 59 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.24 |
| HSL | 350.63º | 0.7% | 0.45% | - |
| HSV(B) | 350.63º | 0.82% | 0.76% | - |
| XYZ | 23.61 | 12.93 | 5.39 | - |
| YUV | 84.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 59 | 0 | 0.82 | 0.70 | 0.24 | 350.63 | 0.7 | 0.45 |
| Hex | C2 | 22 | 3B | 0 | 52 | 46 | 18 | 15F | 46 | 2D |
| Octal | 302 | 42 | 73 | 0 | 122 | 106 | 30 | 537 | 106 | 55 |
| Binary | 11000010 | 100010 | 111011 | 0 | 1010010 | 1000110 | 11000 | 101011111 | 1000110 | 101101 |
Color Harmonies of #C2223B
Complementary color
Monochromatic Colors of #C2223B
Black with #C2223B
Text Example
Text Example
White with #C2223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2223B; }
p { color: rgb(194,34,59); }
H1.HeaderClassName
{
color: #C2223B;
}
.AnyTagClassName
{
color: #C2223B;
}
</style>
background-color css
<style>
a { background-color: #C2223B; }
a { background-color: rgb(194,34,59); }
div.DivClassName
{
background-color: #C2223B;
}
.BgClassName
{
background-color: #C2223B;
}
</style>
border-color css
<style>
span { border-color: #C2223B; }
span { border-color: rgb(194,34,59); }
td.TdClassName
{
border-color: #C2223B;
}
.TagClassName
{
border-color: #C2223B;
}
</style>