Shades of Cardinal #C91D46
Tints of Cardinal #C91D46
RGB
CMYK
RGB Variations
Color information
#C91D46 (or 0xC91D46) is known color: Cardinal. HEX triplet: C9, 1D and 46. RGB value is (201,29,70). Sum of RGB (Red+Green+Blue) = 201+29+70=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91D46 is #36E2B9. Grayscale: #555555. Windows color (decimal): -3596986 or 4595145. OLE color: 4595145.
HSL color Cylindrical-coordinate representation of color #C91D46: hue angle of 345.7º 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 #C91D46 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 70 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.21 |
| HSL | 345.7º | 0.75% | 0.45% | - |
| HSV(B) | 345.7º | 0.86% | 0.79% | - |
| XYZ | 25.63 | 13.74 | 7.1 | - |
| YUV | 85.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 70 | 0 | 0.86 | 0.65 | 0.21 | 345.7 | 0.75 | 0.45 |
| Hex | C9 | 1D | 46 | 0 | 56 | 41 | 15 | 15A | 4B | 2D |
| Octal | 311 | 35 | 106 | 0 | 126 | 101 | 25 | 532 | 113 | 55 |
| Binary | 11001001 | 11101 | 1000110 | 0 | 1010110 | 1000001 | 10101 | 101011010 | 1001011 | 101101 |
Color Harmonies of #C91D46
Complementary color
Monochromatic Colors of #C91D46
Black with #C91D46
Text Example
Text Example
White with #C91D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D46; }
p { color: rgb(201,29,70); }
H1.HeaderClassName
{
color: #C91D46;
}
.AnyTagClassName
{
color: #C91D46;
}
</style>
background-color css
<style>
a { background-color: #C91D46; }
a { background-color: rgb(201,29,70); }
div.DivClassName
{
background-color: #C91D46;
}
.BgClassName
{
background-color: #C91D46;
}
</style>
border-color css
<style>
span { border-color: #C91D46; }
span { border-color: rgb(201,29,70); }
td.TdClassName
{
border-color: #C91D46;
}
.TagClassName
{
border-color: #C91D46;
}
</style>