Shades of Cardinal #C91D40
Tints of Cardinal #C91D40
RGB
CMYK
RGB Variations
Color information
#C91D40 (or 0xC91D40) is known color: Cardinal. HEX triplet: C9, 1D and 40. RGB value is (201,29,64). Sum of RGB (Red+Green+Blue) = 201+29+64=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91D40 is #36E2BF. Grayscale: #545454. Windows color (decimal): -3596992 or 4201929. OLE color: 4201929.
HSL color Cylindrical-coordinate representation of color #C91D40: hue angle of 347.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D40 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 64 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.21 |
| HSL | 347.79º | 0.75% | 0.45% | - |
| HSV(B) | 347.79º | 0.86% | 0.79% | - |
| XYZ | 25.45 | 13.67 | 6.15 | - |
| YUV | 84.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 64 | 0 | 0.86 | 0.68 | 0.21 | 347.79 | 0.75 | 0.45 |
| Hex | C9 | 1D | 40 | 0 | 56 | 44 | 15 | 15C | 4B | 2D |
| Octal | 311 | 35 | 100 | 0 | 126 | 104 | 25 | 534 | 113 | 55 |
| Binary | 11001001 | 11101 | 1000000 | 0 | 1010110 | 1000100 | 10101 | 101011100 | 1001011 | 101101 |
Color Harmonies of #C91D40
Complementary color
Monochromatic Colors of #C91D40
Black with #C91D40
Text Example
Text Example
White with #C91D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D40; }
p { color: rgb(201,29,64); }
H1.HeaderClassName
{
color: #C91D40;
}
.AnyTagClassName
{
color: #C91D40;
}
</style>
background-color css
<style>
a { background-color: #C91D40; }
a { background-color: rgb(201,29,64); }
div.DivClassName
{
background-color: #C91D40;
}
.BgClassName
{
background-color: #C91D40;
}
</style>
border-color css
<style>
span { border-color: #C91D40; }
span { border-color: rgb(201,29,64); }
td.TdClassName
{
border-color: #C91D40;
}
.TagClassName
{
border-color: #C91D40;
}
</style>