Shades of Cardinal #C1103D
Tints of Cardinal #C1103D
RGB
CMYK
RGB Variations
Color information
#C1103D (or 0xC1103D) is known color: Cardinal. HEX triplet: C1, 10 and 3D. RGB value is (193,16,61). Sum of RGB (Red+Green+Blue) = 193+16+61=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C1103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1103D is #3EEFC2. Grayscale: #4A4A4A. Windows color (decimal): -4124611 or 4001985. OLE color: 4001985.
HSL color Cylindrical-coordinate representation of color #C1103D: hue angle of 344.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1103D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.24 |
| HSL | 344.75º | 0.85% | 0.41% | - |
| HSV(B) | 344.75º | 0.92% | 0.76% | - |
| XYZ | 23.02 | 12.04 | 5.53 | - |
| YUV | 74.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 61 | 0 | 0.92 | 0.68 | 0.24 | 344.75 | 0.85 | 0.41 |
| Hex | C1 | 10 | 3D | 0 | 5C | 44 | 18 | 159 | 55 | 29 |
| Octal | 301 | 20 | 75 | 0 | 134 | 104 | 30 | 531 | 125 | 51 |
| Binary | 11000001 | 10000 | 111101 | 0 | 1011100 | 1000100 | 11000 | 101011001 | 1010101 | 101001 |
Color Harmonies of #C1103D
Complementary color
Monochromatic Colors of #C1103D
Black with #C1103D
Text Example
Text Example
White with #C1103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1103D; }
p { color: rgb(193,16,61); }
H1.HeaderClassName
{
color: #C1103D;
}
.AnyTagClassName
{
color: #C1103D;
}
</style>
background-color css
<style>
a { background-color: #C1103D; }
a { background-color: rgb(193,16,61); }
div.DivClassName
{
background-color: #C1103D;
}
.BgClassName
{
background-color: #C1103D;
}
</style>
border-color css
<style>
span { border-color: #C1103D; }
span { border-color: rgb(193,16,61); }
td.TdClassName
{
border-color: #C1103D;
}
.TagClassName
{
border-color: #C1103D;
}
</style>