Shades of Cardinal #C8243D
Tints of Cardinal #C8243D
RGB
CMYK
RGB Variations
Color information
#C8243D (or 0xC8243D) is known color: Cardinal. HEX triplet: C8, 24 and 3D. RGB value is (200,36,61). Sum of RGB (Red+Green+Blue) = 200+36+61=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8243D is #37DBC2. Grayscale: #575757. Windows color (decimal): -3660739 or 4007112. OLE color: 4007112.
HSL color Cylindrical-coordinate representation of color #C8243D: hue angle of 350.85º 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 #C8243D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 61 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.22 |
| HSL | 350.85º | 0.69% | 0.46% | - |
| HSV(B) | 350.85º | 0.82% | 0.78% | - |
| XYZ | 25.29 | 13.88 | 5.76 | - |
| YUV | 87.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 61 | 0 | 0.82 | 0.69 | 0.22 | 350.85 | 0.69 | 0.46 |
| Hex | C8 | 24 | 3D | 0 | 52 | 45 | 16 | 15F | 45 | 2E |
| Octal | 310 | 44 | 75 | 0 | 122 | 105 | 26 | 537 | 105 | 56 |
| Binary | 11001000 | 100100 | 111101 | 0 | 1010010 | 1000101 | 10110 | 101011111 | 1000101 | 101110 |
Color Harmonies of #C8243D
Complementary color
Monochromatic Colors of #C8243D
Black with #C8243D
Text Example
Text Example
White with #C8243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8243D; }
p { color: rgb(200,36,61); }
H1.HeaderClassName
{
color: #C8243D;
}
.AnyTagClassName
{
color: #C8243D;
}
</style>
background-color css
<style>
a { background-color: #C8243D; }
a { background-color: rgb(200,36,61); }
div.DivClassName
{
background-color: #C8243D;
}
.BgClassName
{
background-color: #C8243D;
}
</style>
border-color css
<style>
span { border-color: #C8243D; }
span { border-color: rgb(200,36,61); }
td.TdClassName
{
border-color: #C8243D;
}
.TagClassName
{
border-color: #C8243D;
}
</style>