Shades of Cardinal #C11643
Tints of Cardinal #C11643
RGB
CMYK
RGB Variations
Color information
#C11643 (or 0xC11643) is known color: Cardinal. HEX triplet: C1, 16 and 43. RGB value is (193,22,67). Sum of RGB (Red+Green+Blue) = 193+22+67=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C11643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11643 is #3EE9BC. Grayscale: #4E4E4E. Windows color (decimal): -4123069 or 4396737. OLE color: 4396737.
HSL color Cylindrical-coordinate representation of color #C11643: hue angle of 344.21º 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 #C11643 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 67 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.24 |
| HSL | 344.21º | 0.8% | 0.42% | - |
| HSV(B) | 344.21º | 0.89% | 0.76% | - |
| XYZ | 23.29 | 12.32 | 6.46 | - |
| YUV | 78.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 67 | 0 | 0.89 | 0.65 | 0.24 | 344.21 | 0.8 | 0.42 |
| Hex | C1 | 16 | 43 | 0 | 59 | 41 | 18 | 158 | 50 | 2A |
| Octal | 301 | 26 | 103 | 0 | 131 | 101 | 30 | 530 | 120 | 52 |
| Binary | 11000001 | 10110 | 1000011 | 0 | 1011001 | 1000001 | 11000 | 101011000 | 1010000 | 101010 |
Color Harmonies of #C11643
Complementary color
Monochromatic Colors of #C11643
Black with #C11643
Text Example
Text Example
White with #C11643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11643; }
p { color: rgb(193,22,67); }
H1.HeaderClassName
{
color: #C11643;
}
.AnyTagClassName
{
color: #C11643;
}
</style>
background-color css
<style>
a { background-color: #C11643; }
a { background-color: rgb(193,22,67); }
div.DivClassName
{
background-color: #C11643;
}
.BgClassName
{
background-color: #C11643;
}
</style>
border-color css
<style>
span { border-color: #C11643; }
span { border-color: rgb(193,22,67); }
td.TdClassName
{
border-color: #C11643;
}
.TagClassName
{
border-color: #C11643;
}
</style>