Shades of Cardinal #C5223B
Tints of Cardinal #C5223B
RGB
CMYK
RGB Variations
Color information
#C5223B (or 0xC5223B) is known color: Cardinal. HEX triplet: C5, 22 and 3B. RGB value is (197,34,59). Sum of RGB (Red+Green+Blue) = 197+34+59=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5223B is #3ADDC4. Grayscale: #555555. Windows color (decimal): -3857861 or 3875525. OLE color: 3875525.
HSL color Cylindrical-coordinate representation of color #C5223B: hue angle of 350.8º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5223B is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 59 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.23 |
| HSL | 350.8º | 0.71% | 0.45% | - |
| HSV(B) | 350.8º | 0.83% | 0.77% | - |
| XYZ | 24.39 | 13.33 | 5.43 | - |
| YUV | 85.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 59 | 0 | 0.83 | 0.70 | 0.23 | 350.8 | 0.71 | 0.45 |
| Hex | C5 | 22 | 3B | 0 | 53 | 46 | 17 | 15F | 47 | 2D |
| Octal | 305 | 42 | 73 | 0 | 123 | 106 | 27 | 537 | 107 | 55 |
| Binary | 11000101 | 100010 | 111011 | 0 | 1010011 | 1000110 | 10111 | 101011111 | 1000111 | 101101 |
Color Harmonies of #C5223B
Complementary color
Monochromatic Colors of #C5223B
Black with #C5223B
Text Example
Text Example
White with #C5223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5223B; }
p { color: rgb(197,34,59); }
H1.HeaderClassName
{
color: #C5223B;
}
.AnyTagClassName
{
color: #C5223B;
}
</style>
background-color css
<style>
a { background-color: #C5223B; }
a { background-color: rgb(197,34,59); }
div.DivClassName
{
background-color: #C5223B;
}
.BgClassName
{
background-color: #C5223B;
}
</style>
border-color css
<style>
span { border-color: #C5223B; }
span { border-color: rgb(197,34,59); }
td.TdClassName
{
border-color: #C5223B;
}
.TagClassName
{
border-color: #C5223B;
}
</style>