Shades of Cardinal #C91C2E
Tints of Cardinal #C91C2E
RGB
CMYK
RGB Variations
Color information
#C91C2E (or 0xC91C2E) is known color: Cardinal. HEX triplet: C9, 1C and 2E. RGB value is (201,28,46). Sum of RGB (Red+Green+Blue) = 201+28+46=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91C2E is #36E3D1. Grayscale: #515151. Windows color (decimal): -3597266 or 3022025. OLE color: 3022025.
HSL color Cylindrical-coordinate representation of color #C91C2E: hue angle of 353.76º degrees, saturation: 0.76, 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 #C91C2E is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 46 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.21 |
| HSL | 353.76º | 0.76% | 0.45% | - |
| HSV(B) | 353.76º | 0.86% | 0.79% | - |
| XYZ | 25 | 13.45 | 3.86 | - |
| YUV | 81.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 46 | 0 | 0.86 | 0.77 | 0.21 | 353.76 | 0.76 | 0.45 |
| Hex | C9 | 1C | 2E | 0 | 56 | 4D | 15 | 162 | 4C | 2D |
| Octal | 311 | 34 | 56 | 0 | 126 | 115 | 25 | 542 | 114 | 55 |
| Binary | 11001001 | 11100 | 101110 | 0 | 1010110 | 1001101 | 10101 | 101100010 | 1001100 | 101101 |
Color Harmonies of #C91C2E
Complementary color
Monochromatic Colors of #C91C2E
Black with #C91C2E
Text Example
Text Example
White with #C91C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C2E; }
p { color: rgb(201,28,46); }
H1.HeaderClassName
{
color: #C91C2E;
}
.AnyTagClassName
{
color: #C91C2E;
}
</style>
background-color css
<style>
a { background-color: #C91C2E; }
a { background-color: rgb(201,28,46); }
div.DivClassName
{
background-color: #C91C2E;
}
.BgClassName
{
background-color: #C91C2E;
}
</style>
border-color css
<style>
span { border-color: #C91C2E; }
span { border-color: rgb(201,28,46); }
td.TdClassName
{
border-color: #C91C2E;
}
.TagClassName
{
border-color: #C91C2E;
}
</style>