Shades of Cardinal #C12234
Tints of Cardinal #C12234
RGB
CMYK
RGB Variations
Color information
#C12234 (or 0xC12234) is known color: Cardinal. HEX triplet: C1, 22 and 34. RGB value is (193,34,52). Sum of RGB (Red+Green+Blue) = 193+34+52=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C12234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12234 is #3EDDCB. Grayscale: #535353. Windows color (decimal): -4120012 or 3416769. OLE color: 3416769.
HSL color Cylindrical-coordinate representation of color #C12234: hue angle of 353.21º 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 #C12234 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 52 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.24 |
| HSL | 353.21º | 0.7% | 0.45% | - |
| HSV(B) | 353.21º | 0.82% | 0.76% | - |
| XYZ | 23.18 | 12.73 | 4.48 | - |
| YUV | 83.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 52 | 0 | 0.82 | 0.73 | 0.24 | 353.21 | 0.7 | 0.45 |
| Hex | C1 | 22 | 34 | 0 | 52 | 49 | 18 | 161 | 46 | 2D |
| Octal | 301 | 42 | 64 | 0 | 122 | 111 | 30 | 541 | 106 | 55 |
| Binary | 11000001 | 100010 | 110100 | 0 | 1010010 | 1001001 | 11000 | 101100001 | 1000110 | 101101 |
Color Harmonies of #C12234
Complementary color
Monochromatic Colors of #C12234
Black with #C12234
Text Example
Text Example
White with #C12234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12234; }
p { color: rgb(193,34,52); }
H1.HeaderClassName
{
color: #C12234;
}
.AnyTagClassName
{
color: #C12234;
}
</style>
background-color css
<style>
a { background-color: #C12234; }
a { background-color: rgb(193,34,52); }
div.DivClassName
{
background-color: #C12234;
}
.BgClassName
{
background-color: #C12234;
}
</style>
border-color css
<style>
span { border-color: #C12234; }
span { border-color: rgb(193,34,52); }
td.TdClassName
{
border-color: #C12234;
}
.TagClassName
{
border-color: #C12234;
}
</style>