Shades of Cardinal #C2134C
Tints of Cardinal #C2134C
RGB
CMYK
RGB Variations
Color information
#C2134C (or 0xC2134C) is known color: Cardinal. HEX triplet: C2, 13 and 4C. RGB value is (194,19,76). Sum of RGB (Red+Green+Blue) = 194+19+76=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2134C is #3DECB3. Grayscale: #4D4D4D. Windows color (decimal): -4058292 or 4985794. OLE color: 4985794.
HSL color Cylindrical-coordinate representation of color #C2134C: hue angle of 340.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2134C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 76 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.24 |
| HSL | 340.46º | 0.82% | 0.42% | - |
| HSV(B) | 340.46º | 0.9% | 0.76% | - |
| XYZ | 23.79 | 12.46 | 7.99 | - |
| YUV | 77.82 | 126.98 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 76 | 0 | 0.90 | 0.61 | 0.24 | 340.46 | 0.82 | 0.42 |
| Hex | C2 | 13 | 4C | 0 | 5A | 3D | 18 | 154 | 52 | 2A |
| Octal | 302 | 23 | 114 | 0 | 132 | 75 | 30 | 524 | 122 | 52 |
| Binary | 11000010 | 10011 | 1001100 | 0 | 1011010 | 111101 | 11000 | 101010100 | 1010010 | 101010 |
Color Harmonies of #C2134C
Complementary color
Monochromatic Colors of #C2134C
Black with #C2134C
Text Example
Text Example
White with #C2134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2134C; }
p { color: rgb(194,19,76); }
H1.HeaderClassName
{
color: #C2134C;
}
.AnyTagClassName
{
color: #C2134C;
}
</style>
background-color css
<style>
a { background-color: #C2134C; }
a { background-color: rgb(194,19,76); }
div.DivClassName
{
background-color: #C2134C;
}
.BgClassName
{
background-color: #C2134C;
}
</style>
border-color css
<style>
span { border-color: #C2134C; }
span { border-color: rgb(194,19,76); }
td.TdClassName
{
border-color: #C2134C;
}
.TagClassName
{
border-color: #C2134C;
}
</style>