Shades of Cardinal #C2102C
Tints of Cardinal #C2102C
RGB
CMYK
RGB Variations
Color information
#C2102C (or 0xC2102C) is known color: Cardinal. HEX triplet: C2, 10 and 2C. RGB value is (194,16,44). Sum of RGB (Red+Green+Blue) = 194+16+44=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C2102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2102C is #3DEFD3. Grayscale: #484848. Windows color (decimal): -4059092 or 2887874. OLE color: 2887874.
HSL color Cylindrical-coordinate representation of color #C2102C: hue angle of 350.56º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2102C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.24 |
| HSL | 350.56º | 0.85% | 0.41% | - |
| HSV(B) | 350.56º | 0.92% | 0.76% | - |
| XYZ | 22.89 | 12.02 | 3.5 | - |
| YUV | 72.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 44 | 0 | 0.92 | 0.77 | 0.24 | 350.56 | 0.85 | 0.41 |
| Hex | C2 | 10 | 2C | 0 | 5C | 4D | 18 | 15F | 55 | 29 |
| Octal | 302 | 20 | 54 | 0 | 134 | 115 | 30 | 537 | 125 | 51 |
| Binary | 11000010 | 10000 | 101100 | 0 | 1011100 | 1001101 | 11000 | 101011111 | 1010101 | 101001 |
Color Harmonies of #C2102C
Complementary color
Monochromatic Colors of #C2102C
Black with #C2102C
Text Example
Text Example
White with #C2102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2102C; }
p { color: rgb(194,16,44); }
H1.HeaderClassName
{
color: #C2102C;
}
.AnyTagClassName
{
color: #C2102C;
}
</style>
background-color css
<style>
a { background-color: #C2102C; }
a { background-color: rgb(194,16,44); }
div.DivClassName
{
background-color: #C2102C;
}
.BgClassName
{
background-color: #C2102C;
}
</style>
border-color css
<style>
span { border-color: #C2102C; }
span { border-color: rgb(194,16,44); }
td.TdClassName
{
border-color: #C2102C;
}
.TagClassName
{
border-color: #C2102C;
}
</style>