Shades of Cardinal #C8212C
Tints of Cardinal #C8212C
RGB
CMYK
RGB Variations
Color information
#C8212C (or 0xC8212C) is known color: Cardinal. HEX triplet: C8, 21 and 2C. RGB value is (200,33,44). Sum of RGB (Red+Green+Blue) = 200+33+44=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8212C is #37DED3. Grayscale: #545454. Windows color (decimal): -3661524 or 2892232. OLE color: 2892232.
HSL color Cylindrical-coordinate representation of color #C8212C: hue angle of 356.05º 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 #C8212C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 44 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.22 |
| HSL | 356.05º | 0.72% | 0.46% | - |
| HSV(B) | 356.05º | 0.84% | 0.78% | - |
| XYZ | 24.82 | 13.55 | 3.69 | - |
| YUV | 84.19 | 105.33 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 44 | 0 | 0.84 | 0.78 | 0.22 | 356.05 | 0.72 | 0.46 |
| Hex | C8 | 21 | 2C | 0 | 54 | 4E | 16 | 164 | 48 | 2E |
| Octal | 310 | 41 | 54 | 0 | 124 | 116 | 26 | 544 | 110 | 56 |
| Binary | 11001000 | 100001 | 101100 | 0 | 1010100 | 1001110 | 10110 | 101100100 | 1001000 | 101110 |
Color Harmonies of #C8212C
Complementary color
Monochromatic Colors of #C8212C
Black with #C8212C
Text Example
Text Example
White with #C8212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8212C; }
p { color: rgb(200,33,44); }
H1.HeaderClassName
{
color: #C8212C;
}
.AnyTagClassName
{
color: #C8212C;
}
</style>
background-color css
<style>
a { background-color: #C8212C; }
a { background-color: rgb(200,33,44); }
div.DivClassName
{
background-color: #C8212C;
}
.BgClassName
{
background-color: #C8212C;
}
</style>
border-color css
<style>
span { border-color: #C8212C; }
span { border-color: rgb(200,33,44); }
td.TdClassName
{
border-color: #C8212C;
}
.TagClassName
{
border-color: #C8212C;
}
</style>