Shades of Cardinal #C91340
Tints of Cardinal #C91340
RGB
CMYK
RGB Variations
Color information
#C91340 (or 0xC91340) is known color: Cardinal. HEX triplet: C9, 13 and 40. RGB value is (201,19,64). Sum of RGB (Red+Green+Blue) = 201+19+64=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C91340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91340 is #36ECBF. Grayscale: #4E4E4E. Windows color (decimal): -3599552 or 4199369. OLE color: 4199369.
HSL color Cylindrical-coordinate representation of color #C91340: hue angle of 345.16º 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 #C91340 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 64 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.21 |
| HSL | 345.16º | 0.83% | 0.43% | - |
| HSV(B) | 345.16º | 0.91% | 0.79% | - |
| XYZ | 25.25 | 13.25 | 6.08 | - |
| YUV | 78.55 | 119.8 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 64 | 0 | 0.91 | 0.68 | 0.21 | 345.16 | 0.83 | 0.43 |
| Hex | C9 | 13 | 40 | 0 | 5B | 44 | 15 | 159 | 53 | 2B |
| Octal | 311 | 23 | 100 | 0 | 133 | 104 | 25 | 531 | 123 | 53 |
| Binary | 11001001 | 10011 | 1000000 | 0 | 1011011 | 1000100 | 10101 | 101011001 | 1010011 | 101011 |
Color Harmonies of #C91340
Complementary color
Monochromatic Colors of #C91340
Black with #C91340
Text Example
Text Example
White with #C91340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91340; }
p { color: rgb(201,19,64); }
H1.HeaderClassName
{
color: #C91340;
}
.AnyTagClassName
{
color: #C91340;
}
</style>
background-color css
<style>
a { background-color: #C91340; }
a { background-color: rgb(201,19,64); }
div.DivClassName
{
background-color: #C91340;
}
.BgClassName
{
background-color: #C91340;
}
</style>
border-color css
<style>
span { border-color: #C91340; }
span { border-color: rgb(201,19,64); }
td.TdClassName
{
border-color: #C91340;
}
.TagClassName
{
border-color: #C91340;
}
</style>