Shades of Cardinal #C91D39
Tints of Cardinal #C91D39
RGB
CMYK
RGB Variations
Color information
#C91D39 (or 0xC91D39) is known color: Cardinal. HEX triplet: C9, 1D and 39. RGB value is (201,29,57). Sum of RGB (Red+Green+Blue) = 201+29+57=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91D39 is #36E2C6. Grayscale: #535353. Windows color (decimal): -3596999 or 3743177. OLE color: 3743177.
HSL color Cylindrical-coordinate representation of color #C91D39: hue angle of 350.23º 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 #C91D39 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 57 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.21 |
| HSL | 350.23º | 0.75% | 0.45% | - |
| HSV(B) | 350.23º | 0.86% | 0.79% | - |
| XYZ | 25.27 | 13.59 | 5.16 | - |
| YUV | 83.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 57 | 0 | 0.86 | 0.72 | 0.21 | 350.23 | 0.75 | 0.45 |
| Hex | C9 | 1D | 39 | 0 | 56 | 48 | 15 | 15E | 4B | 2D |
| Octal | 311 | 35 | 71 | 0 | 126 | 110 | 25 | 536 | 113 | 55 |
| Binary | 11001001 | 11101 | 111001 | 0 | 1010110 | 1001000 | 10101 | 101011110 | 1001011 | 101101 |
Color Harmonies of #C91D39
Complementary color
Monochromatic Colors of #C91D39
Black with #C91D39
Text Example
Text Example
White with #C91D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D39; }
p { color: rgb(201,29,57); }
H1.HeaderClassName
{
color: #C91D39;
}
.AnyTagClassName
{
color: #C91D39;
}
</style>
background-color css
<style>
a { background-color: #C91D39; }
a { background-color: rgb(201,29,57); }
div.DivClassName
{
background-color: #C91D39;
}
.BgClassName
{
background-color: #C91D39;
}
</style>
border-color css
<style>
span { border-color: #C91D39; }
span { border-color: rgb(201,29,57); }
td.TdClassName
{
border-color: #C91D39;
}
.TagClassName
{
border-color: #C91D39;
}
</style>