Shades of Cardinal #C11152
Tints of Cardinal #C11152
RGB
CMYK
RGB Variations
Color information
#C11152 (or 0xC11152) is known color: Cardinal. HEX triplet: C1, 11 and 52. RGB value is (193,17,82). Sum of RGB (Red+Green+Blue) = 193+17+82=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C11152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11152 is #3EEEAD. Grayscale: #4C4C4C. Windows color (decimal): -4124334 or 5378497. OLE color: 5378497.
HSL color Cylindrical-coordinate representation of color #C11152: hue angle of 337.84º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11152 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 82 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.24 |
| HSL | 337.84º | 0.84% | 0.41% | - |
| HSV(B) | 337.84º | 0.91% | 0.76% | - |
| XYZ | 23.72 | 12.35 | 9.12 | - |
| YUV | 77.03 | 130.81 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 82 | 0 | 0.91 | 0.58 | 0.24 | 337.84 | 0.84 | 0.41 |
| Hex | C1 | 11 | 52 | 0 | 5B | 3A | 18 | 152 | 54 | 29 |
| Octal | 301 | 21 | 122 | 0 | 133 | 72 | 30 | 522 | 124 | 51 |
| Binary | 11000001 | 10001 | 1010010 | 0 | 1011011 | 111010 | 11000 | 101010010 | 1010100 | 101001 |
Color Harmonies of #C11152
Complementary color
Monochromatic Colors of #C11152
Black with #C11152
Text Example
Text Example
White with #C11152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11152; }
p { color: rgb(193,17,82); }
H1.HeaderClassName
{
color: #C11152;
}
.AnyTagClassName
{
color: #C11152;
}
</style>
background-color css
<style>
a { background-color: #C11152; }
a { background-color: rgb(193,17,82); }
div.DivClassName
{
background-color: #C11152;
}
.BgClassName
{
background-color: #C11152;
}
</style>
border-color css
<style>
span { border-color: #C11152; }
span { border-color: rgb(193,17,82); }
td.TdClassName
{
border-color: #C11152;
}
.TagClassName
{
border-color: #C11152;
}
</style>