Shades of Grenadier #C54738
Tints of Grenadier #C54738
RGB
CMYK
RGB Variations
Color information
#C54738 (or 0xC54738) is known color: Grenadier. HEX triplet: C5, 47 and 38. RGB value is (197,71,56). Sum of RGB (Red+Green+Blue) = 197+71+56=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C54738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54738 is #3AB8C7. Grayscale: #6B6B6B. Windows color (decimal): -3848392 or 3688389. OLE color: 3688389.
HSL color Cylindrical-coordinate representation of color #C54738: hue angle of 6.38º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54738 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 56 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.23 |
| HSL | 6.38º | 0.56% | 0.5% | - |
| HSV(B) | 6.38º | 0.72% | 0.77% | - |
| XYZ | 25.99 | 16.66 | 5.59 | - |
| YUV | 106.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 56 | 0 | 0.64 | 0.72 | 0.23 | 6.38 | 0.56 | 0.5 |
| Hex | C5 | 47 | 38 | 0 | 40 | 48 | 17 | 6 | 38 | 32 |
| Octal | 305 | 107 | 70 | 0 | 100 | 110 | 27 | 6 | 70 | 62 |
| Binary | 11000101 | 1000111 | 111000 | 0 | 1000000 | 1001000 | 10111 | 110 | 111000 | 110010 |
Color Harmonies of #C54738
Complementary color
Monochromatic Colors of #C54738
Black with #C54738
Text Example
Text Example
White with #C54738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54738; }
p { color: rgb(197,71,56); }
H1.HeaderClassName
{
color: #C54738;
}
.AnyTagClassName
{
color: #C54738;
}
</style>
background-color css
<style>
a { background-color: #C54738; }
a { background-color: rgb(197,71,56); }
div.DivClassName
{
background-color: #C54738;
}
.BgClassName
{
background-color: #C54738;
}
</style>
border-color css
<style>
span { border-color: #C54738; }
span { border-color: rgb(197,71,56); }
td.TdClassName
{
border-color: #C54738;
}
.TagClassName
{
border-color: #C54738;
}
</style>