Shades of Cardinal #C8153A
Tints of Cardinal #C8153A
RGB
CMYK
RGB Variations
Color information
#C8153A (or 0xC8153A) is known color: Cardinal. HEX triplet: C8, 15 and 3A. RGB value is (200,21,58). Sum of RGB (Red+Green+Blue) = 200+21+58=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8153A is #37EAC5. Grayscale: #4E4E4E. Windows color (decimal): -3664582 or 3806664. OLE color: 3806664.
HSL color Cylindrical-coordinate representation of color #C8153A: hue angle of 347.6º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8153A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 58 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.22 |
| HSL | 347.6º | 0.81% | 0.43% | - |
| HSV(B) | 347.6º | 0.9% | 0.78% | - |
| XYZ | 24.85 | 13.12 | 5.23 | - |
| YUV | 78.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 58 | 0 | 0.90 | 0.71 | 0.22 | 347.6 | 0.81 | 0.43 |
| Hex | C8 | 15 | 3A | 0 | 5A | 47 | 16 | 15C | 51 | 2B |
| Octal | 310 | 25 | 72 | 0 | 132 | 107 | 26 | 534 | 121 | 53 |
| Binary | 11001000 | 10101 | 111010 | 0 | 1011010 | 1000111 | 10110 | 101011100 | 1010001 | 101011 |
Color Harmonies of #C8153A
Complementary color
Monochromatic Colors of #C8153A
Black with #C8153A
Text Example
Text Example
White with #C8153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8153A; }
p { color: rgb(200,21,58); }
H1.HeaderClassName
{
color: #C8153A;
}
.AnyTagClassName
{
color: #C8153A;
}
</style>
background-color css
<style>
a { background-color: #C8153A; }
a { background-color: rgb(200,21,58); }
div.DivClassName
{
background-color: #C8153A;
}
.BgClassName
{
background-color: #C8153A;
}
</style>
border-color css
<style>
span { border-color: #C8153A; }
span { border-color: rgb(200,21,58); }
td.TdClassName
{
border-color: #C8153A;
}
.TagClassName
{
border-color: #C8153A;
}
</style>