Shades of Cardinal #C2123D
Tints of Cardinal #C2123D
RGB
CMYK
RGB Variations
Color information
#C2123D (or 0xC2123D) is known color: Cardinal. HEX triplet: C2, 12 and 3D. RGB value is (194,18,61). Sum of RGB (Red+Green+Blue) = 194+18+61=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2123D is #3DEDC2. Grayscale: #4B4B4B. Windows color (decimal): -4058563 or 4002498. OLE color: 4002498.
HSL color Cylindrical-coordinate representation of color #C2123D: hue angle of 345.34º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2123D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.24 |
| HSL | 345.34º | 0.83% | 0.42% | - |
| HSV(B) | 345.34º | 0.91% | 0.76% | - |
| XYZ | 23.31 | 12.24 | 5.55 | - |
| YUV | 75.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 61 | 0 | 0.91 | 0.69 | 0.24 | 345.34 | 0.83 | 0.42 |
| Hex | C2 | 12 | 3D | 0 | 5B | 45 | 18 | 159 | 53 | 2A |
| Octal | 302 | 22 | 75 | 0 | 133 | 105 | 30 | 531 | 123 | 52 |
| Binary | 11000010 | 10010 | 111101 | 0 | 1011011 | 1000101 | 11000 | 101011001 | 1010011 | 101010 |
Color Harmonies of #C2123D
Complementary color
Monochromatic Colors of #C2123D
Black with #C2123D
Text Example
Text Example
White with #C2123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2123D; }
p { color: rgb(194,18,61); }
H1.HeaderClassName
{
color: #C2123D;
}
.AnyTagClassName
{
color: #C2123D;
}
</style>
background-color css
<style>
a { background-color: #C2123D; }
a { background-color: rgb(194,18,61); }
div.DivClassName
{
background-color: #C2123D;
}
.BgClassName
{
background-color: #C2123D;
}
</style>
border-color css
<style>
span { border-color: #C2123D; }
span { border-color: rgb(194,18,61); }
td.TdClassName
{
border-color: #C2123D;
}
.TagClassName
{
border-color: #C2123D;
}
</style>