Shades of Cardinal #C11843
Tints of Cardinal #C11843
RGB
CMYK
RGB Variations
Color information
#C11843 (or 0xC11843) is known color: Cardinal. HEX triplet: C1, 18 and 43. RGB value is (193,24,67). Sum of RGB (Red+Green+Blue) = 193+24+67=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C11843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11843 is #3EE7BC. Grayscale: #4F4F4F. Windows color (decimal): -4122557 or 4397249. OLE color: 4397249.
HSL color Cylindrical-coordinate representation of color #C11843: hue angle of 344.73º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11843 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 67 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.24 |
| HSL | 344.73º | 0.78% | 0.43% | - |
| HSV(B) | 344.73º | 0.88% | 0.76% | - |
| XYZ | 23.33 | 12.4 | 6.47 | - |
| YUV | 79.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 67 | 0 | 0.88 | 0.65 | 0.24 | 344.73 | 0.78 | 0.43 |
| Hex | C1 | 18 | 43 | 0 | 58 | 41 | 18 | 159 | 4E | 2B |
| Octal | 301 | 30 | 103 | 0 | 130 | 101 | 30 | 531 | 116 | 53 |
| Binary | 11000001 | 11000 | 1000011 | 0 | 1011000 | 1000001 | 11000 | 101011001 | 1001110 | 101011 |
Color Harmonies of #C11843
Complementary color
Monochromatic Colors of #C11843
Black with #C11843
Text Example
Text Example
White with #C11843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11843; }
p { color: rgb(193,24,67); }
H1.HeaderClassName
{
color: #C11843;
}
.AnyTagClassName
{
color: #C11843;
}
</style>
background-color css
<style>
a { background-color: #C11843; }
a { background-color: rgb(193,24,67); }
div.DivClassName
{
background-color: #C11843;
}
.BgClassName
{
background-color: #C11843;
}
</style>
border-color css
<style>
span { border-color: #C11843; }
span { border-color: rgb(193,24,67); }
td.TdClassName
{
border-color: #C11843;
}
.TagClassName
{
border-color: #C11843;
}
</style>