Shades of Cardinal #C11746
Tints of Cardinal #C11746
RGB
CMYK
RGB Variations
Color information
#C11746 (or 0xC11746) is known color: Cardinal. HEX triplet: C1, 17 and 46. RGB value is (193,23,70). Sum of RGB (Red+Green+Blue) = 193+23+70=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C11746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11746 is #3EE8B9. Grayscale: #4F4F4F. Windows color (decimal): -4122810 or 4593601. OLE color: 4593601.
HSL color Cylindrical-coordinate representation of color #C11746: hue angle of 343.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11746 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 70 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.24 |
| HSL | 343.41º | 0.79% | 0.42% | - |
| HSV(B) | 343.41º | 0.88% | 0.76% | - |
| XYZ | 23.4 | 12.39 | 6.95 | - |
| YUV | 79.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 70 | 0 | 0.88 | 0.64 | 0.24 | 343.41 | 0.79 | 0.42 |
| Hex | C1 | 17 | 46 | 0 | 58 | 40 | 18 | 157 | 4F | 2A |
| Octal | 301 | 27 | 106 | 0 | 130 | 100 | 30 | 527 | 117 | 52 |
| Binary | 11000001 | 10111 | 1000110 | 0 | 1011000 | 1000000 | 11000 | 101010111 | 1001111 | 101010 |
Color Harmonies of #C11746
Complementary color
Monochromatic Colors of #C11746
Black with #C11746
Text Example
Text Example
White with #C11746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11746; }
p { color: rgb(193,23,70); }
H1.HeaderClassName
{
color: #C11746;
}
.AnyTagClassName
{
color: #C11746;
}
</style>
background-color css
<style>
a { background-color: #C11746; }
a { background-color: rgb(193,23,70); }
div.DivClassName
{
background-color: #C11746;
}
.BgClassName
{
background-color: #C11746;
}
</style>
border-color css
<style>
span { border-color: #C11746; }
span { border-color: rgb(193,23,70); }
td.TdClassName
{
border-color: #C11746;
}
.TagClassName
{
border-color: #C11746;
}
</style>