Shades of Cardinal #C11837
Tints of Cardinal #C11837
RGB
CMYK
RGB Variations
Color information
#C11837 (or 0xC11837) is known color: Cardinal. HEX triplet: C1, 18 and 37. RGB value is (193,24,55). Sum of RGB (Red+Green+Blue) = 193+24+55=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C11837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11837 is #3EE7C8. Grayscale: #4E4E4E. Windows color (decimal): -4122569 or 3610817. OLE color: 3610817.
HSL color Cylindrical-coordinate representation of color #C11837: hue angle of 348.99º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11837 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 55 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.24 |
| HSL | 348.99º | 0.78% | 0.43% | - |
| HSV(B) | 348.99º | 0.88% | 0.76% | - |
| XYZ | 23.01 | 12.27 | 4.77 | - |
| YUV | 78.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 55 | 0 | 0.88 | 0.72 | 0.24 | 348.99 | 0.78 | 0.43 |
| Hex | C1 | 18 | 37 | 0 | 58 | 48 | 18 | 15D | 4E | 2B |
| Octal | 301 | 30 | 67 | 0 | 130 | 110 | 30 | 535 | 116 | 53 |
| Binary | 11000001 | 11000 | 110111 | 0 | 1011000 | 1001000 | 11000 | 101011101 | 1001110 | 101011 |
Color Harmonies of #C11837
Complementary color
Monochromatic Colors of #C11837
Black with #C11837
Text Example
Text Example
White with #C11837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11837; }
p { color: rgb(193,24,55); }
H1.HeaderClassName
{
color: #C11837;
}
.AnyTagClassName
{
color: #C11837;
}
</style>
background-color css
<style>
a { background-color: #C11837; }
a { background-color: rgb(193,24,55); }
div.DivClassName
{
background-color: #C11837;
}
.BgClassName
{
background-color: #C11837;
}
</style>
border-color css
<style>
span { border-color: #C11837; }
span { border-color: rgb(193,24,55); }
td.TdClassName
{
border-color: #C11837;
}
.TagClassName
{
border-color: #C11837;
}
</style>