Shades of Cardinal #C12343
Tints of Cardinal #C12343
RGB
CMYK
RGB Variations
Color information
#C12343 (or 0xC12343) is known color: Cardinal. HEX triplet: C1, 23 and 43. RGB value is (193,35,67). Sum of RGB (Red+Green+Blue) = 193+35+67=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C12343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12343 is #3EDCBC. Grayscale: #555555. Windows color (decimal): -4119741 or 4400065. OLE color: 4400065.
HSL color Cylindrical-coordinate representation of color #C12343: hue angle of 347.85º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12343 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 67 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.24 |
| HSL | 347.85º | 0.69% | 0.45% | - |
| HSV(B) | 347.85º | 0.82% | 0.76% | - |
| XYZ | 23.61 | 12.94 | 6.56 | - |
| YUV | 85.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 67 | 0 | 0.82 | 0.65 | 0.24 | 347.85 | 0.69 | 0.45 |
| Hex | C1 | 23 | 43 | 0 | 52 | 41 | 18 | 15C | 45 | 2D |
| Octal | 301 | 43 | 103 | 0 | 122 | 101 | 30 | 534 | 105 | 55 |
| Binary | 11000001 | 100011 | 1000011 | 0 | 1010010 | 1000001 | 11000 | 101011100 | 1000101 | 101101 |
Color Harmonies of #C12343
Complementary color
Monochromatic Colors of #C12343
Black with #C12343
Text Example
Text Example
White with #C12343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12343; }
p { color: rgb(193,35,67); }
H1.HeaderClassName
{
color: #C12343;
}
.AnyTagClassName
{
color: #C12343;
}
</style>
background-color css
<style>
a { background-color: #C12343; }
a { background-color: rgb(193,35,67); }
div.DivClassName
{
background-color: #C12343;
}
.BgClassName
{
background-color: #C12343;
}
</style>
border-color css
<style>
span { border-color: #C12343; }
span { border-color: rgb(193,35,67); }
td.TdClassName
{
border-color: #C12343;
}
.TagClassName
{
border-color: #C12343;
}
</style>