Shades of Cardinal #C11A2B
Tints of Cardinal #C11A2B
RGB
CMYK
RGB Variations
Color information
#C11A2B (or 0xC11A2B) is known color: Cardinal. HEX triplet: C1, 1A and 2B. RGB value is (193,26,43). Sum of RGB (Red+Green+Blue) = 193+26+43=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A2B is #3EE5D4. Grayscale: #4D4D4D. Windows color (decimal): -4122069 or 2824897. OLE color: 2824897.
HSL color Cylindrical-coordinate representation of color #C11A2B: hue angle of 353.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11A2B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 43 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.24 |
| HSL | 353.89º | 0.76% | 0.43% | - |
| HSV(B) | 353.89º | 0.87% | 0.76% | - |
| XYZ | 22.8 | 12.25 | 3.45 | - |
| YUV | 77.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 43 | 0 | 0.87 | 0.78 | 0.24 | 353.89 | 0.76 | 0.43 |
| Hex | C1 | 1A | 2B | 0 | 57 | 4E | 18 | 162 | 4C | 2B |
| Octal | 301 | 32 | 53 | 0 | 127 | 116 | 30 | 542 | 114 | 53 |
| Binary | 11000001 | 11010 | 101011 | 0 | 1010111 | 1001110 | 11000 | 101100010 | 1001100 | 101011 |
Color Harmonies of #C11A2B
Complementary color
Monochromatic Colors of #C11A2B
Black with #C11A2B
Text Example
Text Example
White with #C11A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A2B; }
p { color: rgb(193,26,43); }
H1.HeaderClassName
{
color: #C11A2B;
}
.AnyTagClassName
{
color: #C11A2B;
}
</style>
background-color css
<style>
a { background-color: #C11A2B; }
a { background-color: rgb(193,26,43); }
div.DivClassName
{
background-color: #C11A2B;
}
.BgClassName
{
background-color: #C11A2B;
}
</style>
border-color css
<style>
span { border-color: #C11A2B; }
span { border-color: rgb(193,26,43); }
td.TdClassName
{
border-color: #C11A2B;
}
.TagClassName
{
border-color: #C11A2B;
}
</style>