Shades of Cardinal #C1102E
Tints of Cardinal #C1102E
RGB
CMYK
RGB Variations
Color information
#C1102E (or 0xC1102E) is known color: Cardinal. HEX triplet: C1, 10 and 2E. RGB value is (193,16,46). Sum of RGB (Red+Green+Blue) = 193+16+46=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1102E is #3EEFD1. Grayscale: #484848. Windows color (decimal): -4124626 or 3018945. OLE color: 3018945.
HSL color Cylindrical-coordinate representation of color #C1102E: hue angle of 349.83º 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 #C1102E is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.24 |
| HSL | 349.83º | 0.85% | 0.41% | - |
| HSV(B) | 349.83º | 0.92% | 0.76% | - |
| XYZ | 22.67 | 11.91 | 3.69 | - |
| YUV | 72.34 | 113.14 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 46 | 0 | 0.92 | 0.76 | 0.24 | 349.83 | 0.85 | 0.41 |
| Hex | C1 | 10 | 2E | 0 | 5C | 4C | 18 | 15E | 55 | 29 |
| Octal | 301 | 20 | 56 | 0 | 134 | 114 | 30 | 536 | 125 | 51 |
| Binary | 11000001 | 10000 | 101110 | 0 | 1011100 | 1001100 | 11000 | 101011110 | 1010101 | 101001 |
Color Harmonies of #C1102E
Complementary color
Monochromatic Colors of #C1102E
Black with #C1102E
Text Example
Text Example
White with #C1102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1102E; }
p { color: rgb(193,16,46); }
H1.HeaderClassName
{
color: #C1102E;
}
.AnyTagClassName
{
color: #C1102E;
}
</style>
background-color css
<style>
a { background-color: #C1102E; }
a { background-color: rgb(193,16,46); }
div.DivClassName
{
background-color: #C1102E;
}
.BgClassName
{
background-color: #C1102E;
}
</style>
border-color css
<style>
span { border-color: #C1102E; }
span { border-color: rgb(193,16,46); }
td.TdClassName
{
border-color: #C1102E;
}
.TagClassName
{
border-color: #C1102E;
}
</style>