Shades of Grenadier #C14336
Tints of Grenadier #C14336
RGB
CMYK
RGB Variations
Color information
#C14336 (or 0xC14336) is known color: Grenadier. HEX triplet: C1, 43 and 36. RGB value is (193,67,54). Sum of RGB (Red+Green+Blue) = 193+67+54=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14336 is #3EBCC9. Grayscale: #676767. Windows color (decimal): -4111562 or 3556289. OLE color: 3556289.
HSL color Cylindrical-coordinate representation of color #C14336: hue angle of 5.61º 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 #C14336 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 54 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.24 |
| HSL | 5.61º | 0.56% | 0.48% | - |
| HSV(B) | 5.61º | 0.72% | 0.76% | - |
| XYZ | 24.67 | 15.62 | 5.2 | - |
| YUV | 103.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 54 | 0 | 0.65 | 0.72 | 0.24 | 5.61 | 0.56 | 0.48 |
| Hex | C1 | 43 | 36 | 0 | 41 | 48 | 18 | 6 | 38 | 30 |
| Octal | 301 | 103 | 66 | 0 | 101 | 110 | 30 | 6 | 70 | 60 |
| Binary | 11000001 | 1000011 | 110110 | 0 | 1000001 | 1001000 | 11000 | 110 | 111000 | 110000 |
Color Harmonies of #C14336
Complementary color
Monochromatic Colors of #C14336
Black with #C14336
Text Example
Text Example
White with #C14336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14336; }
p { color: rgb(193,67,54); }
H1.HeaderClassName
{
color: #C14336;
}
.AnyTagClassName
{
color: #C14336;
}
</style>
background-color css
<style>
a { background-color: #C14336; }
a { background-color: rgb(193,67,54); }
div.DivClassName
{
background-color: #C14336;
}
.BgClassName
{
background-color: #C14336;
}
</style>
border-color css
<style>
span { border-color: #C14336; }
span { border-color: rgb(193,67,54); }
td.TdClassName
{
border-color: #C14336;
}
.TagClassName
{
border-color: #C14336;
}
</style>