Shades of Cardinal #C2223D
Tints of Cardinal #C2223D
RGB
CMYK
RGB Variations
Color information
#C2223D (or 0xC2223D) is known color: Cardinal. HEX triplet: C2, 22 and 3D. RGB value is (194,34,61). Sum of RGB (Red+Green+Blue) = 194+34+61=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2223D is #3DDDC2. Grayscale: #545454. Windows color (decimal): -4054467 or 4006594. OLE color: 4006594.
HSL color Cylindrical-coordinate representation of color #C2223D: hue angle of 349.88º 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 #C2223D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 61 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.24 |
| HSL | 349.88º | 0.7% | 0.45% | - |
| HSV(B) | 349.88º | 0.82% | 0.76% | - |
| XYZ | 23.66 | 12.95 | 5.67 | - |
| YUV | 84.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 61 | 0 | 0.82 | 0.69 | 0.24 | 349.88 | 0.7 | 0.45 |
| Hex | C2 | 22 | 3D | 0 | 52 | 45 | 18 | 15E | 46 | 2D |
| Octal | 302 | 42 | 75 | 0 | 122 | 105 | 30 | 536 | 106 | 55 |
| Binary | 11000010 | 100010 | 111101 | 0 | 1010010 | 1000101 | 11000 | 101011110 | 1000110 | 101101 |
Color Harmonies of #C2223D
Complementary color
Monochromatic Colors of #C2223D
Black with #C2223D
Text Example
Text Example
White with #C2223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2223D; }
p { color: rgb(194,34,61); }
H1.HeaderClassName
{
color: #C2223D;
}
.AnyTagClassName
{
color: #C2223D;
}
</style>
background-color css
<style>
a { background-color: #C2223D; }
a { background-color: rgb(194,34,61); }
div.DivClassName
{
background-color: #C2223D;
}
.BgClassName
{
background-color: #C2223D;
}
</style>
border-color css
<style>
span { border-color: #C2223D; }
span { border-color: rgb(194,34,61); }
td.TdClassName
{
border-color: #C2223D;
}
.TagClassName
{
border-color: #C2223D;
}
</style>