Shades of Cardinal #C91245
Tints of Cardinal #C91245
RGB
CMYK
RGB Variations
Color information
#C91245 (or 0xC91245) is known color: Cardinal. HEX triplet: C9, 12 and 45. RGB value is (201,18,69). Sum of RGB (Red+Green+Blue) = 201+18+69=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C91245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91245 is #36EDBA. Grayscale: #4E4E4E. Windows color (decimal): -3599803 or 4526793. OLE color: 4526793.
HSL color Cylindrical-coordinate representation of color #C91245: hue angle of 343.28º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91245 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 69 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.21 |
| HSL | 343.28º | 0.84% | 0.43% | - |
| HSV(B) | 343.28º | 0.91% | 0.79% | - |
| XYZ | 25.38 | 13.28 | 6.86 | - |
| YUV | 78.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 69 | 0 | 0.91 | 0.66 | 0.21 | 343.28 | 0.84 | 0.43 |
| Hex | C9 | 12 | 45 | 0 | 5B | 42 | 15 | 157 | 54 | 2B |
| Octal | 311 | 22 | 105 | 0 | 133 | 102 | 25 | 527 | 124 | 53 |
| Binary | 11001001 | 10010 | 1000101 | 0 | 1011011 | 1000010 | 10101 | 101010111 | 1010100 | 101011 |
Color Harmonies of #C91245
Complementary color
Monochromatic Colors of #C91245
Black with #C91245
Text Example
Text Example
White with #C91245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91245; }
p { color: rgb(201,18,69); }
H1.HeaderClassName
{
color: #C91245;
}
.AnyTagClassName
{
color: #C91245;
}
</style>
background-color css
<style>
a { background-color: #C91245; }
a { background-color: rgb(201,18,69); }
div.DivClassName
{
background-color: #C91245;
}
.BgClassName
{
background-color: #C91245;
}
</style>
border-color css
<style>
span { border-color: #C91245; }
span { border-color: rgb(201,18,69); }
td.TdClassName
{
border-color: #C91245;
}
.TagClassName
{
border-color: #C91245;
}
</style>