Shades of Cardinal #C91633
Tints of Cardinal #C91633
RGB
CMYK
RGB Variations
Color information
#C91633 (or 0xC91633) is known color: Cardinal. HEX triplet: C9, 16 and 33. RGB value is (201,22,51). Sum of RGB (Red+Green+Blue) = 201+22+51=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C91633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91633 is #36E9CC. Grayscale: #4E4E4E. Windows color (decimal): -3598797 or 3348169. OLE color: 3348169.
HSL color Cylindrical-coordinate representation of color #C91633: hue angle of 350.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91633 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 51 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.21 |
| HSL | 350.28º | 0.8% | 0.44% | - |
| HSV(B) | 350.28º | 0.89% | 0.79% | - |
| XYZ | 24.97 | 13.23 | 4.37 | - |
| YUV | 78.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 51 | 0 | 0.89 | 0.75 | 0.21 | 350.28 | 0.8 | 0.44 |
| Hex | C9 | 16 | 33 | 0 | 59 | 4B | 15 | 15E | 50 | 2C |
| Octal | 311 | 26 | 63 | 0 | 131 | 113 | 25 | 536 | 120 | 54 |
| Binary | 11001001 | 10110 | 110011 | 0 | 1011001 | 1001011 | 10101 | 101011110 | 1010000 | 101100 |
Color Harmonies of #C91633
Complementary color
Monochromatic Colors of #C91633
Black with #C91633
Text Example
Text Example
White with #C91633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91633; }
p { color: rgb(201,22,51); }
H1.HeaderClassName
{
color: #C91633;
}
.AnyTagClassName
{
color: #C91633;
}
</style>
background-color css
<style>
a { background-color: #C91633; }
a { background-color: rgb(201,22,51); }
div.DivClassName
{
background-color: #C91633;
}
.BgClassName
{
background-color: #C91633;
}
</style>
border-color css
<style>
span { border-color: #C91633; }
span { border-color: rgb(201,22,51); }
td.TdClassName
{
border-color: #C91633;
}
.TagClassName
{
border-color: #C91633;
}
</style>