Shades of Cardinal #C91C2D
Tints of Cardinal #C91C2D
RGB
CMYK
RGB Variations
Color information
#C91C2D (or 0xC91C2D) is known color: Cardinal. HEX triplet: C9, 1C and 2D. RGB value is (201,28,45). Sum of RGB (Red+Green+Blue) = 201+28+45=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91C2D is #36E3D2. Grayscale: #515151. Windows color (decimal): -3597267 or 2956489. OLE color: 2956489.
HSL color Cylindrical-coordinate representation of color #C91C2D: hue angle of 354.1º 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 #C91C2D is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 45 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.21 |
| HSL | 354.1º | 0.76% | 0.45% | - |
| HSV(B) | 354.1º | 0.86% | 0.79% | - |
| XYZ | 24.98 | 13.44 | 3.76 | - |
| YUV | 81.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 45 | 0 | 0.86 | 0.78 | 0.21 | 354.1 | 0.76 | 0.45 |
| Hex | C9 | 1C | 2D | 0 | 56 | 4E | 15 | 162 | 4C | 2D |
| Octal | 311 | 34 | 55 | 0 | 126 | 116 | 25 | 542 | 114 | 55 |
| Binary | 11001001 | 11100 | 101101 | 0 | 1010110 | 1001110 | 10101 | 101100010 | 1001100 | 101101 |
Color Harmonies of #C91C2D
Complementary color
Monochromatic Colors of #C91C2D
Black with #C91C2D
Text Example
Text Example
White with #C91C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C2D; }
p { color: rgb(201,28,45); }
H1.HeaderClassName
{
color: #C91C2D;
}
.AnyTagClassName
{
color: #C91C2D;
}
</style>
background-color css
<style>
a { background-color: #C91C2D; }
a { background-color: rgb(201,28,45); }
div.DivClassName
{
background-color: #C91C2D;
}
.BgClassName
{
background-color: #C91C2D;
}
</style>
border-color css
<style>
span { border-color: #C91C2D; }
span { border-color: rgb(201,28,45); }
td.TdClassName
{
border-color: #C91C2D;
}
.TagClassName
{
border-color: #C91C2D;
}
</style>