Shades of Cardinal #C2103C
Tints of Cardinal #C2103C
RGB
CMYK
RGB Variations
Color information
#C2103C (or 0xC2103C) is known color: Cardinal. HEX triplet: C2, 10 and 3C. RGB value is (194,16,60). Sum of RGB (Red+Green+Blue) = 194+16+60=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C2103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2103C is #3DEFC3. Grayscale: #4A4A4A. Windows color (decimal): -4059076 or 3936450. OLE color: 3936450.
HSL color Cylindrical-coordinate representation of color #C2103C: hue angle of 345.17º 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 #C2103C is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.24 |
| HSL | 345.17º | 0.85% | 0.41% | - |
| HSV(B) | 345.17º | 0.92% | 0.76% | - |
| XYZ | 23.25 | 12.17 | 5.4 | - |
| YUV | 74.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 60 | 0 | 0.92 | 0.69 | 0.24 | 345.17 | 0.85 | 0.41 |
| Hex | C2 | 10 | 3C | 0 | 5C | 45 | 18 | 159 | 55 | 29 |
| Octal | 302 | 20 | 74 | 0 | 134 | 105 | 30 | 531 | 125 | 51 |
| Binary | 11000010 | 10000 | 111100 | 0 | 1011100 | 1000101 | 11000 | 101011001 | 1010101 | 101001 |
Color Harmonies of #C2103C
Complementary color
Monochromatic Colors of #C2103C
Black with #C2103C
Text Example
Text Example
White with #C2103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2103C; }
p { color: rgb(194,16,60); }
H1.HeaderClassName
{
color: #C2103C;
}
.AnyTagClassName
{
color: #C2103C;
}
</style>
background-color css
<style>
a { background-color: #C2103C; }
a { background-color: rgb(194,16,60); }
div.DivClassName
{
background-color: #C2103C;
}
.BgClassName
{
background-color: #C2103C;
}
</style>
border-color css
<style>
span { border-color: #C2103C; }
span { border-color: rgb(194,16,60); }
td.TdClassName
{
border-color: #C2103C;
}
.TagClassName
{
border-color: #C2103C;
}
</style>