Shades of Cardinal #C5212E
Tints of Cardinal #C5212E
RGB
CMYK
RGB Variations
Color information
#C5212E (or 0xC5212E) is known color: Cardinal. HEX triplet: C5, 21 and 2E. RGB value is (197,33,46). Sum of RGB (Red+Green+Blue) = 197+33+46=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5212E is #3ADED1. Grayscale: #535353. Windows color (decimal): -3858130 or 3023301. OLE color: 3023301.
HSL color Cylindrical-coordinate representation of color #C5212E: hue angle of 355.24º 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 #C5212E is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 46 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.23 |
| HSL | 355.24º | 0.71% | 0.45% | - |
| HSV(B) | 355.24º | 0.83% | 0.77% | - |
| XYZ | 24.06 | 13.16 | 3.86 | - |
| YUV | 83.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 46 | 0 | 0.83 | 0.77 | 0.23 | 355.24 | 0.71 | 0.45 |
| Hex | C5 | 21 | 2E | 0 | 53 | 4D | 17 | 163 | 47 | 2D |
| Octal | 305 | 41 | 56 | 0 | 123 | 115 | 27 | 543 | 107 | 55 |
| Binary | 11000101 | 100001 | 101110 | 0 | 1010011 | 1001101 | 10111 | 101100011 | 1000111 | 101101 |
Color Harmonies of #C5212E
Complementary color
Monochromatic Colors of #C5212E
Black with #C5212E
Text Example
Text Example
White with #C5212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5212E; }
p { color: rgb(197,33,46); }
H1.HeaderClassName
{
color: #C5212E;
}
.AnyTagClassName
{
color: #C5212E;
}
</style>
background-color css
<style>
a { background-color: #C5212E; }
a { background-color: rgb(197,33,46); }
div.DivClassName
{
background-color: #C5212E;
}
.BgClassName
{
background-color: #C5212E;
}
</style>
border-color css
<style>
span { border-color: #C5212E; }
span { border-color: rgb(197,33,46); }
td.TdClassName
{
border-color: #C5212E;
}
.TagClassName
{
border-color: #C5212E;
}
</style>