Shades of Cardinal #C8213E
Tints of Cardinal #C8213E
RGB
CMYK
RGB Variations
Color information
#C8213E (or 0xC8213E) is known color: Cardinal. HEX triplet: C8, 21 and 3E. RGB value is (200,33,62). Sum of RGB (Red+Green+Blue) = 200+33+62=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8213E is #37DEC1. Grayscale: #565656. Windows color (decimal): -3661506 or 4071880. OLE color: 4071880.
HSL color Cylindrical-coordinate representation of color #C8213E: hue angle of 349.58º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8213E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 62 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.22 |
| HSL | 349.58º | 0.72% | 0.46% | - |
| HSV(B) | 349.58º | 0.84% | 0.78% | - |
| XYZ | 25.23 | 13.71 | 5.87 | - |
| YUV | 86.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 62 | 0 | 0.84 | 0.69 | 0.22 | 349.58 | 0.72 | 0.46 |
| Hex | C8 | 21 | 3E | 0 | 54 | 45 | 16 | 15E | 48 | 2E |
| Octal | 310 | 41 | 76 | 0 | 124 | 105 | 26 | 536 | 110 | 56 |
| Binary | 11001000 | 100001 | 111110 | 0 | 1010100 | 1000101 | 10110 | 101011110 | 1001000 | 101110 |
Color Harmonies of #C8213E
Complementary color
Monochromatic Colors of #C8213E
Black with #C8213E
Text Example
Text Example
White with #C8213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8213E; }
p { color: rgb(200,33,62); }
H1.HeaderClassName
{
color: #C8213E;
}
.AnyTagClassName
{
color: #C8213E;
}
</style>
background-color css
<style>
a { background-color: #C8213E; }
a { background-color: rgb(200,33,62); }
div.DivClassName
{
background-color: #C8213E;
}
.BgClassName
{
background-color: #C8213E;
}
</style>
border-color css
<style>
span { border-color: #C8213E; }
span { border-color: rgb(200,33,62); }
td.TdClassName
{
border-color: #C8213E;
}
.TagClassName
{
border-color: #C8213E;
}
</style>