Shades of Grenadier #C14138
Tints of Grenadier #C14138
RGB
CMYK
RGB Variations
Color information
#C14138 (or 0xC14138) is known color: Grenadier. HEX triplet: C1, 41 and 38. RGB value is (193,65,56). Sum of RGB (Red+Green+Blue) = 193+65+56=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14138 is #3EBEC7. Grayscale: #666666. Windows color (decimal): -4112072 or 3686849. OLE color: 3686849.
HSL color Cylindrical-coordinate representation of color #C14138: hue angle of 3.94º 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 #C14138 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 56 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.24 |
| HSL | 3.94º | 0.55% | 0.49% | - |
| HSV(B) | 3.94º | 0.71% | 0.76% | - |
| XYZ | 24.6 | 15.4 | 5.42 | - |
| YUV | 102.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 56 | 0 | 0.66 | 0.71 | 0.24 | 3.94 | 0.55 | 0.49 |
| Hex | C1 | 41 | 38 | 0 | 42 | 47 | 18 | 4 | 37 | 31 |
| Octal | 301 | 101 | 70 | 0 | 102 | 107 | 30 | 4 | 67 | 61 |
| Binary | 11000001 | 1000001 | 111000 | 0 | 1000010 | 1000111 | 11000 | 100 | 110111 | 110001 |
Color Harmonies of #C14138
Complementary color
Monochromatic Colors of #C14138
Black with #C14138
Text Example
Text Example
White with #C14138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14138; }
p { color: rgb(193,65,56); }
H1.HeaderClassName
{
color: #C14138;
}
.AnyTagClassName
{
color: #C14138;
}
</style>
background-color css
<style>
a { background-color: #C14138; }
a { background-color: rgb(193,65,56); }
div.DivClassName
{
background-color: #C14138;
}
.BgClassName
{
background-color: #C14138;
}
</style>
border-color css
<style>
span { border-color: #C14138; }
span { border-color: rgb(193,65,56); }
td.TdClassName
{
border-color: #C14138;
}
.TagClassName
{
border-color: #C14138;
}
</style>