Shades of Cardinal #C91744
Tints of Cardinal #C91744
RGB
CMYK
RGB Variations
Color information
#C91744 (or 0xC91744) is known color: Cardinal. HEX triplet: C9, 17 and 44. RGB value is (201,23,68). Sum of RGB (Red+Green+Blue) = 201+23+68=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C91744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91744 is #36E8BB. Grayscale: #515151. Windows color (decimal): -3598524 or 4462537. OLE color: 4462537.
HSL color Cylindrical-coordinate representation of color #C91744: hue angle of 344.83º degrees, saturation: 0.79, 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 #C91744 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 68 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.21 |
| HSL | 344.83º | 0.79% | 0.44% | - |
| HSV(B) | 344.83º | 0.89% | 0.79% | - |
| XYZ | 25.44 | 13.45 | 6.72 | - |
| YUV | 81.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 68 | 0 | 0.89 | 0.66 | 0.21 | 344.83 | 0.79 | 0.44 |
| Hex | C9 | 17 | 44 | 0 | 59 | 42 | 15 | 159 | 4F | 2C |
| Octal | 311 | 27 | 104 | 0 | 131 | 102 | 25 | 531 | 117 | 54 |
| Binary | 11001001 | 10111 | 1000100 | 0 | 1011001 | 1000010 | 10101 | 101011001 | 1001111 | 101100 |
Color Harmonies of #C91744
Complementary color
Monochromatic Colors of #C91744
Black with #C91744
Text Example
Text Example
White with #C91744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91744; }
p { color: rgb(201,23,68); }
H1.HeaderClassName
{
color: #C91744;
}
.AnyTagClassName
{
color: #C91744;
}
</style>
background-color css
<style>
a { background-color: #C91744; }
a { background-color: rgb(201,23,68); }
div.DivClassName
{
background-color: #C91744;
}
.BgClassName
{
background-color: #C91744;
}
</style>
border-color css
<style>
span { border-color: #C91744; }
span { border-color: rgb(201,23,68); }
td.TdClassName
{
border-color: #C91744;
}
.TagClassName
{
border-color: #C91744;
}
</style>