Shades of Cardinal #C91040
Tints of Cardinal #C91040
RGB
CMYK
RGB Variations
Color information
#C91040 (or 0xC91040) is known color: Cardinal. HEX triplet: C9, 10 and 40. RGB value is (201,16,64). Sum of RGB (Red+Green+Blue) = 201+16+64=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C91040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91040 is #36EFBF. Grayscale: #4C4C4C. Windows color (decimal): -3600320 or 4198601. OLE color: 4198601.
HSL color Cylindrical-coordinate representation of color #C91040: hue angle of 344.43º degrees, saturation: 0.85, 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 #C91040 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 64 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.21 |
| HSL | 344.43º | 0.85% | 0.43% | - |
| HSV(B) | 344.43º | 0.92% | 0.79% | - |
| XYZ | 25.2 | 13.16 | 6.06 | - |
| YUV | 76.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 64 | 0 | 0.92 | 0.68 | 0.21 | 344.43 | 0.85 | 0.43 |
| Hex | C9 | 10 | 40 | 0 | 5C | 44 | 15 | 158 | 55 | 2B |
| Octal | 311 | 20 | 100 | 0 | 134 | 104 | 25 | 530 | 125 | 53 |
| Binary | 11001001 | 10000 | 1000000 | 0 | 1011100 | 1000100 | 10101 | 101011000 | 1010101 | 101011 |
Color Harmonies of #C91040
Complementary color
Monochromatic Colors of #C91040
Black with #C91040
Text Example
Text Example
White with #C91040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91040; }
p { color: rgb(201,16,64); }
H1.HeaderClassName
{
color: #C91040;
}
.AnyTagClassName
{
color: #C91040;
}
</style>
background-color css
<style>
a { background-color: #C91040; }
a { background-color: rgb(201,16,64); }
div.DivClassName
{
background-color: #C91040;
}
.BgClassName
{
background-color: #C91040;
}
</style>
border-color css
<style>
span { border-color: #C91040; }
span { border-color: rgb(201,16,64); }
td.TdClassName
{
border-color: #C91040;
}
.TagClassName
{
border-color: #C91040;
}
</style>