Shades of Cardinal #C11343
Tints of Cardinal #C11343
RGB
CMYK
RGB Variations
Color information
#C11343 (or 0xC11343) is known color: Cardinal. HEX triplet: C1, 13 and 43. RGB value is (193,19,67). Sum of RGB (Red+Green+Blue) = 193+19+67=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C11343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11343 is #3EECBC. Grayscale: #4C4C4C. Windows color (decimal): -4123837 or 4395969. OLE color: 4395969.
HSL color Cylindrical-coordinate representation of color #C11343: hue angle of 343.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11343 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 67 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.24 |
| HSL | 343.45º | 0.82% | 0.42% | - |
| HSV(B) | 343.45º | 0.9% | 0.76% | - |
| XYZ | 23.24 | 12.21 | 6.44 | - |
| YUV | 76.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 67 | 0 | 0.90 | 0.65 | 0.24 | 343.45 | 0.82 | 0.42 |
| Hex | C1 | 13 | 43 | 0 | 5A | 41 | 18 | 157 | 52 | 2A |
| Octal | 301 | 23 | 103 | 0 | 132 | 101 | 30 | 527 | 122 | 52 |
| Binary | 11000001 | 10011 | 1000011 | 0 | 1011010 | 1000001 | 11000 | 101010111 | 1010010 | 101010 |
Color Harmonies of #C11343
Complementary color
Monochromatic Colors of #C11343
Black with #C11343
Text Example
Text Example
White with #C11343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11343; }
p { color: rgb(193,19,67); }
H1.HeaderClassName
{
color: #C11343;
}
.AnyTagClassName
{
color: #C11343;
}
</style>
background-color css
<style>
a { background-color: #C11343; }
a { background-color: rgb(193,19,67); }
div.DivClassName
{
background-color: #C11343;
}
.BgClassName
{
background-color: #C11343;
}
</style>
border-color css
<style>
span { border-color: #C11343; }
span { border-color: rgb(193,19,67); }
td.TdClassName
{
border-color: #C11343;
}
.TagClassName
{
border-color: #C11343;
}
</style>