Shades of Cardinal #C91145
Tints of Cardinal #C91145
RGB
CMYK
RGB Variations
Color information
#C91145 (or 0xC91145) is known color: Cardinal. HEX triplet: C9, 11 and 45. RGB value is (201,17,69). Sum of RGB (Red+Green+Blue) = 201+17+69=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C91145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91145 is #36EEBA. Grayscale: #4D4D4D. Windows color (decimal): -3600059 or 4526537. OLE color: 4526537.
HSL color Cylindrical-coordinate representation of color #C91145: hue angle of 343.04º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91145 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 69 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.21 |
| HSL | 343.04º | 0.84% | 0.43% | - |
| HSV(B) | 343.04º | 0.92% | 0.79% | - |
| XYZ | 25.36 | 13.25 | 6.85 | - |
| YUV | 77.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 69 | 0 | 0.92 | 0.66 | 0.21 | 343.04 | 0.84 | 0.43 |
| Hex | C9 | 11 | 45 | 0 | 5C | 42 | 15 | 157 | 54 | 2B |
| Octal | 311 | 21 | 105 | 0 | 134 | 102 | 25 | 527 | 124 | 53 |
| Binary | 11001001 | 10001 | 1000101 | 0 | 1011100 | 1000010 | 10101 | 101010111 | 1010100 | 101011 |
Color Harmonies of #C91145
Complementary color
Monochromatic Colors of #C91145
Black with #C91145
Text Example
Text Example
White with #C91145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91145; }
p { color: rgb(201,17,69); }
H1.HeaderClassName
{
color: #C91145;
}
.AnyTagClassName
{
color: #C91145;
}
</style>
background-color css
<style>
a { background-color: #C91145; }
a { background-color: rgb(201,17,69); }
div.DivClassName
{
background-color: #C91145;
}
.BgClassName
{
background-color: #C91145;
}
</style>
border-color css
<style>
span { border-color: #C91145; }
span { border-color: rgb(201,17,69); }
td.TdClassName
{
border-color: #C91145;
}
.TagClassName
{
border-color: #C91145;
}
</style>