Shades of Cardinal #C5213F
Tints of Cardinal #C5213F
RGB
CMYK
RGB Variations
Color information
#C5213F (or 0xC5213F) is known color: Cardinal. HEX triplet: C5, 21 and 3F. RGB value is (197,33,63). Sum of RGB (Red+Green+Blue) = 197+33+63=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5213F is #3ADEC0. Grayscale: #555555. Windows color (decimal): -3858113 or 4137413. OLE color: 4137413.
HSL color Cylindrical-coordinate representation of color #C5213F: hue angle of 349.02º 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 #C5213F is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 63 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.23 |
| HSL | 349.02º | 0.71% | 0.45% | - |
| HSV(B) | 349.02º | 0.83% | 0.77% | - |
| XYZ | 24.47 | 13.32 | 5.98 | - |
| YUV | 85.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 63 | 0 | 0.83 | 0.68 | 0.23 | 349.02 | 0.71 | 0.45 |
| Hex | C5 | 21 | 3F | 0 | 53 | 44 | 17 | 15D | 47 | 2D |
| Octal | 305 | 41 | 77 | 0 | 123 | 104 | 27 | 535 | 107 | 55 |
| Binary | 11000101 | 100001 | 111111 | 0 | 1010011 | 1000100 | 10111 | 101011101 | 1000111 | 101101 |
Color Harmonies of #C5213F
Complementary color
Monochromatic Colors of #C5213F
Black with #C5213F
Text Example
Text Example
White with #C5213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5213F; }
p { color: rgb(197,33,63); }
H1.HeaderClassName
{
color: #C5213F;
}
.AnyTagClassName
{
color: #C5213F;
}
</style>
background-color css
<style>
a { background-color: #C5213F; }
a { background-color: rgb(197,33,63); }
div.DivClassName
{
background-color: #C5213F;
}
.BgClassName
{
background-color: #C5213F;
}
</style>
border-color css
<style>
span { border-color: #C5213F; }
span { border-color: rgb(197,33,63); }
td.TdClassName
{
border-color: #C5213F;
}
.TagClassName
{
border-color: #C5213F;
}
</style>