Shades of Cardinal #C8212F
Tints of Cardinal #C8212F
RGB
CMYK
RGB Variations
Color information
#C8212F (or 0xC8212F) is known color: Cardinal. HEX triplet: C8, 21 and 2F. RGB value is (200,33,47). Sum of RGB (Red+Green+Blue) = 200+33+47=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8212F is #37DED0. Grayscale: #545454. Windows color (decimal): -3661521 or 3088840. OLE color: 3088840.
HSL color Cylindrical-coordinate representation of color #C8212F: hue angle of 354.97º 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 #C8212F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 47 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.22 |
| HSL | 354.97º | 0.72% | 0.46% | - |
| HSV(B) | 354.97º | 0.84% | 0.78% | - |
| XYZ | 24.88 | 13.57 | 4 | - |
| YUV | 84.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 47 | 0 | 0.84 | 0.76 | 0.22 | 354.97 | 0.72 | 0.46 |
| Hex | C8 | 21 | 2F | 0 | 54 | 4C | 16 | 163 | 48 | 2E |
| Octal | 310 | 41 | 57 | 0 | 124 | 114 | 26 | 543 | 110 | 56 |
| Binary | 11001000 | 100001 | 101111 | 0 | 1010100 | 1001100 | 10110 | 101100011 | 1001000 | 101110 |
Color Harmonies of #C8212F
Complementary color
Monochromatic Colors of #C8212F
Black with #C8212F
Text Example
Text Example
White with #C8212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8212F; }
p { color: rgb(200,33,47); }
H1.HeaderClassName
{
color: #C8212F;
}
.AnyTagClassName
{
color: #C8212F;
}
</style>
background-color css
<style>
a { background-color: #C8212F; }
a { background-color: rgb(200,33,47); }
div.DivClassName
{
background-color: #C8212F;
}
.BgClassName
{
background-color: #C8212F;
}
</style>
border-color css
<style>
span { border-color: #C8212F; }
span { border-color: rgb(200,33,47); }
td.TdClassName
{
border-color: #C8212F;
}
.TagClassName
{
border-color: #C8212F;
}
</style>