Shades of Cardinal #C11A39
Tints of Cardinal #C11A39
RGB
CMYK
RGB Variations
Color information
#C11A39 (or 0xC11A39) is known color: Cardinal. HEX triplet: C1, 1A and 39. RGB value is (193,26,57). Sum of RGB (Red+Green+Blue) = 193+26+57=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A39 is #3EE5C6. Grayscale: #4F4F4F. Windows color (decimal): -4122055 or 3742401. OLE color: 3742401.
HSL color Cylindrical-coordinate representation of color #C11A39: hue angle of 348.86º 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 #C11A39 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 57 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.24 |
| HSL | 348.86º | 0.76% | 0.43% | - |
| HSV(B) | 348.86º | 0.87% | 0.76% | - |
| XYZ | 23.1 | 12.37 | 5.04 | - |
| YUV | 79.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 57 | 0 | 0.87 | 0.70 | 0.24 | 348.86 | 0.76 | 0.43 |
| Hex | C1 | 1A | 39 | 0 | 57 | 46 | 18 | 15D | 4C | 2B |
| Octal | 301 | 32 | 71 | 0 | 127 | 106 | 30 | 535 | 114 | 53 |
| Binary | 11000001 | 11010 | 111001 | 0 | 1010111 | 1000110 | 11000 | 101011101 | 1001100 | 101011 |
Color Harmonies of #C11A39
Complementary color
Monochromatic Colors of #C11A39
Black with #C11A39
Text Example
Text Example
White with #C11A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A39; }
p { color: rgb(193,26,57); }
H1.HeaderClassName
{
color: #C11A39;
}
.AnyTagClassName
{
color: #C11A39;
}
</style>
background-color css
<style>
a { background-color: #C11A39; }
a { background-color: rgb(193,26,57); }
div.DivClassName
{
background-color: #C11A39;
}
.BgClassName
{
background-color: #C11A39;
}
</style>
border-color css
<style>
span { border-color: #C11A39; }
span { border-color: rgb(193,26,57); }
td.TdClassName
{
border-color: #C11A39;
}
.TagClassName
{
border-color: #C11A39;
}
</style>