Shades of Cardinal #C11348
Tints of Cardinal #C11348
RGB
CMYK
RGB Variations
Color information
#C11348 (or 0xC11348) is known color: Cardinal. HEX triplet: C1, 13 and 48. RGB value is (193,19,72). Sum of RGB (Red+Green+Blue) = 193+19+72=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C11348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11348 is #3EECB7. Grayscale: #4D4D4D. Windows color (decimal): -4123832 or 4723649. OLE color: 4723649.
HSL color Cylindrical-coordinate representation of color #C11348: hue angle of 341.72º 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 #C11348 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 72 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.24 |
| HSL | 341.72º | 0.82% | 0.42% | - |
| HSV(B) | 341.72º | 0.9% | 0.76% | - |
| XYZ | 23.39 | 12.27 | 7.27 | - |
| YUV | 77.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 72 | 0 | 0.90 | 0.63 | 0.24 | 341.72 | 0.82 | 0.42 |
| Hex | C1 | 13 | 48 | 0 | 5A | 3F | 18 | 156 | 52 | 2A |
| Octal | 301 | 23 | 110 | 0 | 132 | 77 | 30 | 526 | 122 | 52 |
| Binary | 11000001 | 10011 | 1001000 | 0 | 1011010 | 111111 | 11000 | 101010110 | 1010010 | 101010 |
Color Harmonies of #C11348
Complementary color
Monochromatic Colors of #C11348
Black with #C11348
Text Example
Text Example
White with #C11348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11348; }
p { color: rgb(193,19,72); }
H1.HeaderClassName
{
color: #C11348;
}
.AnyTagClassName
{
color: #C11348;
}
</style>
background-color css
<style>
a { background-color: #C11348; }
a { background-color: rgb(193,19,72); }
div.DivClassName
{
background-color: #C11348;
}
.BgClassName
{
background-color: #C11348;
}
</style>
border-color css
<style>
span { border-color: #C11348; }
span { border-color: rgb(193,19,72); }
td.TdClassName
{
border-color: #C11348;
}
.TagClassName
{
border-color: #C11348;
}
</style>