Shades of Cardinal #C11E44
Tints of Cardinal #C11E44
RGB
CMYK
RGB Variations
Color information
#C11E44 (or 0xC11E44) is known color: Cardinal. HEX triplet: C1, 1E and 44. RGB value is (193,30,68). Sum of RGB (Red+Green+Blue) = 193+30+68=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E44 is #3EE1BB. Grayscale: #535353. Windows color (decimal): -4121020 or 4464321. OLE color: 4464321.
HSL color Cylindrical-coordinate representation of color #C11E44: hue angle of 346.01º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E44 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 68 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.24 |
| HSL | 346.01º | 0.73% | 0.44% | - |
| HSV(B) | 346.01º | 0.84% | 0.76% | - |
| XYZ | 23.5 | 12.68 | 6.68 | - |
| YUV | 83.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 68 | 0 | 0.84 | 0.65 | 0.24 | 346.01 | 0.73 | 0.44 |
| Hex | C1 | 1E | 44 | 0 | 54 | 41 | 18 | 15A | 49 | 2C |
| Octal | 301 | 36 | 104 | 0 | 124 | 101 | 30 | 532 | 111 | 54 |
| Binary | 11000001 | 11110 | 1000100 | 0 | 1010100 | 1000001 | 11000 | 101011010 | 1001001 | 101100 |
Color Harmonies of #C11E44
Complementary color
Monochromatic Colors of #C11E44
Black with #C11E44
Text Example
Text Example
White with #C11E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E44; }
p { color: rgb(193,30,68); }
H1.HeaderClassName
{
color: #C11E44;
}
.AnyTagClassName
{
color: #C11E44;
}
</style>
background-color css
<style>
a { background-color: #C11E44; }
a { background-color: rgb(193,30,68); }
div.DivClassName
{
background-color: #C11E44;
}
.BgClassName
{
background-color: #C11E44;
}
</style>
border-color css
<style>
span { border-color: #C11E44; }
span { border-color: rgb(193,30,68); }
td.TdClassName
{
border-color: #C11E44;
}
.TagClassName
{
border-color: #C11E44;
}
</style>