Shades of Cardinal #C1114B
Tints of Cardinal #C1114B
RGB
CMYK
RGB Variations
Color information
#C1114B (or 0xC1114B) is known color: Cardinal. HEX triplet: C1, 11 and 4B. RGB value is (193,17,75). Sum of RGB (Red+Green+Blue) = 193+17+75=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1114B is #3EEEB4. Grayscale: #4C4C4C. Windows color (decimal): -4124341 or 4919745. OLE color: 4919745.
HSL color Cylindrical-coordinate representation of color #C1114B: hue angle of 340.23º 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 #C1114B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 75 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.24 |
| HSL | 340.23º | 0.84% | 0.41% | - |
| HSV(B) | 340.23º | 0.91% | 0.76% | - |
| XYZ | 23.46 | 12.25 | 7.78 | - |
| YUV | 76.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 75 | 0 | 0.91 | 0.61 | 0.24 | 340.23 | 0.84 | 0.41 |
| Hex | C1 | 11 | 4B | 0 | 5B | 3D | 18 | 154 | 54 | 29 |
| Octal | 301 | 21 | 113 | 0 | 133 | 75 | 30 | 524 | 124 | 51 |
| Binary | 11000001 | 10001 | 1001011 | 0 | 1011011 | 111101 | 11000 | 101010100 | 1010100 | 101001 |
Color Harmonies of #C1114B
Complementary color
Monochromatic Colors of #C1114B
Black with #C1114B
Text Example
Text Example
White with #C1114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1114B; }
p { color: rgb(193,17,75); }
H1.HeaderClassName
{
color: #C1114B;
}
.AnyTagClassName
{
color: #C1114B;
}
</style>
background-color css
<style>
a { background-color: #C1114B; }
a { background-color: rgb(193,17,75); }
div.DivClassName
{
background-color: #C1114B;
}
.BgClassName
{
background-color: #C1114B;
}
</style>
border-color css
<style>
span { border-color: #C1114B; }
span { border-color: rgb(193,17,75); }
td.TdClassName
{
border-color: #C1114B;
}
.TagClassName
{
border-color: #C1114B;
}
</style>