Shades of Cardinal #C91E45
Tints of Cardinal #C91E45
RGB
CMYK
RGB Variations
Color information
#C91E45 (or 0xC91E45) is known color: Cardinal. HEX triplet: C9, 1E and 45. RGB value is (201,30,69). Sum of RGB (Red+Green+Blue) = 201+30+69=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E45 is #36E1BA. Grayscale: #555555. Windows color (decimal): -3596731 or 4529865. OLE color: 4529865.
HSL color Cylindrical-coordinate representation of color #C91E45: hue angle of 346.32º 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 #C91E45 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 69 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.21 |
| HSL | 346.32º | 0.74% | 0.45% | - |
| HSV(B) | 346.32º | 0.85% | 0.79% | - |
| XYZ | 25.63 | 13.78 | 6.94 | - |
| YUV | 85.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 69 | 0 | 0.85 | 0.66 | 0.21 | 346.32 | 0.74 | 0.45 |
| Hex | C9 | 1E | 45 | 0 | 55 | 42 | 15 | 15A | 4A | 2D |
| Octal | 311 | 36 | 105 | 0 | 125 | 102 | 25 | 532 | 112 | 55 |
| Binary | 11001001 | 11110 | 1000101 | 0 | 1010101 | 1000010 | 10101 | 101011010 | 1001010 | 101101 |
Color Harmonies of #C91E45
Complementary color
Monochromatic Colors of #C91E45
Black with #C91E45
Text Example
Text Example
White with #C91E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E45; }
p { color: rgb(201,30,69); }
H1.HeaderClassName
{
color: #C91E45;
}
.AnyTagClassName
{
color: #C91E45;
}
</style>
background-color css
<style>
a { background-color: #C91E45; }
a { background-color: rgb(201,30,69); }
div.DivClassName
{
background-color: #C91E45;
}
.BgClassName
{
background-color: #C91E45;
}
</style>
border-color css
<style>
span { border-color: #C91E45; }
span { border-color: rgb(201,30,69); }
td.TdClassName
{
border-color: #C91E45;
}
.TagClassName
{
border-color: #C91E45;
}
</style>