Shades of Grenadier #C54938
Tints of Grenadier #C54938
RGB
CMYK
RGB Variations
Color information
#C54938 (or 0xC54938) is known color: Grenadier. HEX triplet: C5, 49 and 38. RGB value is (197,73,56). Sum of RGB (Red+Green+Blue) = 197+73+56=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C54938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54938 is #3AB6C7. Grayscale: #6C6C6C. Windows color (decimal): -3847880 or 3688901. OLE color: 3688901.
HSL color Cylindrical-coordinate representation of color #C54938: hue angle of 7.23º 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 #C54938 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 56 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.23 |
| HSL | 7.23º | 0.56% | 0.5% | - |
| HSV(B) | 7.23º | 0.72% | 0.77% | - |
| XYZ | 26.12 | 16.92 | 5.63 | - |
| YUV | 108.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 56 | 0 | 0.63 | 0.72 | 0.23 | 7.23 | 0.56 | 0.5 |
| Hex | C5 | 49 | 38 | 0 | 3F | 48 | 17 | 7 | 38 | 32 |
| Octal | 305 | 111 | 70 | 0 | 77 | 110 | 27 | 7 | 70 | 62 |
| Binary | 11000101 | 1001001 | 111000 | 0 | 111111 | 1001000 | 10111 | 111 | 111000 | 110010 |
Color Harmonies of #C54938
Complementary color
Monochromatic Colors of #C54938
Black with #C54938
Text Example
Text Example
White with #C54938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54938; }
p { color: rgb(197,73,56); }
H1.HeaderClassName
{
color: #C54938;
}
.AnyTagClassName
{
color: #C54938;
}
</style>
background-color css
<style>
a { background-color: #C54938; }
a { background-color: rgb(197,73,56); }
div.DivClassName
{
background-color: #C54938;
}
.BgClassName
{
background-color: #C54938;
}
</style>
border-color css
<style>
span { border-color: #C54938; }
span { border-color: rgb(197,73,56); }
td.TdClassName
{
border-color: #C54938;
}
.TagClassName
{
border-color: #C54938;
}
</style>