Shades of Cardinal #C11C3B
Tints of Cardinal #C11C3B
RGB
CMYK
RGB Variations
Color information
#C11C3B (or 0xC11C3B) is known color: Cardinal. HEX triplet: C1, 1C and 3B. RGB value is (193,28,59). Sum of RGB (Red+Green+Blue) = 193+28+59=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C3B is #3EE3C4. Grayscale: #505050. Windows color (decimal): -4121541 or 3873985. OLE color: 3873985.
HSL color Cylindrical-coordinate representation of color #C11C3B: hue angle of 348.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11C3B is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 59 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.24 |
| HSL | 348.73º | 0.75% | 0.43% | - |
| HSV(B) | 348.73º | 0.85% | 0.76% | - |
| XYZ | 23.2 | 12.48 | 5.32 | - |
| YUV | 80.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 59 | 0 | 0.85 | 0.69 | 0.24 | 348.73 | 0.75 | 0.43 |
| Hex | C1 | 1C | 3B | 0 | 55 | 45 | 18 | 15D | 4B | 2B |
| Octal | 301 | 34 | 73 | 0 | 125 | 105 | 30 | 535 | 113 | 53 |
| Binary | 11000001 | 11100 | 111011 | 0 | 1010101 | 1000101 | 11000 | 101011101 | 1001011 | 101011 |
Color Harmonies of #C11C3B
Complementary color
Monochromatic Colors of #C11C3B
Black with #C11C3B
Text Example
Text Example
White with #C11C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C3B; }
p { color: rgb(193,28,59); }
H1.HeaderClassName
{
color: #C11C3B;
}
.AnyTagClassName
{
color: #C11C3B;
}
</style>
background-color css
<style>
a { background-color: #C11C3B; }
a { background-color: rgb(193,28,59); }
div.DivClassName
{
background-color: #C11C3B;
}
.BgClassName
{
background-color: #C11C3B;
}
</style>
border-color css
<style>
span { border-color: #C11C3B; }
span { border-color: rgb(193,28,59); }
td.TdClassName
{
border-color: #C11C3B;
}
.TagClassName
{
border-color: #C11C3B;
}
</style>