Shades of Cardinal #C11239
Tints of Cardinal #C11239
RGB
CMYK
RGB Variations
Color information
#C11239 (or 0xC11239) is known color: Cardinal. HEX triplet: C1, 12 and 39. RGB value is (193,18,57). Sum of RGB (Red+Green+Blue) = 193+18+57=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C11239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11239 is #3EEDC6. Grayscale: #4A4A4A. Windows color (decimal): -4124103 or 3740353. OLE color: 3740353.
HSL color Cylindrical-coordinate representation of color #C11239: hue angle of 346.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11239 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 57 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.24 |
| HSL | 346.63º | 0.83% | 0.41% | - |
| HSV(B) | 346.63º | 0.91% | 0.76% | - |
| XYZ | 22.95 | 12.07 | 4.99 | - |
| YUV | 74.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 57 | 0 | 0.91 | 0.70 | 0.24 | 346.63 | 0.83 | 0.41 |
| Hex | C1 | 12 | 39 | 0 | 5B | 46 | 18 | 15B | 53 | 29 |
| Octal | 301 | 22 | 71 | 0 | 133 | 106 | 30 | 533 | 123 | 51 |
| Binary | 11000001 | 10010 | 111001 | 0 | 1011011 | 1000110 | 11000 | 101011011 | 1010011 | 101001 |
Color Harmonies of #C11239
Complementary color
Monochromatic Colors of #C11239
Black with #C11239
Text Example
Text Example
White with #C11239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11239; }
p { color: rgb(193,18,57); }
H1.HeaderClassName
{
color: #C11239;
}
.AnyTagClassName
{
color: #C11239;
}
</style>
background-color css
<style>
a { background-color: #C11239; }
a { background-color: rgb(193,18,57); }
div.DivClassName
{
background-color: #C11239;
}
.BgClassName
{
background-color: #C11239;
}
</style>
border-color css
<style>
span { border-color: #C11239; }
span { border-color: rgb(193,18,57); }
td.TdClassName
{
border-color: #C11239;
}
.TagClassName
{
border-color: #C11239;
}
</style>