Shades of Cardinal #C9134D
Tints of Cardinal #C9134D
RGB
CMYK
RGB Variations
Color information
#C9134D (or 0xC9134D) is known color: Cardinal. HEX triplet: C9, 13 and 4D. RGB value is (201,19,77). Sum of RGB (Red+Green+Blue) = 201+19+77=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9134D is #36ECB2. Grayscale: #4F4F4F. Windows color (decimal): -3599539 or 5051337. OLE color: 5051337.
HSL color Cylindrical-coordinate representation of color #C9134D: hue angle of 340.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9134D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.21 |
| HSL | 340.88º | 0.83% | 0.43% | - |
| HSV(B) | 340.88º | 0.91% | 0.79% | - |
| XYZ | 25.66 | 13.42 | 8.26 | - |
| YUV | 80.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 77 | 0 | 0.91 | 0.62 | 0.21 | 340.88 | 0.83 | 0.43 |
| Hex | C9 | 13 | 4D | 0 | 5B | 3E | 15 | 155 | 53 | 2B |
| Octal | 311 | 23 | 115 | 0 | 133 | 76 | 25 | 525 | 123 | 53 |
| Binary | 11001001 | 10011 | 1001101 | 0 | 1011011 | 111110 | 10101 | 101010101 | 1010011 | 101011 |
Color Harmonies of #C9134D
Complementary color
Monochromatic Colors of #C9134D
Black with #C9134D
Text Example
Text Example
White with #C9134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9134D; }
p { color: rgb(201,19,77); }
H1.HeaderClassName
{
color: #C9134D;
}
.AnyTagClassName
{
color: #C9134D;
}
</style>
background-color css
<style>
a { background-color: #C9134D; }
a { background-color: rgb(201,19,77); }
div.DivClassName
{
background-color: #C9134D;
}
.BgClassName
{
background-color: #C9134D;
}
</style>
border-color css
<style>
span { border-color: #C9134D; }
span { border-color: rgb(201,19,77); }
td.TdClassName
{
border-color: #C9134D;
}
.TagClassName
{
border-color: #C9134D;
}
</style>