Shades of Cardinal #C1133E
Tints of Cardinal #C1133E
RGB
CMYK
RGB Variations
Color information
#C1133E (or 0xC1133E) is known color: Cardinal. HEX triplet: C1, 13 and 3E. RGB value is (193,19,62). Sum of RGB (Red+Green+Blue) = 193+19+62=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1133E is #3EECC1. Grayscale: #4B4B4B. Windows color (decimal): -4123842 or 4068289. OLE color: 4068289.
HSL color Cylindrical-coordinate representation of color #C1133E: hue angle of 345.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1133E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 62 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.24 |
| HSL | 345.17º | 0.82% | 0.42% | - |
| HSV(B) | 345.17º | 0.9% | 0.76% | - |
| XYZ | 23.09 | 12.15 | 5.69 | - |
| YUV | 75.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 62 | 0 | 0.90 | 0.68 | 0.24 | 345.17 | 0.82 | 0.42 |
| Hex | C1 | 13 | 3E | 0 | 5A | 44 | 18 | 159 | 52 | 2A |
| Octal | 301 | 23 | 76 | 0 | 132 | 104 | 30 | 531 | 122 | 52 |
| Binary | 11000001 | 10011 | 111110 | 0 | 1011010 | 1000100 | 11000 | 101011001 | 1010010 | 101010 |
Color Harmonies of #C1133E
Complementary color
Monochromatic Colors of #C1133E
Black with #C1133E
Text Example
Text Example
White with #C1133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1133E; }
p { color: rgb(193,19,62); }
H1.HeaderClassName
{
color: #C1133E;
}
.AnyTagClassName
{
color: #C1133E;
}
</style>
background-color css
<style>
a { background-color: #C1133E; }
a { background-color: rgb(193,19,62); }
div.DivClassName
{
background-color: #C1133E;
}
.BgClassName
{
background-color: #C1133E;
}
</style>
border-color css
<style>
span { border-color: #C1133E; }
span { border-color: rgb(193,19,62); }
td.TdClassName
{
border-color: #C1133E;
}
.TagClassName
{
border-color: #C1133E;
}
</style>