Shades of Cardinal #C2163C
Tints of Cardinal #C2163C
RGB
CMYK
RGB Variations
Color information
#C2163C (or 0xC2163C) is known color: Cardinal. HEX triplet: C2, 16 and 3C. RGB value is (194,22,60). Sum of RGB (Red+Green+Blue) = 194+22+60=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2163C is #3DE9C3. Grayscale: #4D4D4D. Windows color (decimal): -4057540 or 3937986. OLE color: 3937986.
HSL color Cylindrical-coordinate representation of color #C2163C: hue angle of 346.74º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2163C is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 60 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.24 |
| HSL | 346.74º | 0.8% | 0.42% | - |
| HSV(B) | 346.74º | 0.89% | 0.76% | - |
| XYZ | 23.35 | 12.37 | 5.43 | - |
| YUV | 77.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 60 | 0 | 0.89 | 0.69 | 0.24 | 346.74 | 0.8 | 0.42 |
| Hex | C2 | 16 | 3C | 0 | 59 | 45 | 18 | 15B | 50 | 2A |
| Octal | 302 | 26 | 74 | 0 | 131 | 105 | 30 | 533 | 120 | 52 |
| Binary | 11000010 | 10110 | 111100 | 0 | 1011001 | 1000101 | 11000 | 101011011 | 1010000 | 101010 |
Color Harmonies of #C2163C
Complementary color
Monochromatic Colors of #C2163C
Black with #C2163C
Text Example
Text Example
White with #C2163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2163C; }
p { color: rgb(194,22,60); }
H1.HeaderClassName
{
color: #C2163C;
}
.AnyTagClassName
{
color: #C2163C;
}
</style>
background-color css
<style>
a { background-color: #C2163C; }
a { background-color: rgb(194,22,60); }
div.DivClassName
{
background-color: #C2163C;
}
.BgClassName
{
background-color: #C2163C;
}
</style>
border-color css
<style>
span { border-color: #C2163C; }
span { border-color: rgb(194,22,60); }
td.TdClassName
{
border-color: #C2163C;
}
.TagClassName
{
border-color: #C2163C;
}
</style>