Shades of Cardinal #C1192E
Tints of Cardinal #C1192E
RGB
CMYK
RGB Variations
Color information
#C1192E (or 0xC1192E) is known color: Cardinal. HEX triplet: C1, 19 and 2E. RGB value is (193,25,46). Sum of RGB (Red+Green+Blue) = 193+25+46=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C1192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1192E is #3EE6D1. Grayscale: #4D4D4D. Windows color (decimal): -4122322 or 3021249. OLE color: 3021249.
HSL color Cylindrical-coordinate representation of color #C1192E: hue angle of 352.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1192E is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 46 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.24 |
| HSL | 352.5º | 0.77% | 0.43% | - |
| HSV(B) | 352.5º | 0.87% | 0.76% | - |
| XYZ | 22.83 | 12.23 | 3.74 | - |
| YUV | 77.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 46 | 0 | 0.87 | 0.76 | 0.24 | 352.5 | 0.77 | 0.43 |
| Hex | C1 | 19 | 2E | 0 | 57 | 4C | 18 | 160 | 4D | 2B |
| Octal | 301 | 31 | 56 | 0 | 127 | 114 | 30 | 540 | 115 | 53 |
| Binary | 11000001 | 11001 | 101110 | 0 | 1010111 | 1001100 | 11000 | 101100000 | 1001101 | 101011 |
Color Harmonies of #C1192E
Complementary color
Monochromatic Colors of #C1192E
Black with #C1192E
Text Example
Text Example
White with #C1192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1192E; }
p { color: rgb(193,25,46); }
H1.HeaderClassName
{
color: #C1192E;
}
.AnyTagClassName
{
color: #C1192E;
}
</style>
background-color css
<style>
a { background-color: #C1192E; }
a { background-color: rgb(193,25,46); }
div.DivClassName
{
background-color: #C1192E;
}
.BgClassName
{
background-color: #C1192E;
}
</style>
border-color css
<style>
span { border-color: #C1192E; }
span { border-color: rgb(193,25,46); }
td.TdClassName
{
border-color: #C1192E;
}
.TagClassName
{
border-color: #C1192E;
}
</style>