Shades of Cardinal #C2222D
Tints of Cardinal #C2222D
RGB
CMYK
RGB Variations
Color information
#C2222D (or 0xC2222D) is known color: Cardinal. HEX triplet: C2, 22 and 2D. RGB value is (194,34,45). Sum of RGB (Red+Green+Blue) = 194+34+45=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2222D is #3DDDD2. Grayscale: #535353. Windows color (decimal): -4054483 or 2958018. OLE color: 2958018.
HSL color Cylindrical-coordinate representation of color #C2222D: hue angle of 355.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 #C2222D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.24 |
| HSL | 355.88º | 0.7% | 0.45% | - |
| HSV(B) | 355.88º | 0.82% | 0.76% | - |
| XYZ | 23.29 | 12.8 | 3.73 | - |
| YUV | 83.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 45 | 0 | 0.82 | 0.77 | 0.24 | 355.88 | 0.7 | 0.45 |
| Hex | C2 | 22 | 2D | 0 | 52 | 4D | 18 | 164 | 46 | 2D |
| Octal | 302 | 42 | 55 | 0 | 122 | 115 | 30 | 544 | 106 | 55 |
| Binary | 11000010 | 100010 | 101101 | 0 | 1010010 | 1001101 | 11000 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C2222D
Complementary color
Monochromatic Colors of #C2222D
Black with #C2222D
Text Example
Text Example
White with #C2222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2222D; }
p { color: rgb(194,34,45); }
H1.HeaderClassName
{
color: #C2222D;
}
.AnyTagClassName
{
color: #C2222D;
}
</style>
background-color css
<style>
a { background-color: #C2222D; }
a { background-color: rgb(194,34,45); }
div.DivClassName
{
background-color: #C2222D;
}
.BgClassName
{
background-color: #C2222D;
}
</style>
border-color css
<style>
span { border-color: #C2222D; }
span { border-color: rgb(194,34,45); }
td.TdClassName
{
border-color: #C2222D;
}
.TagClassName
{
border-color: #C2222D;
}
</style>