Shades of Cardinal #C11E36
Tints of Cardinal #C11E36
RGB
CMYK
RGB Variations
Color information
#C11E36 (or 0xC11E36) is known color: Cardinal. HEX triplet: C1, 1E and 36. RGB value is (193,30,54). Sum of RGB (Red+Green+Blue) = 193+30+54=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E36 is #3EE1C9. Grayscale: #515151. Windows color (decimal): -4121034 or 3546817. OLE color: 3546817.
HSL color Cylindrical-coordinate representation of color #C11E36: hue angle of 351.17º 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 #C11E36 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 54 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.24 |
| HSL | 351.17º | 0.73% | 0.44% | - |
| HSV(B) | 351.17º | 0.84% | 0.76% | - |
| XYZ | 23.12 | 12.53 | 4.69 | - |
| YUV | 81.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 54 | 0 | 0.84 | 0.72 | 0.24 | 351.17 | 0.73 | 0.44 |
| Hex | C1 | 1E | 36 | 0 | 54 | 48 | 18 | 15F | 49 | 2C |
| Octal | 301 | 36 | 66 | 0 | 124 | 110 | 30 | 537 | 111 | 54 |
| Binary | 11000001 | 11110 | 110110 | 0 | 1010100 | 1001000 | 11000 | 101011111 | 1001001 | 101100 |
Color Harmonies of #C11E36
Complementary color
Monochromatic Colors of #C11E36
Black with #C11E36
Text Example
Text Example
White with #C11E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E36; }
p { color: rgb(193,30,54); }
H1.HeaderClassName
{
color: #C11E36;
}
.AnyTagClassName
{
color: #C11E36;
}
</style>
background-color css
<style>
a { background-color: #C11E36; }
a { background-color: rgb(193,30,54); }
div.DivClassName
{
background-color: #C11E36;
}
.BgClassName
{
background-color: #C11E36;
}
</style>
border-color css
<style>
span { border-color: #C11E36; }
span { border-color: rgb(193,30,54); }
td.TdClassName
{
border-color: #C11E36;
}
.TagClassName
{
border-color: #C11E36;
}
</style>