Shades of Cardinal #C7153D
Tints of Cardinal #C7153D
RGB
CMYK
RGB Variations
Color information
#C7153D (or 0xC7153D) is known color: Cardinal. HEX triplet: C7, 15 and 3D. RGB value is (199,21,61). Sum of RGB (Red+Green+Blue) = 199+21+61=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7153D is #38EAC2. Grayscale: #4E4E4E. Windows color (decimal): -3730115 or 4003271. OLE color: 4003271.
HSL color Cylindrical-coordinate representation of color #C7153D: hue angle of 346.52º 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 #C7153D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 61 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.22 |
| HSL | 346.52º | 0.81% | 0.43% | - |
| HSV(B) | 346.52º | 0.89% | 0.78% | - |
| XYZ | 24.66 | 13.02 | 5.63 | - |
| YUV | 78.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 61 | 0 | 0.89 | 0.69 | 0.22 | 346.52 | 0.81 | 0.43 |
| Hex | C7 | 15 | 3D | 0 | 59 | 45 | 16 | 15B | 51 | 2B |
| Octal | 307 | 25 | 75 | 0 | 131 | 105 | 26 | 533 | 121 | 53 |
| Binary | 11000111 | 10101 | 111101 | 0 | 1011001 | 1000101 | 10110 | 101011011 | 1010001 | 101011 |
Color Harmonies of #C7153D
Complementary color
Monochromatic Colors of #C7153D
Black with #C7153D
Text Example
Text Example
White with #C7153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7153D; }
p { color: rgb(199,21,61); }
H1.HeaderClassName
{
color: #C7153D;
}
.AnyTagClassName
{
color: #C7153D;
}
</style>
background-color css
<style>
a { background-color: #C7153D; }
a { background-color: rgb(199,21,61); }
div.DivClassName
{
background-color: #C7153D;
}
.BgClassName
{
background-color: #C7153D;
}
</style>
border-color css
<style>
span { border-color: #C7153D; }
span { border-color: rgb(199,21,61); }
td.TdClassName
{
border-color: #C7153D;
}
.TagClassName
{
border-color: #C7153D;
}
</style>