Shades of Cardinal #C8243E
Tints of Cardinal #C8243E
RGB
CMYK
RGB Variations
Color information
#C8243E (or 0xC8243E) is known color: Cardinal. HEX triplet: C8, 24 and 3E. RGB value is (200,36,62). Sum of RGB (Red+Green+Blue) = 200+36+62=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8243E is #37DBC1. Grayscale: #585858. Windows color (decimal): -3660738 or 4072648. OLE color: 4072648.
HSL color Cylindrical-coordinate representation of color #C8243E: hue angle of 350.49º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8243E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 62 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.22 |
| HSL | 350.49º | 0.69% | 0.46% | - |
| HSV(B) | 350.49º | 0.82% | 0.78% | - |
| XYZ | 25.32 | 13.89 | 5.9 | - |
| YUV | 88 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 62 | 0 | 0.82 | 0.69 | 0.22 | 350.49 | 0.69 | 0.46 |
| Hex | C8 | 24 | 3E | 0 | 52 | 45 | 16 | 15E | 45 | 2E |
| Octal | 310 | 44 | 76 | 0 | 122 | 105 | 26 | 536 | 105 | 56 |
| Binary | 11001000 | 100100 | 111110 | 0 | 1010010 | 1000101 | 10110 | 101011110 | 1000101 | 101110 |
Color Harmonies of #C8243E
Complementary color
Monochromatic Colors of #C8243E
Black with #C8243E
Text Example
Text Example
White with #C8243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8243E; }
p { color: rgb(200,36,62); }
H1.HeaderClassName
{
color: #C8243E;
}
.AnyTagClassName
{
color: #C8243E;
}
</style>
background-color css
<style>
a { background-color: #C8243E; }
a { background-color: rgb(200,36,62); }
div.DivClassName
{
background-color: #C8243E;
}
.BgClassName
{
background-color: #C8243E;
}
</style>
border-color css
<style>
span { border-color: #C8243E; }
span { border-color: rgb(200,36,62); }
td.TdClassName
{
border-color: #C8243E;
}
.TagClassName
{
border-color: #C8243E;
}
</style>