Shades of Cardinal #C91142
Tints of Cardinal #C91142
RGB
CMYK
RGB Variations
Color information
#C91142 (or 0xC91142) is known color: Cardinal. HEX triplet: C9, 11 and 42. RGB value is (201,17,66). Sum of RGB (Red+Green+Blue) = 201+17+66=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C91142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91142 is #36EEBD. Grayscale: #4D4D4D. Windows color (decimal): -3600062 or 4329929. OLE color: 4329929.
HSL color Cylindrical-coordinate representation of color #C91142: hue angle of 344.02º 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 #C91142 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 66 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.21 |
| HSL | 344.02º | 0.84% | 0.43% | - |
| HSV(B) | 344.02º | 0.92% | 0.79% | - |
| XYZ | 25.27 | 13.21 | 6.37 | - |
| YUV | 77.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 66 | 0 | 0.92 | 0.67 | 0.21 | 344.02 | 0.84 | 0.43 |
| Hex | C9 | 11 | 42 | 0 | 5C | 43 | 15 | 158 | 54 | 2B |
| Octal | 311 | 21 | 102 | 0 | 134 | 103 | 25 | 530 | 124 | 53 |
| Binary | 11001001 | 10001 | 1000010 | 0 | 1011100 | 1000011 | 10101 | 101011000 | 1010100 | 101011 |
Color Harmonies of #C91142
Complementary color
Monochromatic Colors of #C91142
Black with #C91142
Text Example
Text Example
White with #C91142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91142; }
p { color: rgb(201,17,66); }
H1.HeaderClassName
{
color: #C91142;
}
.AnyTagClassName
{
color: #C91142;
}
</style>
background-color css
<style>
a { background-color: #C91142; }
a { background-color: rgb(201,17,66); }
div.DivClassName
{
background-color: #C91142;
}
.BgClassName
{
background-color: #C91142;
}
</style>
border-color css
<style>
span { border-color: #C91142; }
span { border-color: rgb(201,17,66); }
td.TdClassName
{
border-color: #C91142;
}
.TagClassName
{
border-color: #C91142;
}
</style>