Shades of Cardinal #C11238
Tints of Cardinal #C11238
RGB
CMYK
RGB Variations
Color information
#C11238 (or 0xC11238) is known color: Cardinal. HEX triplet: C1, 12 and 38. RGB value is (193,18,56). Sum of RGB (Red+Green+Blue) = 193+18+56=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C11238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11238 is #3EEDC7. Grayscale: #4A4A4A. Windows color (decimal): -4124104 or 3674817. OLE color: 3674817.
HSL color Cylindrical-coordinate representation of color #C11238: hue angle of 346.97º 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 #C11238 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 56 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.24 |
| HSL | 346.97º | 0.83% | 0.41% | - |
| HSV(B) | 346.97º | 0.91% | 0.76% | - |
| XYZ | 22.92 | 12.06 | 4.86 | - |
| YUV | 74.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 56 | 0 | 0.91 | 0.71 | 0.24 | 346.97 | 0.83 | 0.41 |
| Hex | C1 | 12 | 38 | 0 | 5B | 47 | 18 | 15B | 53 | 29 |
| Octal | 301 | 22 | 70 | 0 | 133 | 107 | 30 | 533 | 123 | 51 |
| Binary | 11000001 | 10010 | 111000 | 0 | 1011011 | 1000111 | 11000 | 101011011 | 1010011 | 101001 |
Color Harmonies of #C11238
Complementary color
Monochromatic Colors of #C11238
Black with #C11238
Text Example
Text Example
White with #C11238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11238; }
p { color: rgb(193,18,56); }
H1.HeaderClassName
{
color: #C11238;
}
.AnyTagClassName
{
color: #C11238;
}
</style>
background-color css
<style>
a { background-color: #C11238; }
a { background-color: rgb(193,18,56); }
div.DivClassName
{
background-color: #C11238;
}
.BgClassName
{
background-color: #C11238;
}
</style>
border-color css
<style>
span { border-color: #C11238; }
span { border-color: rgb(193,18,56); }
td.TdClassName
{
border-color: #C11238;
}
.TagClassName
{
border-color: #C11238;
}
</style>