Shades of Cardinal #C11231
Tints of Cardinal #C11231
RGB
CMYK
RGB Variations
Color information
#C11231 (or 0xC11231) is known color: Cardinal. HEX triplet: C1, 12 and 31. RGB value is (193,18,49). Sum of RGB (Red+Green+Blue) = 193+18+49=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C11231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11231 is #3EEDCE. Grayscale: #494949. Windows color (decimal): -4124111 or 3216065. OLE color: 3216065.
HSL color Cylindrical-coordinate representation of color #C11231: hue angle of 349.37º 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 #C11231 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 49 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.24 |
| HSL | 349.37º | 0.83% | 0.41% | - |
| HSV(B) | 349.37º | 0.91% | 0.76% | - |
| XYZ | 22.76 | 11.99 | 4.02 | - |
| YUV | 73.86 | 113.98 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 49 | 0 | 0.91 | 0.75 | 0.24 | 349.37 | 0.83 | 0.41 |
| Hex | C1 | 12 | 31 | 0 | 5B | 4B | 18 | 15D | 53 | 29 |
| Octal | 301 | 22 | 61 | 0 | 133 | 113 | 30 | 535 | 123 | 51 |
| Binary | 11000001 | 10010 | 110001 | 0 | 1011011 | 1001011 | 11000 | 101011101 | 1010011 | 101001 |
Color Harmonies of #C11231
Complementary color
Monochromatic Colors of #C11231
Black with #C11231
Text Example
Text Example
White with #C11231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11231; }
p { color: rgb(193,18,49); }
H1.HeaderClassName
{
color: #C11231;
}
.AnyTagClassName
{
color: #C11231;
}
</style>
background-color css
<style>
a { background-color: #C11231; }
a { background-color: rgb(193,18,49); }
div.DivClassName
{
background-color: #C11231;
}
.BgClassName
{
background-color: #C11231;
}
</style>
border-color css
<style>
span { border-color: #C11231; }
span { border-color: rgb(193,18,49); }
td.TdClassName
{
border-color: #C11231;
}
.TagClassName
{
border-color: #C11231;
}
</style>