Shades of Cardinal #C2123E
Tints of Cardinal #C2123E
RGB
CMYK
RGB Variations
Color information
#C2123E (or 0xC2123E) is known color: Cardinal. HEX triplet: C2, 12 and 3E. RGB value is (194,18,62). Sum of RGB (Red+Green+Blue) = 194+18+62=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2123E is #3DEDC1. Grayscale: #4B4B4B. Windows color (decimal): -4058562 or 4068034. OLE color: 4068034.
HSL color Cylindrical-coordinate representation of color #C2123E: hue angle of 345º 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 #C2123E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 62 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.24 |
| HSL | 345º | 0.83% | 0.42% | - |
| HSV(B) | 345º | 0.91% | 0.76% | - |
| XYZ | 23.33 | 12.25 | 5.69 | - |
| YUV | 75.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 62 | 0 | 0.91 | 0.68 | 0.24 | 345 | 0.83 | 0.42 |
| Hex | C2 | 12 | 3E | 0 | 5B | 44 | 18 | 159 | 53 | 2A |
| Octal | 302 | 22 | 76 | 0 | 133 | 104 | 30 | 531 | 123 | 52 |
| Binary | 11000010 | 10010 | 111110 | 0 | 1011011 | 1000100 | 11000 | 101011001 | 1010011 | 101010 |
Color Harmonies of #C2123E
Complementary color
Monochromatic Colors of #C2123E
Black with #C2123E
Text Example
Text Example
White with #C2123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2123E; }
p { color: rgb(194,18,62); }
H1.HeaderClassName
{
color: #C2123E;
}
.AnyTagClassName
{
color: #C2123E;
}
</style>
background-color css
<style>
a { background-color: #C2123E; }
a { background-color: rgb(194,18,62); }
div.DivClassName
{
background-color: #C2123E;
}
.BgClassName
{
background-color: #C2123E;
}
</style>
border-color css
<style>
span { border-color: #C2123E; }
span { border-color: rgb(194,18,62); }
td.TdClassName
{
border-color: #C2123E;
}
.TagClassName
{
border-color: #C2123E;
}
</style>