Shades of Cardinal #C8202E
Tints of Cardinal #C8202E
RGB
CMYK
RGB Variations
Color information
#C8202E (or 0xC8202E) is known color: Cardinal. HEX triplet: C8, 20 and 2E. RGB value is (200,32,46). Sum of RGB (Red+Green+Blue) = 200+32+46=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8202E is #37DFD1. Grayscale: #535353. Windows color (decimal): -3661778 or 3023048. OLE color: 3023048.
HSL color Cylindrical-coordinate representation of color #C8202E: hue angle of 355º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8202E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 46 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.22 |
| HSL | 355º | 0.72% | 0.45% | - |
| HSV(B) | 355º | 0.84% | 0.78% | - |
| XYZ | 24.83 | 13.51 | 3.88 | - |
| YUV | 83.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 46 | 0 | 0.84 | 0.77 | 0.22 | 355 | 0.72 | 0.45 |
| Hex | C8 | 20 | 2E | 0 | 54 | 4D | 16 | 163 | 48 | 2D |
| Octal | 310 | 40 | 56 | 0 | 124 | 115 | 26 | 543 | 110 | 55 |
| Binary | 11001000 | 100000 | 101110 | 0 | 1010100 | 1001101 | 10110 | 101100011 | 1001000 | 101101 |
Color Harmonies of #C8202E
Complementary color
Monochromatic Colors of #C8202E
Black with #C8202E
Text Example
Text Example
White with #C8202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8202E; }
p { color: rgb(200,32,46); }
H1.HeaderClassName
{
color: #C8202E;
}
.AnyTagClassName
{
color: #C8202E;
}
</style>
background-color css
<style>
a { background-color: #C8202E; }
a { background-color: rgb(200,32,46); }
div.DivClassName
{
background-color: #C8202E;
}
.BgClassName
{
background-color: #C8202E;
}
</style>
border-color css
<style>
span { border-color: #C8202E; }
span { border-color: rgb(200,32,46); }
td.TdClassName
{
border-color: #C8202E;
}
.TagClassName
{
border-color: #C8202E;
}
</style>