Shades of Cardinal #C11932
Tints of Cardinal #C11932
RGB
CMYK
RGB Variations
Color information
#C11932 (or 0xC11932) is known color: Cardinal. HEX triplet: C1, 19 and 32. RGB value is (193,25,50). Sum of RGB (Red+Green+Blue) = 193+25+50=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C11932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11932 is #3EE6CD. Grayscale: #4E4E4E. Windows color (decimal): -4122318 or 3283393. OLE color: 3283393.
HSL color Cylindrical-coordinate representation of color #C11932: hue angle of 351.07º 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 #C11932 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 50 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.24 |
| HSL | 351.07º | 0.77% | 0.43% | - |
| HSV(B) | 351.07º | 0.87% | 0.76% | - |
| XYZ | 22.92 | 12.26 | 4.18 | - |
| YUV | 78.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 50 | 0 | 0.87 | 0.74 | 0.24 | 351.07 | 0.77 | 0.43 |
| Hex | C1 | 19 | 32 | 0 | 57 | 4A | 18 | 15F | 4D | 2B |
| Octal | 301 | 31 | 62 | 0 | 127 | 112 | 30 | 537 | 115 | 53 |
| Binary | 11000001 | 11001 | 110010 | 0 | 1010111 | 1001010 | 11000 | 101011111 | 1001101 | 101011 |
Color Harmonies of #C11932
Complementary color
Monochromatic Colors of #C11932
Black with #C11932
Text Example
Text Example
White with #C11932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11932; }
p { color: rgb(193,25,50); }
H1.HeaderClassName
{
color: #C11932;
}
.AnyTagClassName
{
color: #C11932;
}
</style>
background-color css
<style>
a { background-color: #C11932; }
a { background-color: rgb(193,25,50); }
div.DivClassName
{
background-color: #C11932;
}
.BgClassName
{
background-color: #C11932;
}
</style>
border-color css
<style>
span { border-color: #C11932; }
span { border-color: rgb(193,25,50); }
td.TdClassName
{
border-color: #C11932;
}
.TagClassName
{
border-color: #C11932;
}
</style>