Shades of Cardinal #C11631
Tints of Cardinal #C11631
RGB
CMYK
RGB Variations
Color information
#C11631 (or 0xC11631) is known color: Cardinal. HEX triplet: C1, 16 and 31. RGB value is (193,22,49). Sum of RGB (Red+Green+Blue) = 193+22+49=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C11631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11631 is #3EE9CE. Grayscale: #4C4C4C. Windows color (decimal): -4123087 or 3217089. OLE color: 3217089.
HSL color Cylindrical-coordinate representation of color #C11631: hue angle of 350.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11631 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 49 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.24 |
| HSL | 350.53º | 0.8% | 0.42% | - |
| HSV(B) | 350.53º | 0.89% | 0.76% | - |
| XYZ | 22.83 | 12.13 | 4.04 | - |
| YUV | 76.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 49 | 0 | 0.89 | 0.75 | 0.24 | 350.53 | 0.8 | 0.42 |
| Hex | C1 | 16 | 31 | 0 | 59 | 4B | 18 | 15F | 50 | 2A |
| Octal | 301 | 26 | 61 | 0 | 131 | 113 | 30 | 537 | 120 | 52 |
| Binary | 11000001 | 10110 | 110001 | 0 | 1011001 | 1001011 | 11000 | 101011111 | 1010000 | 101010 |
Color Harmonies of #C11631
Complementary color
Monochromatic Colors of #C11631
Black with #C11631
Text Example
Text Example
White with #C11631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11631; }
p { color: rgb(193,22,49); }
H1.HeaderClassName
{
color: #C11631;
}
.AnyTagClassName
{
color: #C11631;
}
</style>
background-color css
<style>
a { background-color: #C11631; }
a { background-color: rgb(193,22,49); }
div.DivClassName
{
background-color: #C11631;
}
.BgClassName
{
background-color: #C11631;
}
</style>
border-color css
<style>
span { border-color: #C11631; }
span { border-color: rgb(193,22,49); }
td.TdClassName
{
border-color: #C11631;
}
.TagClassName
{
border-color: #C11631;
}
</style>