Shades of Cardinal #C5223D
Tints of Cardinal #C5223D
RGB
CMYK
RGB Variations
Color information
#C5223D (or 0xC5223D) is known color: Cardinal. HEX triplet: C5, 22 and 3D. RGB value is (197,34,61). Sum of RGB (Red+Green+Blue) = 197+34+61=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5223D is #3ADDC2. Grayscale: #555555. Windows color (decimal): -3857859 or 4006597. OLE color: 4006597.
HSL color Cylindrical-coordinate representation of color #C5223D: hue angle of 350.06º 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 #C5223D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 61 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.23 |
| HSL | 350.06º | 0.71% | 0.45% | - |
| HSV(B) | 350.06º | 0.83% | 0.77% | - |
| XYZ | 24.44 | 13.35 | 5.7 | - |
| YUV | 85.82 | 114 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 61 | 0 | 0.83 | 0.69 | 0.23 | 350.06 | 0.71 | 0.45 |
| Hex | C5 | 22 | 3D | 0 | 53 | 45 | 17 | 15E | 47 | 2D |
| Octal | 305 | 42 | 75 | 0 | 123 | 105 | 27 | 536 | 107 | 55 |
| Binary | 11000101 | 100010 | 111101 | 0 | 1010011 | 1000101 | 10111 | 101011110 | 1000111 | 101101 |
Color Harmonies of #C5223D
Complementary color
Monochromatic Colors of #C5223D
Black with #C5223D
Text Example
Text Example
White with #C5223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5223D; }
p { color: rgb(197,34,61); }
H1.HeaderClassName
{
color: #C5223D;
}
.AnyTagClassName
{
color: #C5223D;
}
</style>
background-color css
<style>
a { background-color: #C5223D; }
a { background-color: rgb(197,34,61); }
div.DivClassName
{
background-color: #C5223D;
}
.BgClassName
{
background-color: #C5223D;
}
</style>
border-color css
<style>
span { border-color: #C5223D; }
span { border-color: rgb(197,34,61); }
td.TdClassName
{
border-color: #C5223D;
}
.TagClassName
{
border-color: #C5223D;
}
</style>