Shades of Cardinal #C91A2E
Tints of Cardinal #C91A2E
RGB
CMYK
RGB Variations
Color information
#C91A2E (or 0xC91A2E) is known color: Cardinal. HEX triplet: C9, 1A and 2E. RGB value is (201,26,46). Sum of RGB (Red+Green+Blue) = 201+26+46=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91A2E is #36E5D1. Grayscale: #505050. Windows color (decimal): -3597778 or 3021513. OLE color: 3021513.
HSL color Cylindrical-coordinate representation of color #C91A2E: hue angle of 353.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91A2E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 46 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.21 |
| HSL | 353.14º | 0.77% | 0.45% | - |
| HSV(B) | 353.14º | 0.87% | 0.79% | - |
| XYZ | 24.95 | 13.35 | 3.85 | - |
| YUV | 80.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 46 | 0 | 0.87 | 0.77 | 0.21 | 353.14 | 0.77 | 0.45 |
| Hex | C9 | 1A | 2E | 0 | 57 | 4D | 15 | 161 | 4D | 2D |
| Octal | 311 | 32 | 56 | 0 | 127 | 115 | 25 | 541 | 115 | 55 |
| Binary | 11001001 | 11010 | 101110 | 0 | 1010111 | 1001101 | 10101 | 101100001 | 1001101 | 101101 |
Color Harmonies of #C91A2E
Complementary color
Monochromatic Colors of #C91A2E
Black with #C91A2E
Text Example
Text Example
White with #C91A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A2E; }
p { color: rgb(201,26,46); }
H1.HeaderClassName
{
color: #C91A2E;
}
.AnyTagClassName
{
color: #C91A2E;
}
</style>
background-color css
<style>
a { background-color: #C91A2E; }
a { background-color: rgb(201,26,46); }
div.DivClassName
{
background-color: #C91A2E;
}
.BgClassName
{
background-color: #C91A2E;
}
</style>
border-color css
<style>
span { border-color: #C91A2E; }
span { border-color: rgb(201,26,46); }
td.TdClassName
{
border-color: #C91A2E;
}
.TagClassName
{
border-color: #C91A2E;
}
</style>