Shades of Cardinal #C2134A
Tints of Cardinal #C2134A
RGB
CMYK
RGB Variations
Color information
#C2134A (or 0xC2134A) is known color: Cardinal. HEX triplet: C2, 13 and 4A. RGB value is (194,19,74). Sum of RGB (Red+Green+Blue) = 194+19+74=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2134A is #3DECB5. Grayscale: #4D4D4D. Windows color (decimal): -4058294 or 4854722. OLE color: 4854722.
HSL color Cylindrical-coordinate representation of color #C2134A: hue angle of 341.14º 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 #C2134A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 74 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.24 |
| HSL | 341.14º | 0.82% | 0.42% | - |
| HSV(B) | 341.14º | 0.9% | 0.76% | - |
| XYZ | 23.72 | 12.43 | 7.63 | - |
| YUV | 77.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 74 | 0 | 0.90 | 0.62 | 0.24 | 341.14 | 0.82 | 0.42 |
| Hex | C2 | 13 | 4A | 0 | 5A | 3E | 18 | 155 | 52 | 2A |
| Octal | 302 | 23 | 112 | 0 | 132 | 76 | 30 | 525 | 122 | 52 |
| Binary | 11000010 | 10011 | 1001010 | 0 | 1011010 | 111110 | 11000 | 101010101 | 1010010 | 101010 |
Color Harmonies of #C2134A
Complementary color
Monochromatic Colors of #C2134A
Black with #C2134A
Text Example
Text Example
White with #C2134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2134A; }
p { color: rgb(194,19,74); }
H1.HeaderClassName
{
color: #C2134A;
}
.AnyTagClassName
{
color: #C2134A;
}
</style>
background-color css
<style>
a { background-color: #C2134A; }
a { background-color: rgb(194,19,74); }
div.DivClassName
{
background-color: #C2134A;
}
.BgClassName
{
background-color: #C2134A;
}
</style>
border-color css
<style>
span { border-color: #C2134A; }
span { border-color: rgb(194,19,74); }
td.TdClassName
{
border-color: #C2134A;
}
.TagClassName
{
border-color: #C2134A;
}
</style>