Shades of Cardinal #C12239
Tints of Cardinal #C12239
RGB
CMYK
RGB Variations
Color information
#C12239 (or 0xC12239) is known color: Cardinal. HEX triplet: C1, 22 and 39. RGB value is (193,34,57). Sum of RGB (Red+Green+Blue) = 193+34+57=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12239 is #3EDDC6. Grayscale: #545454. Windows color (decimal): -4120007 or 3744449. OLE color: 3744449.
HSL color Cylindrical-coordinate representation of color #C12239: hue angle of 351.32º degrees, saturation: 0.7, 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 #C12239 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 57 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.24 |
| HSL | 351.32º | 0.7% | 0.45% | - |
| HSV(B) | 351.32º | 0.82% | 0.76% | - |
| XYZ | 23.3 | 12.78 | 5.11 | - |
| YUV | 84.16 | 112.68 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 57 | 0 | 0.82 | 0.70 | 0.24 | 351.32 | 0.7 | 0.45 |
| Hex | C1 | 22 | 39 | 0 | 52 | 46 | 18 | 15F | 46 | 2D |
| Octal | 301 | 42 | 71 | 0 | 122 | 106 | 30 | 537 | 106 | 55 |
| Binary | 11000001 | 100010 | 111001 | 0 | 1010010 | 1000110 | 11000 | 101011111 | 1000110 | 101101 |
Color Harmonies of #C12239
Complementary color
Monochromatic Colors of #C12239
Black with #C12239
Text Example
Text Example
White with #C12239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12239; }
p { color: rgb(193,34,57); }
H1.HeaderClassName
{
color: #C12239;
}
.AnyTagClassName
{
color: #C12239;
}
</style>
background-color css
<style>
a { background-color: #C12239; }
a { background-color: rgb(193,34,57); }
div.DivClassName
{
background-color: #C12239;
}
.BgClassName
{
background-color: #C12239;
}
</style>
border-color css
<style>
span { border-color: #C12239; }
span { border-color: rgb(193,34,57); }
td.TdClassName
{
border-color: #C12239;
}
.TagClassName
{
border-color: #C12239;
}
</style>