Shades of Cardinal #C91935
Tints of Cardinal #C91935
RGB
CMYK
RGB Variations
Color information
#C91935 (or 0xC91935) is known color: Cardinal. HEX triplet: C9, 19 and 35. RGB value is (201,25,53). Sum of RGB (Red+Green+Blue) = 201+25+53=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C91935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91935 is #36E6CA. Grayscale: #505050. Windows color (decimal): -3598027 or 3480009. OLE color: 3480009.
HSL color Cylindrical-coordinate representation of color #C91935: hue angle of 350.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91935 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.21 |
| HSL | 350.45º | 0.78% | 0.44% | - |
| HSV(B) | 350.45º | 0.88% | 0.79% | - |
| XYZ | 25.08 | 13.37 | 4.63 | - |
| YUV | 80.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 53 | 0 | 0.88 | 0.74 | 0.21 | 350.45 | 0.78 | 0.44 |
| Hex | C9 | 19 | 35 | 0 | 58 | 4A | 15 | 15E | 4E | 2C |
| Octal | 311 | 31 | 65 | 0 | 130 | 112 | 25 | 536 | 116 | 54 |
| Binary | 11001001 | 11001 | 110101 | 0 | 1011000 | 1001010 | 10101 | 101011110 | 1001110 | 101100 |
Color Harmonies of #C91935
Complementary color
Monochromatic Colors of #C91935
Black with #C91935
Text Example
Text Example
White with #C91935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91935; }
p { color: rgb(201,25,53); }
H1.HeaderClassName
{
color: #C91935;
}
.AnyTagClassName
{
color: #C91935;
}
</style>
background-color css
<style>
a { background-color: #C91935; }
a { background-color: rgb(201,25,53); }
div.DivClassName
{
background-color: #C91935;
}
.BgClassName
{
background-color: #C91935;
}
</style>
border-color css
<style>
span { border-color: #C91935; }
span { border-color: rgb(201,25,53); }
td.TdClassName
{
border-color: #C91935;
}
.TagClassName
{
border-color: #C91935;
}
</style>