Shades of Cardinal #C11539
Tints of Cardinal #C11539
RGB
CMYK
RGB Variations
Color information
#C11539 (or 0xC11539) is known color: Cardinal. HEX triplet: C1, 15 and 39. RGB value is (193,21,57). Sum of RGB (Red+Green+Blue) = 193+21+57=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C11539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11539 is #3EEAC6. Grayscale: #4C4C4C. Windows color (decimal): -4123335 or 3741121. OLE color: 3741121.
HSL color Cylindrical-coordinate representation of color #C11539: hue angle of 347.44º 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 #C11539 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 57 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.24 |
| HSL | 347.44º | 0.8% | 0.42% | - |
| HSV(B) | 347.44º | 0.89% | 0.76% | - |
| XYZ | 23 | 12.17 | 5.01 | - |
| YUV | 76.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 57 | 0 | 0.89 | 0.70 | 0.24 | 347.44 | 0.8 | 0.42 |
| Hex | C1 | 15 | 39 | 0 | 59 | 46 | 18 | 15B | 50 | 2A |
| Octal | 301 | 25 | 71 | 0 | 131 | 106 | 30 | 533 | 120 | 52 |
| Binary | 11000001 | 10101 | 111001 | 0 | 1011001 | 1000110 | 11000 | 101011011 | 1010000 | 101010 |
Color Harmonies of #C11539
Complementary color
Monochromatic Colors of #C11539
Black with #C11539
Text Example
Text Example
White with #C11539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11539; }
p { color: rgb(193,21,57); }
H1.HeaderClassName
{
color: #C11539;
}
.AnyTagClassName
{
color: #C11539;
}
</style>
background-color css
<style>
a { background-color: #C11539; }
a { background-color: rgb(193,21,57); }
div.DivClassName
{
background-color: #C11539;
}
.BgClassName
{
background-color: #C11539;
}
</style>
border-color css
<style>
span { border-color: #C11539; }
span { border-color: rgb(193,21,57); }
td.TdClassName
{
border-color: #C11539;
}
.TagClassName
{
border-color: #C11539;
}
</style>