Shades of Cardinal #C7213D
Tints of Cardinal #C7213D
RGB
CMYK
RGB Variations
Color information
#C7213D (or 0xC7213D) is known color: Cardinal. HEX triplet: C7, 21 and 3D. RGB value is (199,33,61). Sum of RGB (Red+Green+Blue) = 199+33+61=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7213D is #38DEC2. Grayscale: #555555. Windows color (decimal): -3727043 or 4006343. OLE color: 4006343.
HSL color Cylindrical-coordinate representation of color #C7213D: hue angle of 349.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7213D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 61 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.22 |
| HSL | 349.88º | 0.72% | 0.45% | - |
| HSV(B) | 349.88º | 0.83% | 0.78% | - |
| XYZ | 24.94 | 13.57 | 5.72 | - |
| YUV | 85.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 61 | 0 | 0.83 | 0.69 | 0.22 | 349.88 | 0.72 | 0.45 |
| Hex | C7 | 21 | 3D | 0 | 53 | 45 | 16 | 15E | 48 | 2D |
| Octal | 307 | 41 | 75 | 0 | 123 | 105 | 26 | 536 | 110 | 55 |
| Binary | 11000111 | 100001 | 111101 | 0 | 1010011 | 1000101 | 10110 | 101011110 | 1001000 | 101101 |
Color Harmonies of #C7213D
Complementary color
Monochromatic Colors of #C7213D
Black with #C7213D
Text Example
Text Example
White with #C7213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7213D; }
p { color: rgb(199,33,61); }
H1.HeaderClassName
{
color: #C7213D;
}
.AnyTagClassName
{
color: #C7213D;
}
</style>
background-color css
<style>
a { background-color: #C7213D; }
a { background-color: rgb(199,33,61); }
div.DivClassName
{
background-color: #C7213D;
}
.BgClassName
{
background-color: #C7213D;
}
</style>
border-color css
<style>
span { border-color: #C7213D; }
span { border-color: rgb(199,33,61); }
td.TdClassName
{
border-color: #C7213D;
}
.TagClassName
{
border-color: #C7213D;
}
</style>