Shades of Cardinal #C11346
Tints of Cardinal #C11346
RGB
CMYK
RGB Variations
Color information
#C11346 (or 0xC11346) is known color: Cardinal. HEX triplet: C1, 13 and 46. RGB value is (193,19,70). Sum of RGB (Red+Green+Blue) = 193+19+70=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C11346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11346 is #3EECB9. Grayscale: #4C4C4C. Windows color (decimal): -4123834 or 4592577. OLE color: 4592577.
HSL color Cylindrical-coordinate representation of color #C11346: hue angle of 342.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11346 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 70 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.24 |
| HSL | 342.41º | 0.82% | 0.42% | - |
| HSV(B) | 342.41º | 0.9% | 0.76% | - |
| XYZ | 23.33 | 12.25 | 6.93 | - |
| YUV | 76.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 70 | 0 | 0.90 | 0.64 | 0.24 | 342.41 | 0.82 | 0.42 |
| Hex | C1 | 13 | 46 | 0 | 5A | 40 | 18 | 156 | 52 | 2A |
| Octal | 301 | 23 | 106 | 0 | 132 | 100 | 30 | 526 | 122 | 52 |
| Binary | 11000001 | 10011 | 1000110 | 0 | 1011010 | 1000000 | 11000 | 101010110 | 1010010 | 101010 |
Color Harmonies of #C11346
Complementary color
Monochromatic Colors of #C11346
Black with #C11346
Text Example
Text Example
White with #C11346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11346; }
p { color: rgb(193,19,70); }
H1.HeaderClassName
{
color: #C11346;
}
.AnyTagClassName
{
color: #C11346;
}
</style>
background-color css
<style>
a { background-color: #C11346; }
a { background-color: rgb(193,19,70); }
div.DivClassName
{
background-color: #C11346;
}
.BgClassName
{
background-color: #C11346;
}
</style>
border-color css
<style>
span { border-color: #C11346; }
span { border-color: rgb(193,19,70); }
td.TdClassName
{
border-color: #C11346;
}
.TagClassName
{
border-color: #C11346;
}
</style>