Shades of Cardinal #C22345
Tints of Cardinal #C22345
RGB
CMYK
RGB Variations
Color information
#C22345 (or 0xC22345) is known color: Cardinal. HEX triplet: C2, 23 and 45. RGB value is (194,35,69). Sum of RGB (Red+Green+Blue) = 194+35+69=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22345 is #3DDCBA. Grayscale: #565656. Windows color (decimal): -4054203 or 4531138. OLE color: 4531138.
HSL color Cylindrical-coordinate representation of color #C22345: hue angle of 347.17º degrees, saturation: 0.69, 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 #C22345 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 69 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.24 |
| HSL | 347.17º | 0.69% | 0.45% | - |
| HSV(B) | 347.17º | 0.82% | 0.76% | - |
| XYZ | 23.92 | 13.1 | 6.9 | - |
| YUV | 86.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 69 | 0 | 0.82 | 0.64 | 0.24 | 347.17 | 0.69 | 0.45 |
| Hex | C2 | 23 | 45 | 0 | 52 | 40 | 18 | 15B | 45 | 2D |
| Octal | 302 | 43 | 105 | 0 | 122 | 100 | 30 | 533 | 105 | 55 |
| Binary | 11000010 | 100011 | 1000101 | 0 | 1010010 | 1000000 | 11000 | 101011011 | 1000101 | 101101 |
Color Harmonies of #C22345
Complementary color
Monochromatic Colors of #C22345
Black with #C22345
Text Example
Text Example
White with #C22345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22345; }
p { color: rgb(194,35,69); }
H1.HeaderClassName
{
color: #C22345;
}
.AnyTagClassName
{
color: #C22345;
}
</style>
background-color css
<style>
a { background-color: #C22345; }
a { background-color: rgb(194,35,69); }
div.DivClassName
{
background-color: #C22345;
}
.BgClassName
{
background-color: #C22345;
}
</style>
border-color css
<style>
span { border-color: #C22345; }
span { border-color: rgb(194,35,69); }
td.TdClassName
{
border-color: #C22345;
}
.TagClassName
{
border-color: #C22345;
}
</style>