Shades of Cardinal #C1114E
Tints of Cardinal #C1114E
RGB
CMYK
RGB Variations
Color information
#C1114E (or 0xC1114E) is known color: Cardinal. HEX triplet: C1, 11 and 4E. RGB value is (193,17,78). Sum of RGB (Red+Green+Blue) = 193+17+78=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1114E is #3EEEB1. Grayscale: #4C4C4C. Windows color (decimal): -4124338 or 5116353. OLE color: 5116353.
HSL color Cylindrical-coordinate representation of color #C1114E: hue angle of 339.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1114E is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 78 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.24 |
| HSL | 339.2º | 0.84% | 0.41% | - |
| HSV(B) | 339.2º | 0.91% | 0.76% | - |
| XYZ | 23.57 | 12.29 | 8.34 | - |
| YUV | 76.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 78 | 0 | 0.91 | 0.60 | 0.24 | 339.2 | 0.84 | 0.41 |
| Hex | C1 | 11 | 4E | 0 | 5B | 3C | 18 | 153 | 54 | 29 |
| Octal | 301 | 21 | 116 | 0 | 133 | 74 | 30 | 523 | 124 | 51 |
| Binary | 11000001 | 10001 | 1001110 | 0 | 1011011 | 111100 | 11000 | 101010011 | 1010100 | 101001 |
Color Harmonies of #C1114E
Complementary color
Monochromatic Colors of #C1114E
Black with #C1114E
Text Example
Text Example
White with #C1114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1114E; }
p { color: rgb(193,17,78); }
H1.HeaderClassName
{
color: #C1114E;
}
.AnyTagClassName
{
color: #C1114E;
}
</style>
background-color css
<style>
a { background-color: #C1114E; }
a { background-color: rgb(193,17,78); }
div.DivClassName
{
background-color: #C1114E;
}
.BgClassName
{
background-color: #C1114E;
}
</style>
border-color css
<style>
span { border-color: #C1114E; }
span { border-color: rgb(193,17,78); }
td.TdClassName
{
border-color: #C1114E;
}
.TagClassName
{
border-color: #C1114E;
}
</style>