Shades of Grenadier #C14E40
Tints of Grenadier #C14E40
RGB
CMYK
RGB Variations
Color information
#C14E40 (or 0xC14E40) is known color: Grenadier. HEX triplet: C1, 4E and 40. RGB value is (193,78,64). Sum of RGB (Red+Green+Blue) = 193+78+64=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E40 is #3EB1BF. Grayscale: #6E6E6E. Windows color (decimal): -4108736 or 4214465. OLE color: 4214465.
HSL color Cylindrical-coordinate representation of color #C14E40: hue angle of 6.51º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14E40 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 64 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.24 |
| HSL | 6.51º | 0.51% | 0.5% | - |
| HSV(B) | 6.51º | 0.67% | 0.76% | - |
| XYZ | 25.64 | 17.16 | 6.81 | - |
| YUV | 110.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 64 | 0 | 0.60 | 0.67 | 0.24 | 6.51 | 0.51 | 0.5 |
| Hex | C1 | 4E | 40 | 0 | 3C | 43 | 18 | 7 | 33 | 32 |
| Octal | 301 | 116 | 100 | 0 | 74 | 103 | 30 | 7 | 63 | 62 |
| Binary | 11000001 | 1001110 | 1000000 | 0 | 111100 | 1000011 | 11000 | 111 | 110011 | 110010 |
Color Harmonies of #C14E40
Complementary color
Monochromatic Colors of #C14E40
Black with #C14E40
Text Example
Text Example
White with #C14E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E40; }
p { color: rgb(193,78,64); }
H1.HeaderClassName
{
color: #C14E40;
}
.AnyTagClassName
{
color: #C14E40;
}
</style>
background-color css
<style>
a { background-color: #C14E40; }
a { background-color: rgb(193,78,64); }
div.DivClassName
{
background-color: #C14E40;
}
.BgClassName
{
background-color: #C14E40;
}
</style>
border-color css
<style>
span { border-color: #C14E40; }
span { border-color: rgb(193,78,64); }
td.TdClassName
{
border-color: #C14E40;
}
.TagClassName
{
border-color: #C14E40;
}
</style>