Shades of Cardinal #C8243C
Tints of Cardinal #C8243C
RGB
CMYK
RGB Variations
Color information
#C8243C (or 0xC8243C) is known color: Cardinal. HEX triplet: C8, 24 and 3C. RGB value is (200,36,60). Sum of RGB (Red+Green+Blue) = 200+36+60=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8243C is #37DBC3. Grayscale: #575757. Windows color (decimal): -3660740 or 3941576. OLE color: 3941576.
HSL color Cylindrical-coordinate representation of color #C8243C: hue angle of 351.22º 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 #C8243C is Cyan = 0, Magento = 0.82, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 60 | - |
| CMYK | 0 | 0.82 | 0.7 | 0.22 |
| HSL | 351.22º | 0.69% | 0.46% | - |
| HSV(B) | 351.22º | 0.82% | 0.78% | - |
| XYZ | 25.27 | 13.87 | 5.62 | - |
| YUV | 87.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 60 | 0 | 0.82 | 0.7 | 0.22 | 351.22 | 0.69 | 0.46 |
| Hex | C8 | 24 | 3C | 0 | 52 | 46 | 16 | 15F | 45 | 2E |
| Octal | 310 | 44 | 74 | 0 | 122 | 106 | 26 | 537 | 105 | 56 |
| Binary | 11001000 | 100100 | 111100 | 0 | 1010010 | 1000110 | 10110 | 101011111 | 1000101 | 101110 |
Color Harmonies of #C8243C
Complementary color
Monochromatic Colors of #C8243C
Black with #C8243C
Text Example
Text Example
White with #C8243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8243C; }
p { color: rgb(200,36,60); }
H1.HeaderClassName
{
color: #C8243C;
}
.AnyTagClassName
{
color: #C8243C;
}
</style>
background-color css
<style>
a { background-color: #C8243C; }
a { background-color: rgb(200,36,60); }
div.DivClassName
{
background-color: #C8243C;
}
.BgClassName
{
background-color: #C8243C;
}
</style>
border-color css
<style>
span { border-color: #C8243C; }
span { border-color: rgb(200,36,60); }
td.TdClassName
{
border-color: #C8243C;
}
.TagClassName
{
border-color: #C8243C;
}
</style>