Shades of Cardinal #C21151
Tints of Cardinal #C21151
RGB
CMYK
RGB Variations
Color information
#C21151 (or 0xC21151) is known color: Cardinal. HEX triplet: C2, 11 and 51. RGB value is (194,17,81). Sum of RGB (Red+Green+Blue) = 194+17+81=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C21151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21151 is #3DEEAE. Grayscale: #4D4D4D. Windows color (decimal): -4058799 or 5312962. OLE color: 5312962.
HSL color Cylindrical-coordinate representation of color #C21151: hue angle of 338.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21151 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 81 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.24 |
| HSL | 338.31º | 0.84% | 0.41% | - |
| HSV(B) | 338.31º | 0.91% | 0.76% | - |
| XYZ | 23.93 | 12.46 | 8.93 | - |
| YUV | 77.22 | 130.14 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 81 | 0 | 0.91 | 0.58 | 0.24 | 338.31 | 0.84 | 0.41 |
| Hex | C2 | 11 | 51 | 0 | 5B | 3A | 18 | 152 | 54 | 29 |
| Octal | 302 | 21 | 121 | 0 | 133 | 72 | 30 | 522 | 124 | 51 |
| Binary | 11000010 | 10001 | 1010001 | 0 | 1011011 | 111010 | 11000 | 101010010 | 1010100 | 101001 |
Color Harmonies of #C21151
Complementary color
Monochromatic Colors of #C21151
Black with #C21151
Text Example
Text Example
White with #C21151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21151; }
p { color: rgb(194,17,81); }
H1.HeaderClassName
{
color: #C21151;
}
.AnyTagClassName
{
color: #C21151;
}
</style>
background-color css
<style>
a { background-color: #C21151; }
a { background-color: rgb(194,17,81); }
div.DivClassName
{
background-color: #C21151;
}
.BgClassName
{
background-color: #C21151;
}
</style>
border-color css
<style>
span { border-color: #C21151; }
span { border-color: rgb(194,17,81); }
td.TdClassName
{
border-color: #C21151;
}
.TagClassName
{
border-color: #C21151;
}
</style>