Shades of Cardinal #C7153B
Tints of Cardinal #C7153B
RGB
CMYK
RGB Variations
Color information
#C7153B (or 0xC7153B) is known color: Cardinal. HEX triplet: C7, 15 and 3B. RGB value is (199,21,59). Sum of RGB (Red+Green+Blue) = 199+21+59=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7153B is #38EAC4. Grayscale: #4E4E4E. Windows color (decimal): -3730117 or 3872199. OLE color: 3872199.
HSL color Cylindrical-coordinate representation of color #C7153B: hue angle of 347.19º 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 #C7153B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 59 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.22 |
| HSL | 347.19º | 0.81% | 0.43% | - |
| HSV(B) | 347.19º | 0.89% | 0.78% | - |
| XYZ | 24.61 | 12.99 | 5.35 | - |
| YUV | 78.55 | 116.97 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 59 | 0 | 0.89 | 0.70 | 0.22 | 347.19 | 0.81 | 0.43 |
| Hex | C7 | 15 | 3B | 0 | 59 | 46 | 16 | 15B | 51 | 2B |
| Octal | 307 | 25 | 73 | 0 | 131 | 106 | 26 | 533 | 121 | 53 |
| Binary | 11000111 | 10101 | 111011 | 0 | 1011001 | 1000110 | 10110 | 101011011 | 1010001 | 101011 |
Color Harmonies of #C7153B
Complementary color
Monochromatic Colors of #C7153B
Black with #C7153B
Text Example
Text Example
White with #C7153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7153B; }
p { color: rgb(199,21,59); }
H1.HeaderClassName
{
color: #C7153B;
}
.AnyTagClassName
{
color: #C7153B;
}
</style>
background-color css
<style>
a { background-color: #C7153B; }
a { background-color: rgb(199,21,59); }
div.DivClassName
{
background-color: #C7153B;
}
.BgClassName
{
background-color: #C7153B;
}
</style>
border-color css
<style>
span { border-color: #C7153B; }
span { border-color: rgb(199,21,59); }
td.TdClassName
{
border-color: #C7153B;
}
.TagClassName
{
border-color: #C7153B;
}
</style>