Shades of Cardinal #C2113F
Tints of Cardinal #C2113F
RGB
CMYK
RGB Variations
Color information
#C2113F (or 0xC2113F) is known color: Cardinal. HEX triplet: C2, 11 and 3F. RGB value is (194,17,63). Sum of RGB (Red+Green+Blue) = 194+17+63=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2113F is #3DEEC0. Grayscale: #4B4B4B. Windows color (decimal): -4058817 or 4133314. OLE color: 4133314.
HSL color Cylindrical-coordinate representation of color #C2113F: hue angle of 344.41º 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 #C2113F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 63 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.24 |
| HSL | 344.41º | 0.84% | 0.41% | - |
| HSV(B) | 344.41º | 0.91% | 0.76% | - |
| XYZ | 23.35 | 12.23 | 5.83 | - |
| YUV | 75.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 63 | 0 | 0.91 | 0.68 | 0.24 | 344.41 | 0.84 | 0.41 |
| Hex | C2 | 11 | 3F | 0 | 5B | 44 | 18 | 158 | 54 | 29 |
| Octal | 302 | 21 | 77 | 0 | 133 | 104 | 30 | 530 | 124 | 51 |
| Binary | 11000010 | 10001 | 111111 | 0 | 1011011 | 1000100 | 11000 | 101011000 | 1010100 | 101001 |
Color Harmonies of #C2113F
Complementary color
Monochromatic Colors of #C2113F
Black with #C2113F
Text Example
Text Example
White with #C2113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2113F; }
p { color: rgb(194,17,63); }
H1.HeaderClassName
{
color: #C2113F;
}
.AnyTagClassName
{
color: #C2113F;
}
</style>
background-color css
<style>
a { background-color: #C2113F; }
a { background-color: rgb(194,17,63); }
div.DivClassName
{
background-color: #C2113F;
}
.BgClassName
{
background-color: #C2113F;
}
</style>
border-color css
<style>
span { border-color: #C2113F; }
span { border-color: rgb(194,17,63); }
td.TdClassName
{
border-color: #C2113F;
}
.TagClassName
{
border-color: #C2113F;
}
</style>