Shades of Grenadier #C14D3C
Tints of Grenadier #C14D3C
RGB
CMYK
RGB Variations
Color information
#C14D3C (or 0xC14D3C) is known color: Grenadier. HEX triplet: C1, 4D and 3C. RGB value is (193,77,60). Sum of RGB (Red+Green+Blue) = 193+77+60=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D3C is #3EB2C3. Grayscale: #6D6D6D. Windows color (decimal): -4108996 or 3952065. OLE color: 3952065.
HSL color Cylindrical-coordinate representation of color #C14D3C: hue angle of 7.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14D3C is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 60 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.24 |
| HSL | 7.67º | 0.53% | 0.5% | - |
| HSV(B) | 7.67º | 0.69% | 0.76% | - |
| XYZ | 25.46 | 16.97 | 6.21 | - |
| YUV | 109.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 60 | 0 | 0.60 | 0.69 | 0.24 | 7.67 | 0.53 | 0.5 |
| Hex | C1 | 4D | 3C | 0 | 3C | 45 | 18 | 8 | 35 | 32 |
| Octal | 301 | 115 | 74 | 0 | 74 | 105 | 30 | 10 | 65 | 62 |
| Binary | 11000001 | 1001101 | 111100 | 0 | 111100 | 1000101 | 11000 | 1000 | 110101 | 110010 |
Color Harmonies of #C14D3C
Complementary color
Monochromatic Colors of #C14D3C
Black with #C14D3C
Text Example
Text Example
White with #C14D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D3C; }
p { color: rgb(193,77,60); }
H1.HeaderClassName
{
color: #C14D3C;
}
.AnyTagClassName
{
color: #C14D3C;
}
</style>
background-color css
<style>
a { background-color: #C14D3C; }
a { background-color: rgb(193,77,60); }
div.DivClassName
{
background-color: #C14D3C;
}
.BgClassName
{
background-color: #C14D3C;
}
</style>
border-color css
<style>
span { border-color: #C14D3C; }
span { border-color: rgb(193,77,60); }
td.TdClassName
{
border-color: #C14D3C;
}
.TagClassName
{
border-color: #C14D3C;
}
</style>