Shades of Cardinal #C1113D
Tints of Cardinal #C1113D
RGB
CMYK
RGB Variations
Color information
#C1113D (or 0xC1113D) is known color: Cardinal. HEX triplet: C1, 11 and 3D. RGB value is (193,17,61). Sum of RGB (Red+Green+Blue) = 193+17+61=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1113D is #3EEEC2. Grayscale: #4A4A4A. Windows color (decimal): -4124355 or 4002241. OLE color: 4002241.
HSL color Cylindrical-coordinate representation of color #C1113D: hue angle of 345º 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 #C1113D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.24 |
| HSL | 345º | 0.84% | 0.41% | - |
| HSV(B) | 345º | 0.91% | 0.76% | - |
| XYZ | 23.04 | 12.08 | 5.53 | - |
| YUV | 74.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 61 | 0 | 0.91 | 0.68 | 0.24 | 345 | 0.84 | 0.41 |
| Hex | C1 | 11 | 3D | 0 | 5B | 44 | 18 | 159 | 54 | 29 |
| Octal | 301 | 21 | 75 | 0 | 133 | 104 | 30 | 531 | 124 | 51 |
| Binary | 11000001 | 10001 | 111101 | 0 | 1011011 | 1000100 | 11000 | 101011001 | 1010100 | 101001 |
Color Harmonies of #C1113D
Complementary color
Monochromatic Colors of #C1113D
Black with #C1113D
Text Example
Text Example
White with #C1113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1113D; }
p { color: rgb(193,17,61); }
H1.HeaderClassName
{
color: #C1113D;
}
.AnyTagClassName
{
color: #C1113D;
}
</style>
background-color css
<style>
a { background-color: #C1113D; }
a { background-color: rgb(193,17,61); }
div.DivClassName
{
background-color: #C1113D;
}
.BgClassName
{
background-color: #C1113D;
}
</style>
border-color css
<style>
span { border-color: #C1113D; }
span { border-color: rgb(193,17,61); }
td.TdClassName
{
border-color: #C1113D;
}
.TagClassName
{
border-color: #C1113D;
}
</style>