Shades of Cardinal #C91E41
Tints of Cardinal #C91E41
RGB
CMYK
RGB Variations
Color information
#C91E41 (or 0xC91E41) is known color: Cardinal. HEX triplet: C9, 1E and 41. RGB value is (201,30,65). Sum of RGB (Red+Green+Blue) = 201+30+65=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E41 is #36E1BE. Grayscale: #555555. Windows color (decimal): -3596735 or 4267721. OLE color: 4267721.
HSL color Cylindrical-coordinate representation of color #C91E41: hue angle of 347.72º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E41 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 65 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.21 |
| HSL | 347.72º | 0.74% | 0.45% | - |
| HSV(B) | 347.72º | 0.85% | 0.79% | - |
| XYZ | 25.51 | 13.73 | 6.31 | - |
| YUV | 85.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 65 | 0 | 0.85 | 0.68 | 0.21 | 347.72 | 0.74 | 0.45 |
| Hex | C9 | 1E | 41 | 0 | 55 | 44 | 15 | 15C | 4A | 2D |
| Octal | 311 | 36 | 101 | 0 | 125 | 104 | 25 | 534 | 112 | 55 |
| Binary | 11001001 | 11110 | 1000001 | 0 | 1010101 | 1000100 | 10101 | 101011100 | 1001010 | 101101 |
Color Harmonies of #C91E41
Complementary color
Monochromatic Colors of #C91E41
Black with #C91E41
Text Example
Text Example
White with #C91E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E41; }
p { color: rgb(201,30,65); }
H1.HeaderClassName
{
color: #C91E41;
}
.AnyTagClassName
{
color: #C91E41;
}
</style>
background-color css
<style>
a { background-color: #C91E41; }
a { background-color: rgb(201,30,65); }
div.DivClassName
{
background-color: #C91E41;
}
.BgClassName
{
background-color: #C91E41;
}
</style>
border-color css
<style>
span { border-color: #C91E41; }
span { border-color: rgb(201,30,65); }
td.TdClassName
{
border-color: #C91E41;
}
.TagClassName
{
border-color: #C91E41;
}
</style>