Shades of Cardinal #C2134D
Tints of Cardinal #C2134D
RGB
CMYK
RGB Variations
Color information
#C2134D (or 0xC2134D) is known color: Cardinal. HEX triplet: C2, 13 and 4D. RGB value is (194,19,77). Sum of RGB (Red+Green+Blue) = 194+19+77=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2134D is #3DECB2. Grayscale: #4D4D4D. Windows color (decimal): -4058291 or 5051330. OLE color: 5051330.
HSL color Cylindrical-coordinate representation of color #C2134D: hue angle of 340.11º 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 #C2134D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 77 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.24 |
| HSL | 340.11º | 0.82% | 0.42% | - |
| HSV(B) | 340.11º | 0.9% | 0.76% | - |
| XYZ | 23.82 | 12.47 | 8.17 | - |
| YUV | 77.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 77 | 0 | 0.90 | 0.60 | 0.24 | 340.11 | 0.82 | 0.42 |
| Hex | C2 | 13 | 4D | 0 | 5A | 3C | 18 | 154 | 52 | 2A |
| Octal | 302 | 23 | 115 | 0 | 132 | 74 | 30 | 524 | 122 | 52 |
| Binary | 11000010 | 10011 | 1001101 | 0 | 1011010 | 111100 | 11000 | 101010100 | 1010010 | 101010 |
Color Harmonies of #C2134D
Complementary color
Monochromatic Colors of #C2134D
Black with #C2134D
Text Example
Text Example
White with #C2134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2134D; }
p { color: rgb(194,19,77); }
H1.HeaderClassName
{
color: #C2134D;
}
.AnyTagClassName
{
color: #C2134D;
}
</style>
background-color css
<style>
a { background-color: #C2134D; }
a { background-color: rgb(194,19,77); }
div.DivClassName
{
background-color: #C2134D;
}
.BgClassName
{
background-color: #C2134D;
}
</style>
border-color css
<style>
span { border-color: #C2134D; }
span { border-color: rgb(194,19,77); }
td.TdClassName
{
border-color: #C2134D;
}
.TagClassName
{
border-color: #C2134D;
}
</style>