Shades of Cardinal #C11A38
Tints of Cardinal #C11A38
RGB
CMYK
RGB Variations
Color information
#C11A38 (or 0xC11A38) is known color: Cardinal. HEX triplet: C1, 1A and 38. RGB value is (193,26,56). Sum of RGB (Red+Green+Blue) = 193+26+56=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A38 is #3EE5C7. Grayscale: #4F4F4F. Windows color (decimal): -4122056 or 3676865. OLE color: 3676865.
HSL color Cylindrical-coordinate representation of color #C11A38: hue angle of 349.22º degrees, saturation: 0.76, 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 #C11A38 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 56 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.24 |
| HSL | 349.22º | 0.76% | 0.43% | - |
| HSV(B) | 349.22º | 0.87% | 0.76% | - |
| XYZ | 23.08 | 12.36 | 4.91 | - |
| YUV | 79.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 56 | 0 | 0.87 | 0.71 | 0.24 | 349.22 | 0.76 | 0.43 |
| Hex | C1 | 1A | 38 | 0 | 57 | 47 | 18 | 15D | 4C | 2B |
| Octal | 301 | 32 | 70 | 0 | 127 | 107 | 30 | 535 | 114 | 53 |
| Binary | 11000001 | 11010 | 111000 | 0 | 1010111 | 1000111 | 11000 | 101011101 | 1001100 | 101011 |
Color Harmonies of #C11A38
Complementary color
Monochromatic Colors of #C11A38
Black with #C11A38
Text Example
Text Example
White with #C11A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A38; }
p { color: rgb(193,26,56); }
H1.HeaderClassName
{
color: #C11A38;
}
.AnyTagClassName
{
color: #C11A38;
}
</style>
background-color css
<style>
a { background-color: #C11A38; }
a { background-color: rgb(193,26,56); }
div.DivClassName
{
background-color: #C11A38;
}
.BgClassName
{
background-color: #C11A38;
}
</style>
border-color css
<style>
span { border-color: #C11A38; }
span { border-color: rgb(193,26,56); }
td.TdClassName
{
border-color: #C11A38;
}
.TagClassName
{
border-color: #C11A38;
}
</style>