Shades of Cardinal #C91741
Tints of Cardinal #C91741
RGB
CMYK
RGB Variations
Color information
#C91741 (or 0xC91741) is known color: Cardinal. HEX triplet: C9, 17 and 41. RGB value is (201,23,65). Sum of RGB (Red+Green+Blue) = 201+23+65=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C91741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91741 is #36E8BE. Grayscale: #515151. Windows color (decimal): -3598527 or 4265929. OLE color: 4265929.
HSL color Cylindrical-coordinate representation of color #C91741: hue angle of 345.84º 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 #C91741 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 65 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.21 |
| HSL | 345.84º | 0.79% | 0.44% | - |
| HSV(B) | 345.84º | 0.89% | 0.79% | - |
| XYZ | 25.35 | 13.41 | 6.25 | - |
| YUV | 81.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 65 | 0 | 0.89 | 0.68 | 0.21 | 345.84 | 0.79 | 0.44 |
| Hex | C9 | 17 | 41 | 0 | 59 | 44 | 15 | 15A | 4F | 2C |
| Octal | 311 | 27 | 101 | 0 | 131 | 104 | 25 | 532 | 117 | 54 |
| Binary | 11001001 | 10111 | 1000001 | 0 | 1011001 | 1000100 | 10101 | 101011010 | 1001111 | 101100 |
Color Harmonies of #C91741
Complementary color
Monochromatic Colors of #C91741
Black with #C91741
Text Example
Text Example
White with #C91741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91741; }
p { color: rgb(201,23,65); }
H1.HeaderClassName
{
color: #C91741;
}
.AnyTagClassName
{
color: #C91741;
}
</style>
background-color css
<style>
a { background-color: #C91741; }
a { background-color: rgb(201,23,65); }
div.DivClassName
{
background-color: #C91741;
}
.BgClassName
{
background-color: #C91741;
}
</style>
border-color css
<style>
span { border-color: #C91741; }
span { border-color: rgb(201,23,65); }
td.TdClassName
{
border-color: #C91741;
}
.TagClassName
{
border-color: #C91741;
}
</style>