Shades of Cardinal #C8203A
Tints of Cardinal #C8203A
RGB
CMYK
RGB Variations
Color information
#C8203A (or 0xC8203A) is known color: Cardinal. HEX triplet: C8, 20 and 3A. RGB value is (200,32,58). Sum of RGB (Red+Green+Blue) = 200+32+58=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C8203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8203A is #37DFC5. Grayscale: #555555. Windows color (decimal): -3661766 or 3809480. OLE color: 3809480.
HSL color Cylindrical-coordinate representation of color #C8203A: hue angle of 350.71º 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 #C8203A is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 58 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.22 |
| HSL | 350.71º | 0.72% | 0.45% | - |
| HSV(B) | 350.71º | 0.84% | 0.78% | - |
| XYZ | 25.1 | 13.62 | 5.31 | - |
| YUV | 85.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 58 | 0 | 0.84 | 0.71 | 0.22 | 350.71 | 0.72 | 0.45 |
| Hex | C8 | 20 | 3A | 0 | 54 | 47 | 16 | 15F | 48 | 2D |
| Octal | 310 | 40 | 72 | 0 | 124 | 107 | 26 | 537 | 110 | 55 |
| Binary | 11001000 | 100000 | 111010 | 0 | 1010100 | 1000111 | 10110 | 101011111 | 1001000 | 101101 |
Color Harmonies of #C8203A
Complementary color
Monochromatic Colors of #C8203A
Black with #C8203A
Text Example
Text Example
White with #C8203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8203A; }
p { color: rgb(200,32,58); }
H1.HeaderClassName
{
color: #C8203A;
}
.AnyTagClassName
{
color: #C8203A;
}
</style>
background-color css
<style>
a { background-color: #C8203A; }
a { background-color: rgb(200,32,58); }
div.DivClassName
{
background-color: #C8203A;
}
.BgClassName
{
background-color: #C8203A;
}
</style>
border-color css
<style>
span { border-color: #C8203A; }
span { border-color: rgb(200,32,58); }
td.TdClassName
{
border-color: #C8203A;
}
.TagClassName
{
border-color: #C8203A;
}
</style>