Shades of Cardinal #C12135
Tints of Cardinal #C12135
RGB
CMYK
RGB Variations
Color information
#C12135 (or 0xC12135) is known color: Cardinal. HEX triplet: C1, 21 and 35. RGB value is (193,33,53). Sum of RGB (Red+Green+Blue) = 193+33+53=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C12135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12135 is #3EDECA. Grayscale: #535353. Windows color (decimal): -4120267 or 3482049. OLE color: 3482049.
HSL color Cylindrical-coordinate representation of color #C12135: hue angle of 352.5º 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 #C12135 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 53 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.24 |
| HSL | 352.5º | 0.71% | 0.44% | - |
| HSV(B) | 352.5º | 0.83% | 0.76% | - |
| XYZ | 23.18 | 12.68 | 4.59 | - |
| YUV | 83.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 53 | 0 | 0.83 | 0.73 | 0.24 | 352.5 | 0.71 | 0.44 |
| Hex | C1 | 21 | 35 | 0 | 53 | 49 | 18 | 160 | 47 | 2C |
| Octal | 301 | 41 | 65 | 0 | 123 | 111 | 30 | 540 | 107 | 54 |
| Binary | 11000001 | 100001 | 110101 | 0 | 1010011 | 1001001 | 11000 | 101100000 | 1000111 | 101100 |
Color Harmonies of #C12135
Complementary color
Monochromatic Colors of #C12135
Black with #C12135
Text Example
Text Example
White with #C12135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12135; }
p { color: rgb(193,33,53); }
H1.HeaderClassName
{
color: #C12135;
}
.AnyTagClassName
{
color: #C12135;
}
</style>
background-color css
<style>
a { background-color: #C12135; }
a { background-color: rgb(193,33,53); }
div.DivClassName
{
background-color: #C12135;
}
.BgClassName
{
background-color: #C12135;
}
</style>
border-color css
<style>
span { border-color: #C12135; }
span { border-color: rgb(193,33,53); }
td.TdClassName
{
border-color: #C12135;
}
.TagClassName
{
border-color: #C12135;
}
</style>