Shades of Cardinal #C2103F
Tints of Cardinal #C2103F
RGB
CMYK
RGB Variations
Color information
#C2103F (or 0xC2103F) is known color: Cardinal. HEX triplet: C2, 10 and 3F. RGB value is (194,16,63). Sum of RGB (Red+Green+Blue) = 194+16+63=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2103F is #3DEFC0. Grayscale: #4A4A4A. Windows color (decimal): -4059073 or 4133058. OLE color: 4133058.
HSL color Cylindrical-coordinate representation of color #C2103F: hue angle of 344.16º 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 #C2103F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.24 |
| HSL | 344.16º | 0.85% | 0.41% | - |
| HSV(B) | 344.16º | 0.92% | 0.76% | - |
| XYZ | 23.33 | 12.2 | 5.83 | - |
| YUV | 74.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 63 | 0 | 0.92 | 0.68 | 0.24 | 344.16 | 0.85 | 0.41 |
| Hex | C2 | 10 | 3F | 0 | 5C | 44 | 18 | 158 | 55 | 29 |
| Octal | 302 | 20 | 77 | 0 | 134 | 104 | 30 | 530 | 125 | 51 |
| Binary | 11000010 | 10000 | 111111 | 0 | 1011100 | 1000100 | 11000 | 101011000 | 1010101 | 101001 |
Color Harmonies of #C2103F
Complementary color
Monochromatic Colors of #C2103F
Black with #C2103F
Text Example
Text Example
White with #C2103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2103F; }
p { color: rgb(194,16,63); }
H1.HeaderClassName
{
color: #C2103F;
}
.AnyTagClassName
{
color: #C2103F;
}
</style>
background-color css
<style>
a { background-color: #C2103F; }
a { background-color: rgb(194,16,63); }
div.DivClassName
{
background-color: #C2103F;
}
.BgClassName
{
background-color: #C2103F;
}
</style>
border-color css
<style>
span { border-color: #C2103F; }
span { border-color: rgb(194,16,63); }
td.TdClassName
{
border-color: #C2103F;
}
.TagClassName
{
border-color: #C2103F;
}
</style>