Shades of Cardinal #C9153D
Tints of Cardinal #C9153D
RGB
CMYK
RGB Variations
Color information
#C9153D (or 0xC9153D) is known color: Cardinal. HEX triplet: C9, 15 and 3D. RGB value is (201,21,61). Sum of RGB (Red+Green+Blue) = 201+21+61=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9153D is #36EAC2. Grayscale: #4F4F4F. Windows color (decimal): -3599043 or 4003273. OLE color: 4003273.
HSL color Cylindrical-coordinate representation of color #C9153D: hue angle of 346.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9153D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 61 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.21 |
| HSL | 346.67º | 0.81% | 0.44% | - |
| HSV(B) | 346.67º | 0.9% | 0.79% | - |
| XYZ | 25.2 | 13.29 | 5.65 | - |
| YUV | 79.38 | 117.63 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 61 | 0 | 0.90 | 0.70 | 0.21 | 346.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 3D | 0 | 5A | 46 | 15 | 15B | 51 | 2C |
| Octal | 311 | 25 | 75 | 0 | 132 | 106 | 25 | 533 | 121 | 54 |
| Binary | 11001001 | 10101 | 111101 | 0 | 1011010 | 1000110 | 10101 | 101011011 | 1010001 | 101100 |
Color Harmonies of #C9153D
Complementary color
Monochromatic Colors of #C9153D
Black with #C9153D
Text Example
Text Example
White with #C9153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9153D; }
p { color: rgb(201,21,61); }
H1.HeaderClassName
{
color: #C9153D;
}
.AnyTagClassName
{
color: #C9153D;
}
</style>
background-color css
<style>
a { background-color: #C9153D; }
a { background-color: rgb(201,21,61); }
div.DivClassName
{
background-color: #C9153D;
}
.BgClassName
{
background-color: #C9153D;
}
</style>
border-color css
<style>
span { border-color: #C9153D; }
span { border-color: rgb(201,21,61); }
td.TdClassName
{
border-color: #C9153D;
}
.TagClassName
{
border-color: #C9153D;
}
</style>