Shades of Grenadier #C54739
Tints of Grenadier #C54739
RGB
CMYK
RGB Variations
Color information
#C54739 (or 0xC54739) is known color: Grenadier. HEX triplet: C5, 47 and 39. RGB value is (197,71,57). Sum of RGB (Red+Green+Blue) = 197+71+57=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C54739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54739 is #3AB8C6. Grayscale: #6B6B6B. Windows color (decimal): -3848391 or 3753925. OLE color: 3753925.
HSL color Cylindrical-coordinate representation of color #C54739: hue angle of 6º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C54739 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 57 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.23 |
| HSL | 6º | 0.55% | 0.5% | - |
| HSV(B) | 6º | 0.71% | 0.77% | - |
| XYZ | 26.02 | 16.67 | 5.72 | - |
| YUV | 107.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 57 | 0 | 0.64 | 0.71 | 0.23 | 6 | 0.55 | 0.5 |
| Hex | C5 | 47 | 39 | 0 | 40 | 47 | 17 | 6 | 37 | 32 |
| Octal | 305 | 107 | 71 | 0 | 100 | 107 | 27 | 6 | 67 | 62 |
| Binary | 11000101 | 1000111 | 111001 | 0 | 1000000 | 1000111 | 10111 | 110 | 110111 | 110010 |
Color Harmonies of #C54739
Complementary color
Monochromatic Colors of #C54739
Black with #C54739
Text Example
Text Example
White with #C54739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54739; }
p { color: rgb(197,71,57); }
H1.HeaderClassName
{
color: #C54739;
}
.AnyTagClassName
{
color: #C54739;
}
</style>
background-color css
<style>
a { background-color: #C54739; }
a { background-color: rgb(197,71,57); }
div.DivClassName
{
background-color: #C54739;
}
.BgClassName
{
background-color: #C54739;
}
</style>
border-color css
<style>
span { border-color: #C54739; }
span { border-color: rgb(197,71,57); }
td.TdClassName
{
border-color: #C54739;
}
.TagClassName
{
border-color: #C54739;
}
</style>