Shades of Cardinal #C91D49
Tints of Cardinal #C91D49
RGB
CMYK
RGB Variations
Color information
#C91D49 (or 0xC91D49) is known color: Cardinal. HEX triplet: C9, 1D and 49. RGB value is (201,29,73). Sum of RGB (Red+Green+Blue) = 201+29+73=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91D49 is #36E2B6. Grayscale: #555555. Windows color (decimal): -3596983 or 4791753. OLE color: 4791753.
HSL color Cylindrical-coordinate representation of color #C91D49: hue angle of 344.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D49 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 73 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.21 |
| HSL | 344.65º | 0.75% | 0.45% | - |
| HSV(B) | 344.65º | 0.86% | 0.79% | - |
| XYZ | 25.73 | 13.78 | 7.61 | - |
| YUV | 85.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 73 | 0 | 0.86 | 0.64 | 0.21 | 344.65 | 0.75 | 0.45 |
| Hex | C9 | 1D | 49 | 0 | 56 | 40 | 15 | 159 | 4B | 2D |
| Octal | 311 | 35 | 111 | 0 | 126 | 100 | 25 | 531 | 113 | 55 |
| Binary | 11001001 | 11101 | 1001001 | 0 | 1010110 | 1000000 | 10101 | 101011001 | 1001011 | 101101 |
Color Harmonies of #C91D49
Complementary color
Monochromatic Colors of #C91D49
Black with #C91D49
Text Example
Text Example
White with #C91D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D49; }
p { color: rgb(201,29,73); }
H1.HeaderClassName
{
color: #C91D49;
}
.AnyTagClassName
{
color: #C91D49;
}
</style>
background-color css
<style>
a { background-color: #C91D49; }
a { background-color: rgb(201,29,73); }
div.DivClassName
{
background-color: #C91D49;
}
.BgClassName
{
background-color: #C91D49;
}
</style>
border-color css
<style>
span { border-color: #C91D49; }
span { border-color: rgb(201,29,73); }
td.TdClassName
{
border-color: #C91D49;
}
.TagClassName
{
border-color: #C91D49;
}
</style>