Shades of Cardinal #C2193D
Tints of Cardinal #C2193D
RGB
CMYK
RGB Variations
Color information
#C2193D (or 0xC2193D) is known color: Cardinal. HEX triplet: C2, 19 and 3D. RGB value is (194,25,61). Sum of RGB (Red+Green+Blue) = 194+25+61=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2193D is #3DE6C2. Grayscale: #4F4F4F. Windows color (decimal): -4056771 or 4004290. OLE color: 4004290.
HSL color Cylindrical-coordinate representation of color #C2193D: hue angle of 347.22º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2193D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 61 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.24 |
| HSL | 347.22º | 0.77% | 0.43% | - |
| HSV(B) | 347.22º | 0.87% | 0.76% | - |
| XYZ | 23.44 | 12.5 | 5.59 | - |
| YUV | 79.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 61 | 0 | 0.87 | 0.69 | 0.24 | 347.22 | 0.77 | 0.43 |
| Hex | C2 | 19 | 3D | 0 | 57 | 45 | 18 | 15B | 4D | 2B |
| Octal | 302 | 31 | 75 | 0 | 127 | 105 | 30 | 533 | 115 | 53 |
| Binary | 11000010 | 11001 | 111101 | 0 | 1010111 | 1000101 | 11000 | 101011011 | 1001101 | 101011 |
Color Harmonies of #C2193D
Complementary color
Monochromatic Colors of #C2193D
Black with #C2193D
Text Example
Text Example
White with #C2193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2193D; }
p { color: rgb(194,25,61); }
H1.HeaderClassName
{
color: #C2193D;
}
.AnyTagClassName
{
color: #C2193D;
}
</style>
background-color css
<style>
a { background-color: #C2193D; }
a { background-color: rgb(194,25,61); }
div.DivClassName
{
background-color: #C2193D;
}
.BgClassName
{
background-color: #C2193D;
}
</style>
border-color css
<style>
span { border-color: #C2193D; }
span { border-color: rgb(194,25,61); }
td.TdClassName
{
border-color: #C2193D;
}
.TagClassName
{
border-color: #C2193D;
}
</style>