Shades of Cardinal #C11350
Tints of Cardinal #C11350
RGB
CMYK
RGB Variations
Color information
#C11350 (or 0xC11350) is known color: Cardinal. HEX triplet: C1, 13 and 50. RGB value is (193,19,80). Sum of RGB (Red+Green+Blue) = 193+19+80=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C11350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11350 is #3EECAF. Grayscale: #4D4D4D. Windows color (decimal): -4123824 or 5247937. OLE color: 5247937.
HSL color Cylindrical-coordinate representation of color #C11350: hue angle of 338.97º 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 #C11350 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 80 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.24 |
| HSL | 338.97º | 0.82% | 0.42% | - |
| HSV(B) | 338.97º | 0.9% | 0.76% | - |
| XYZ | 23.67 | 12.38 | 8.73 | - |
| YUV | 77.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 80 | 0 | 0.90 | 0.59 | 0.24 | 338.97 | 0.82 | 0.42 |
| Hex | C1 | 13 | 50 | 0 | 5A | 3B | 18 | 153 | 52 | 2A |
| Octal | 301 | 23 | 120 | 0 | 132 | 73 | 30 | 523 | 122 | 52 |
| Binary | 11000001 | 10011 | 1010000 | 0 | 1011010 | 111011 | 11000 | 101010011 | 1010010 | 101010 |
Color Harmonies of #C11350
Complementary color
Monochromatic Colors of #C11350
Black with #C11350
Text Example
Text Example
White with #C11350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11350; }
p { color: rgb(193,19,80); }
H1.HeaderClassName
{
color: #C11350;
}
.AnyTagClassName
{
color: #C11350;
}
</style>
background-color css
<style>
a { background-color: #C11350; }
a { background-color: rgb(193,19,80); }
div.DivClassName
{
background-color: #C11350;
}
.BgClassName
{
background-color: #C11350;
}
</style>
border-color css
<style>
span { border-color: #C11350; }
span { border-color: rgb(193,19,80); }
td.TdClassName
{
border-color: #C11350;
}
.TagClassName
{
border-color: #C11350;
}
</style>