Shades of Cardinal #C12838
Tints of Cardinal #C12838
RGB
CMYK
RGB Variations
Color information
#C12838 (or 0xC12838) is known color: Cardinal. HEX triplet: C1, 28 and 38. RGB value is (193,40,56). Sum of RGB (Red+Green+Blue) = 193+40+56=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C12838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12838 is #3ED7C7. Grayscale: #575757. Windows color (decimal): -4118472 or 3680449. OLE color: 3680449.
HSL color Cylindrical-coordinate representation of color #C12838: hue angle of 353.73º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12838 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 56 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.24 |
| HSL | 353.73º | 0.66% | 0.46% | - |
| HSV(B) | 353.73º | 0.79% | 0.76% | - |
| XYZ | 23.46 | 13.14 | 5.04 | - |
| YUV | 87.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 56 | 0 | 0.79 | 0.71 | 0.24 | 353.73 | 0.66 | 0.46 |
| Hex | C1 | 28 | 38 | 0 | 4F | 47 | 18 | 162 | 42 | 2E |
| Octal | 301 | 50 | 70 | 0 | 117 | 107 | 30 | 542 | 102 | 56 |
| Binary | 11000001 | 101000 | 111000 | 0 | 1001111 | 1000111 | 11000 | 101100010 | 1000010 | 101110 |
Color Harmonies of #C12838
Complementary color
Monochromatic Colors of #C12838
Black with #C12838
Text Example
Text Example
White with #C12838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12838; }
p { color: rgb(193,40,56); }
H1.HeaderClassName
{
color: #C12838;
}
.AnyTagClassName
{
color: #C12838;
}
</style>
background-color css
<style>
a { background-color: #C12838; }
a { background-color: rgb(193,40,56); }
div.DivClassName
{
background-color: #C12838;
}
.BgClassName
{
background-color: #C12838;
}
</style>
border-color css
<style>
span { border-color: #C12838; }
span { border-color: rgb(193,40,56); }
td.TdClassName
{
border-color: #C12838;
}
.TagClassName
{
border-color: #C12838;
}
</style>