Shades of Cardinal #C2132D
Tints of Cardinal #C2132D
RGB
CMYK
RGB Variations
Color information
#C2132D (or 0xC2132D) is known color: Cardinal. HEX triplet: C2, 13 and 2D. RGB value is (194,19,45). Sum of RGB (Red+Green+Blue) = 194+19+45=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2132D is #3DECD2. Grayscale: #4A4A4A. Windows color (decimal): -4058323 or 2954178. OLE color: 2954178.
HSL color Cylindrical-coordinate representation of color #C2132D: hue angle of 351.09º 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 #C2132D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.24 |
| HSL | 351.09º | 0.82% | 0.42% | - |
| HSV(B) | 351.09º | 0.9% | 0.76% | - |
| XYZ | 22.95 | 12.12 | 3.61 | - |
| YUV | 74.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 45 | 0 | 0.90 | 0.77 | 0.24 | 351.09 | 0.82 | 0.42 |
| Hex | C2 | 13 | 2D | 0 | 5A | 4D | 18 | 15F | 52 | 2A |
| Octal | 302 | 23 | 55 | 0 | 132 | 115 | 30 | 537 | 122 | 52 |
| Binary | 11000010 | 10011 | 101101 | 0 | 1011010 | 1001101 | 11000 | 101011111 | 1010010 | 101010 |
Color Harmonies of #C2132D
Complementary color
Monochromatic Colors of #C2132D
Black with #C2132D
Text Example
Text Example
White with #C2132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2132D; }
p { color: rgb(194,19,45); }
H1.HeaderClassName
{
color: #C2132D;
}
.AnyTagClassName
{
color: #C2132D;
}
</style>
background-color css
<style>
a { background-color: #C2132D; }
a { background-color: rgb(194,19,45); }
div.DivClassName
{
background-color: #C2132D;
}
.BgClassName
{
background-color: #C2132D;
}
</style>
border-color css
<style>
span { border-color: #C2132D; }
span { border-color: rgb(194,19,45); }
td.TdClassName
{
border-color: #C2132D;
}
.TagClassName
{
border-color: #C2132D;
}
</style>