Shades of Cardinal #C11748
Tints of Cardinal #C11748
RGB
CMYK
RGB Variations
Color information
#C11748 (or 0xC11748) is known color: Cardinal. HEX triplet: C1, 17 and 48. RGB value is (193,23,72). Sum of RGB (Red+Green+Blue) = 193+23+72=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C11748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11748 is #3EE8B7. Grayscale: #4F4F4F. Windows color (decimal): -4122808 or 4724673. OLE color: 4724673.
HSL color Cylindrical-coordinate representation of color #C11748: hue angle of 342.71º 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 #C11748 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 72 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.24 |
| HSL | 342.71º | 0.79% | 0.42% | - |
| HSV(B) | 342.71º | 0.88% | 0.76% | - |
| XYZ | 23.47 | 12.42 | 7.29 | - |
| YUV | 79.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 72 | 0 | 0.88 | 0.63 | 0.24 | 342.71 | 0.79 | 0.42 |
| Hex | C1 | 17 | 48 | 0 | 58 | 3F | 18 | 157 | 4F | 2A |
| Octal | 301 | 27 | 110 | 0 | 130 | 77 | 30 | 527 | 117 | 52 |
| Binary | 11000001 | 10111 | 1001000 | 0 | 1011000 | 111111 | 11000 | 101010111 | 1001111 | 101010 |
Color Harmonies of #C11748
Complementary color
Monochromatic Colors of #C11748
Black with #C11748
Text Example
Text Example
White with #C11748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11748; }
p { color: rgb(193,23,72); }
H1.HeaderClassName
{
color: #C11748;
}
.AnyTagClassName
{
color: #C11748;
}
</style>
background-color css
<style>
a { background-color: #C11748; }
a { background-color: rgb(193,23,72); }
div.DivClassName
{
background-color: #C11748;
}
.BgClassName
{
background-color: #C11748;
}
</style>
border-color css
<style>
span { border-color: #C11748; }
span { border-color: rgb(193,23,72); }
td.TdClassName
{
border-color: #C11748;
}
.TagClassName
{
border-color: #C11748;
}
</style>