Shades of Cardinal #C5223F
Tints of Cardinal #C5223F
RGB
CMYK
RGB Variations
Color information
#C5223F (or 0xC5223F) is known color: Cardinal. HEX triplet: C5, 22 and 3F. RGB value is (197,34,63). Sum of RGB (Red+Green+Blue) = 197+34+63=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5223F is #3ADDC0. Grayscale: #565656. Windows color (decimal): -3857857 or 4137669. OLE color: 4137669.
HSL color Cylindrical-coordinate representation of color #C5223F: hue angle of 349.33º 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 #C5223F is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 63 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.23 |
| HSL | 349.33º | 0.71% | 0.45% | - |
| HSV(B) | 349.33º | 0.83% | 0.77% | - |
| XYZ | 24.5 | 13.37 | 5.99 | - |
| YUV | 86.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 63 | 0 | 0.83 | 0.68 | 0.23 | 349.33 | 0.71 | 0.45 |
| Hex | C5 | 22 | 3F | 0 | 53 | 44 | 17 | 15D | 47 | 2D |
| Octal | 305 | 42 | 77 | 0 | 123 | 104 | 27 | 535 | 107 | 55 |
| Binary | 11000101 | 100010 | 111111 | 0 | 1010011 | 1000100 | 10111 | 101011101 | 1000111 | 101101 |
Color Harmonies of #C5223F
Complementary color
Monochromatic Colors of #C5223F
Black with #C5223F
Text Example
Text Example
White with #C5223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5223F; }
p { color: rgb(197,34,63); }
H1.HeaderClassName
{
color: #C5223F;
}
.AnyTagClassName
{
color: #C5223F;
}
</style>
background-color css
<style>
a { background-color: #C5223F; }
a { background-color: rgb(197,34,63); }
div.DivClassName
{
background-color: #C5223F;
}
.BgClassName
{
background-color: #C5223F;
}
</style>
border-color css
<style>
span { border-color: #C5223F; }
span { border-color: rgb(197,34,63); }
td.TdClassName
{
border-color: #C5223F;
}
.TagClassName
{
border-color: #C5223F;
}
</style>