Shades of Cardinal #C12143
Tints of Cardinal #C12143
RGB
CMYK
RGB Variations
Color information
#C12143 (or 0xC12143) is known color: Cardinal. HEX triplet: C1, 21 and 43. RGB value is (193,33,67). Sum of RGB (Red+Green+Blue) = 193+33+67=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C12143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12143 is #3EDEBC. Grayscale: #545454. Windows color (decimal): -4120253 or 4399553. OLE color: 4399553.
HSL color Cylindrical-coordinate representation of color #C12143: hue angle of 347.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12143 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 67 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.24 |
| HSL | 347.25º | 0.71% | 0.44% | - |
| HSV(B) | 347.25º | 0.83% | 0.76% | - |
| XYZ | 23.55 | 12.83 | 6.55 | - |
| YUV | 84.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 67 | 0 | 0.83 | 0.65 | 0.24 | 347.25 | 0.71 | 0.44 |
| Hex | C1 | 21 | 43 | 0 | 53 | 41 | 18 | 15B | 47 | 2C |
| Octal | 301 | 41 | 103 | 0 | 123 | 101 | 30 | 533 | 107 | 54 |
| Binary | 11000001 | 100001 | 1000011 | 0 | 1010011 | 1000001 | 11000 | 101011011 | 1000111 | 101100 |
Color Harmonies of #C12143
Complementary color
Monochromatic Colors of #C12143
Black with #C12143
Text Example
Text Example
White with #C12143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12143; }
p { color: rgb(193,33,67); }
H1.HeaderClassName
{
color: #C12143;
}
.AnyTagClassName
{
color: #C12143;
}
</style>
background-color css
<style>
a { background-color: #C12143; }
a { background-color: rgb(193,33,67); }
div.DivClassName
{
background-color: #C12143;
}
.BgClassName
{
background-color: #C12143;
}
</style>
border-color css
<style>
span { border-color: #C12143; }
span { border-color: rgb(193,33,67); }
td.TdClassName
{
border-color: #C12143;
}
.TagClassName
{
border-color: #C12143;
}
</style>