Shades of Cardinal #C91945
Tints of Cardinal #C91945
RGB
CMYK
RGB Variations
Color information
#C91945 (or 0xC91945) is known color: Cardinal. HEX triplet: C9, 19 and 45. RGB value is (201,25,69). Sum of RGB (Red+Green+Blue) = 201+25+69=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C91945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91945 is #36E6BA. Grayscale: #525252. Windows color (decimal): -3598011 or 4528585. OLE color: 4528585.
HSL color Cylindrical-coordinate representation of color #C91945: hue angle of 345º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91945 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 69 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.21 |
| HSL | 345º | 0.78% | 0.44% | - |
| HSV(B) | 345º | 0.88% | 0.79% | - |
| XYZ | 25.51 | 13.54 | 6.9 | - |
| YUV | 82.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 69 | 0 | 0.88 | 0.66 | 0.21 | 345 | 0.78 | 0.44 |
| Hex | C9 | 19 | 45 | 0 | 58 | 42 | 15 | 159 | 4E | 2C |
| Octal | 311 | 31 | 105 | 0 | 130 | 102 | 25 | 531 | 116 | 54 |
| Binary | 11001001 | 11001 | 1000101 | 0 | 1011000 | 1000010 | 10101 | 101011001 | 1001110 | 101100 |
Color Harmonies of #C91945
Complementary color
Monochromatic Colors of #C91945
Black with #C91945
Text Example
Text Example
White with #C91945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91945; }
p { color: rgb(201,25,69); }
H1.HeaderClassName
{
color: #C91945;
}
.AnyTagClassName
{
color: #C91945;
}
</style>
background-color css
<style>
a { background-color: #C91945; }
a { background-color: rgb(201,25,69); }
div.DivClassName
{
background-color: #C91945;
}
.BgClassName
{
background-color: #C91945;
}
</style>
border-color css
<style>
span { border-color: #C91945; }
span { border-color: rgb(201,25,69); }
td.TdClassName
{
border-color: #C91945;
}
.TagClassName
{
border-color: #C91945;
}
</style>