Shades of Cardinal #C11931
Tints of Cardinal #C11931
RGB
CMYK
RGB Variations
Color information
#C11931 (or 0xC11931) is known color: Cardinal. HEX triplet: C1, 19 and 31. RGB value is (193,25,49). Sum of RGB (Red+Green+Blue) = 193+25+49=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C11931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11931 is #3EE6CE. Grayscale: #4E4E4E. Windows color (decimal): -4122319 or 3217857. OLE color: 3217857.
HSL color Cylindrical-coordinate representation of color #C11931: hue angle of 351.43º degrees, saturation: 0.77, 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 #C11931 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 49 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.24 |
| HSL | 351.43º | 0.77% | 0.43% | - |
| HSV(B) | 351.43º | 0.87% | 0.76% | - |
| XYZ | 22.89 | 12.25 | 4.06 | - |
| YUV | 77.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 49 | 0 | 0.87 | 0.75 | 0.24 | 351.43 | 0.77 | 0.43 |
| Hex | C1 | 19 | 31 | 0 | 57 | 4B | 18 | 15F | 4D | 2B |
| Octal | 301 | 31 | 61 | 0 | 127 | 113 | 30 | 537 | 115 | 53 |
| Binary | 11000001 | 11001 | 110001 | 0 | 1010111 | 1001011 | 11000 | 101011111 | 1001101 | 101011 |
Color Harmonies of #C11931
Complementary color
Monochromatic Colors of #C11931
Black with #C11931
Text Example
Text Example
White with #C11931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11931; }
p { color: rgb(193,25,49); }
H1.HeaderClassName
{
color: #C11931;
}
.AnyTagClassName
{
color: #C11931;
}
</style>
background-color css
<style>
a { background-color: #C11931; }
a { background-color: rgb(193,25,49); }
div.DivClassName
{
background-color: #C11931;
}
.BgClassName
{
background-color: #C11931;
}
</style>
border-color css
<style>
span { border-color: #C11931; }
span { border-color: rgb(193,25,49); }
td.TdClassName
{
border-color: #C11931;
}
.TagClassName
{
border-color: #C11931;
}
</style>