Shades of Cardinal #C11936
Tints of Cardinal #C11936
RGB
CMYK
RGB Variations
Color information
#C11936 (or 0xC11936) is known color: Cardinal. HEX triplet: C1, 19 and 36. RGB value is (193,25,54). Sum of RGB (Red+Green+Blue) = 193+25+54=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C11936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11936 is #3EE6C9. Grayscale: #4E4E4E. Windows color (decimal): -4122314 or 3545537. OLE color: 3545537.
HSL color Cylindrical-coordinate representation of color #C11936: hue angle of 349.64º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11936 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 54 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.24 |
| HSL | 349.64º | 0.77% | 0.43% | - |
| HSV(B) | 349.64º | 0.87% | 0.76% | - |
| XYZ | 23.01 | 12.3 | 4.65 | - |
| YUV | 78.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 54 | 0 | 0.87 | 0.72 | 0.24 | 349.64 | 0.77 | 0.43 |
| Hex | C1 | 19 | 36 | 0 | 57 | 48 | 18 | 15E | 4D | 2B |
| Octal | 301 | 31 | 66 | 0 | 127 | 110 | 30 | 536 | 115 | 53 |
| Binary | 11000001 | 11001 | 110110 | 0 | 1010111 | 1001000 | 11000 | 101011110 | 1001101 | 101011 |
Color Harmonies of #C11936
Complementary color
Monochromatic Colors of #C11936
Black with #C11936
Text Example
Text Example
White with #C11936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11936; }
p { color: rgb(193,25,54); }
H1.HeaderClassName
{
color: #C11936;
}
.AnyTagClassName
{
color: #C11936;
}
</style>
background-color css
<style>
a { background-color: #C11936; }
a { background-color: rgb(193,25,54); }
div.DivClassName
{
background-color: #C11936;
}
.BgClassName
{
background-color: #C11936;
}
</style>
border-color css
<style>
span { border-color: #C11936; }
span { border-color: rgb(193,25,54); }
td.TdClassName
{
border-color: #C11936;
}
.TagClassName
{
border-color: #C11936;
}
</style>