Shades of Grenadier #C14938
Tints of Grenadier #C14938
RGB
CMYK
RGB Variations
Color information
#C14938 (or 0xC14938) is known color: Grenadier. HEX triplet: C1, 49 and 38. RGB value is (193,73,56). Sum of RGB (Red+Green+Blue) = 193+73+56=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C14938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14938 is #3EB6C7. Grayscale: #6B6B6B. Windows color (decimal): -4110024 or 3688897. OLE color: 3688897.
HSL color Cylindrical-coordinate representation of color #C14938: hue angle of 7.45º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C14938 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 56 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.24 |
| HSL | 7.45º | 0.55% | 0.49% | - |
| HSV(B) | 7.45º | 0.71% | 0.76% | - |
| XYZ | 25.09 | 16.39 | 5.58 | - |
| YUV | 106.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 56 | 0 | 0.62 | 0.71 | 0.24 | 7.45 | 0.55 | 0.49 |
| Hex | C1 | 49 | 38 | 0 | 3E | 47 | 18 | 7 | 37 | 31 |
| Octal | 301 | 111 | 70 | 0 | 76 | 107 | 30 | 7 | 67 | 61 |
| Binary | 11000001 | 1001001 | 111000 | 0 | 111110 | 1000111 | 11000 | 111 | 110111 | 110001 |
Color Harmonies of #C14938
Complementary color
Monochromatic Colors of #C14938
Black with #C14938
Text Example
Text Example
White with #C14938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14938; }
p { color: rgb(193,73,56); }
H1.HeaderClassName
{
color: #C14938;
}
.AnyTagClassName
{
color: #C14938;
}
</style>
background-color css
<style>
a { background-color: #C14938; }
a { background-color: rgb(193,73,56); }
div.DivClassName
{
background-color: #C14938;
}
.BgClassName
{
background-color: #C14938;
}
</style>
border-color css
<style>
span { border-color: #C14938; }
span { border-color: rgb(193,73,56); }
td.TdClassName
{
border-color: #C14938;
}
.TagClassName
{
border-color: #C14938;
}
</style>