Shades of Cardinal #C11444
Tints of Cardinal #C11444
RGB
CMYK
RGB Variations
Color information
#C11444 (or 0xC11444) is known color: Cardinal. HEX triplet: C1, 14 and 44. RGB value is (193,20,68). Sum of RGB (Red+Green+Blue) = 193+20+68=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C11444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11444 is #3EEBBB. Grayscale: #4D4D4D. Windows color (decimal): -4123580 or 4461761. OLE color: 4461761.
HSL color Cylindrical-coordinate representation of color #C11444: hue angle of 343.35º degrees, saturation: 0.81, 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 #C11444 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 68 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.24 |
| HSL | 343.35º | 0.81% | 0.42% | - |
| HSV(B) | 343.35º | 0.9% | 0.76% | - |
| XYZ | 23.29 | 12.26 | 6.61 | - |
| YUV | 77.2 | 122.81 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 68 | 0 | 0.90 | 0.65 | 0.24 | 343.35 | 0.81 | 0.42 |
| Hex | C1 | 14 | 44 | 0 | 5A | 41 | 18 | 157 | 51 | 2A |
| Octal | 301 | 24 | 104 | 0 | 132 | 101 | 30 | 527 | 121 | 52 |
| Binary | 11000001 | 10100 | 1000100 | 0 | 1011010 | 1000001 | 11000 | 101010111 | 1010001 | 101010 |
Color Harmonies of #C11444
Complementary color
Monochromatic Colors of #C11444
Black with #C11444
Text Example
Text Example
White with #C11444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11444; }
p { color: rgb(193,20,68); }
H1.HeaderClassName
{
color: #C11444;
}
.AnyTagClassName
{
color: #C11444;
}
</style>
background-color css
<style>
a { background-color: #C11444; }
a { background-color: rgb(193,20,68); }
div.DivClassName
{
background-color: #C11444;
}
.BgClassName
{
background-color: #C11444;
}
</style>
border-color css
<style>
span { border-color: #C11444; }
span { border-color: rgb(193,20,68); }
td.TdClassName
{
border-color: #C11444;
}
.TagClassName
{
border-color: #C11444;
}
</style>