Shades of Cardinal #C11052
Tints of Cardinal #C11052
RGB
CMYK
RGB Variations
Color information
#C11052 (or 0xC11052) is known color: Cardinal. HEX triplet: C1, 10 and 52. RGB value is (193,16,82). Sum of RGB (Red+Green+Blue) = 193+16+82=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C11052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11052 is #3EEFAD. Grayscale: #4C4C4C. Windows color (decimal): -4124590 or 5378241. OLE color: 5378241.
HSL color Cylindrical-coordinate representation of color #C11052: hue angle of 337.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11052 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 82 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.24 |
| HSL | 337.63º | 0.85% | 0.41% | - |
| HSV(B) | 337.63º | 0.92% | 0.76% | - |
| XYZ | 23.7 | 12.32 | 9.11 | - |
| YUV | 76.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 82 | 0 | 0.92 | 0.58 | 0.24 | 337.63 | 0.85 | 0.41 |
| Hex | C1 | 10 | 52 | 0 | 5C | 3A | 18 | 152 | 55 | 29 |
| Octal | 301 | 20 | 122 | 0 | 134 | 72 | 30 | 522 | 125 | 51 |
| Binary | 11000001 | 10000 | 1010010 | 0 | 1011100 | 111010 | 11000 | 101010010 | 1010101 | 101001 |
Color Harmonies of #C11052
Complementary color
Monochromatic Colors of #C11052
Black with #C11052
Text Example
Text Example
White with #C11052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11052; }
p { color: rgb(193,16,82); }
H1.HeaderClassName
{
color: #C11052;
}
.AnyTagClassName
{
color: #C11052;
}
</style>
background-color css
<style>
a { background-color: #C11052; }
a { background-color: rgb(193,16,82); }
div.DivClassName
{
background-color: #C11052;
}
.BgClassName
{
background-color: #C11052;
}
</style>
border-color css
<style>
span { border-color: #C11052; }
span { border-color: rgb(193,16,82); }
td.TdClassName
{
border-color: #C11052;
}
.TagClassName
{
border-color: #C11052;
}
</style>