Shades of Cardinal #C11E43
Tints of Cardinal #C11E43
RGB
CMYK
RGB Variations
Color information
#C11E43 (or 0xC11E43) is known color: Cardinal. HEX triplet: C1, 1E and 43. RGB value is (193,30,67). Sum of RGB (Red+Green+Blue) = 193+30+67=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E43 is #3EE1BC. Grayscale: #525252. Windows color (decimal): -4121021 or 4398785. OLE color: 4398785.
HSL color Cylindrical-coordinate representation of color #C11E43: hue angle of 346.38º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E43 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 67 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.24 |
| HSL | 346.38º | 0.73% | 0.44% | - |
| HSV(B) | 346.38º | 0.84% | 0.76% | - |
| XYZ | 23.47 | 12.67 | 6.52 | - |
| YUV | 82.96 | 119 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 67 | 0 | 0.84 | 0.65 | 0.24 | 346.38 | 0.73 | 0.44 |
| Hex | C1 | 1E | 43 | 0 | 54 | 41 | 18 | 15A | 49 | 2C |
| Octal | 301 | 36 | 103 | 0 | 124 | 101 | 30 | 532 | 111 | 54 |
| Binary | 11000001 | 11110 | 1000011 | 0 | 1010100 | 1000001 | 11000 | 101011010 | 1001001 | 101100 |
Color Harmonies of #C11E43
Complementary color
Monochromatic Colors of #C11E43
Black with #C11E43
Text Example
Text Example
White with #C11E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E43; }
p { color: rgb(193,30,67); }
H1.HeaderClassName
{
color: #C11E43;
}
.AnyTagClassName
{
color: #C11E43;
}
</style>
background-color css
<style>
a { background-color: #C11E43; }
a { background-color: rgb(193,30,67); }
div.DivClassName
{
background-color: #C11E43;
}
.BgClassName
{
background-color: #C11E43;
}
</style>
border-color css
<style>
span { border-color: #C11E43; }
span { border-color: rgb(193,30,67); }
td.TdClassName
{
border-color: #C11E43;
}
.TagClassName
{
border-color: #C11E43;
}
</style>