Shades of Grenadier #C14936
Tints of Grenadier #C14936
RGB
CMYK
RGB Variations
Color information
#C14936 (or 0xC14936) is known color: Grenadier. HEX triplet: C1, 49 and 36. RGB value is (193,73,54). Sum of RGB (Red+Green+Blue) = 193+73+54=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C14936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14936 is #3EB6C9. Grayscale: #6A6A6A. Windows color (decimal): -4110026 or 3557825. OLE color: 3557825.
HSL color Cylindrical-coordinate representation of color #C14936: hue angle of 8.2º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C14936 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 54 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.24 |
| HSL | 8.2º | 0.56% | 0.48% | - |
| HSV(B) | 8.2º | 0.72% | 0.76% | - |
| XYZ | 25.04 | 16.37 | 5.33 | - |
| YUV | 106.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 54 | 0 | 0.62 | 0.72 | 0.24 | 8.2 | 0.56 | 0.48 |
| Hex | C1 | 49 | 36 | 0 | 3E | 48 | 18 | 8 | 38 | 30 |
| Octal | 301 | 111 | 66 | 0 | 76 | 110 | 30 | 10 | 70 | 60 |
| Binary | 11000001 | 1001001 | 110110 | 0 | 111110 | 1001000 | 11000 | 1000 | 111000 | 110000 |
Color Harmonies of #C14936
Complementary color
Monochromatic Colors of #C14936
Black with #C14936
Text Example
Text Example
White with #C14936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14936; }
p { color: rgb(193,73,54); }
H1.HeaderClassName
{
color: #C14936;
}
.AnyTagClassName
{
color: #C14936;
}
</style>
background-color css
<style>
a { background-color: #C14936; }
a { background-color: rgb(193,73,54); }
div.DivClassName
{
background-color: #C14936;
}
.BgClassName
{
background-color: #C14936;
}
</style>
border-color css
<style>
span { border-color: #C14936; }
span { border-color: rgb(193,73,54); }
td.TdClassName
{
border-color: #C14936;
}
.TagClassName
{
border-color: #C14936;
}
</style>