Shades of Cardinal #C6153D
Tints of Cardinal #C6153D
RGB
CMYK
RGB Variations
Color information
#C6153D (or 0xC6153D) is known color: Cardinal. HEX triplet: C6, 15 and 3D. RGB value is (198,21,61). Sum of RGB (Red+Green+Blue) = 198+21+61=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6153D is #39EAC2. Grayscale: #4E4E4E. Windows color (decimal): -3795651 or 4003270. OLE color: 4003270.
HSL color Cylindrical-coordinate representation of color #C6153D: hue angle of 346.44º 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 #C6153D is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 61 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.22 |
| HSL | 346.44º | 0.81% | 0.43% | - |
| HSV(B) | 346.44º | 0.89% | 0.78% | - |
| XYZ | 24.4 | 12.88 | 5.61 | - |
| YUV | 78.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 61 | 0 | 0.89 | 0.69 | 0.22 | 346.44 | 0.81 | 0.43 |
| Hex | C6 | 15 | 3D | 0 | 59 | 45 | 16 | 15A | 51 | 2B |
| Octal | 306 | 25 | 75 | 0 | 131 | 105 | 26 | 532 | 121 | 53 |
| Binary | 11000110 | 10101 | 111101 | 0 | 1011001 | 1000101 | 10110 | 101011010 | 1010001 | 101011 |
Color Harmonies of #C6153D
Complementary color
Monochromatic Colors of #C6153D
Black with #C6153D
Text Example
Text Example
White with #C6153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6153D; }
p { color: rgb(198,21,61); }
H1.HeaderClassName
{
color: #C6153D;
}
.AnyTagClassName
{
color: #C6153D;
}
</style>
background-color css
<style>
a { background-color: #C6153D; }
a { background-color: rgb(198,21,61); }
div.DivClassName
{
background-color: #C6153D;
}
.BgClassName
{
background-color: #C6153D;
}
</style>
border-color css
<style>
span { border-color: #C6153D; }
span { border-color: rgb(198,21,61); }
td.TdClassName
{
border-color: #C6153D;
}
.TagClassName
{
border-color: #C6153D;
}
</style>