Shades of Grenadier #C54A37
Tints of Grenadier #C54A37
RGB
CMYK
RGB Variations
Color information
#C54A37 (or 0xC54A37) is known color: Grenadier. HEX triplet: C5, 4A and 37. RGB value is (197,74,55). Sum of RGB (Red+Green+Blue) = 197+74+55=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A37 is #3AB5C8. Grayscale: #6C6C6C. Windows color (decimal): -3847625 or 3623621. OLE color: 3623621.
HSL color Cylindrical-coordinate representation of color #C54A37: hue angle of 8.03º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54A37 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 55 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.23 |
| HSL | 8.03º | 0.56% | 0.49% | - |
| HSV(B) | 8.03º | 0.72% | 0.77% | - |
| XYZ | 26.16 | 17.04 | 5.53 | - |
| YUV | 108.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 55 | 0 | 0.62 | 0.72 | 0.23 | 8.03 | 0.56 | 0.49 |
| Hex | C5 | 4A | 37 | 0 | 3E | 48 | 17 | 8 | 38 | 31 |
| Octal | 305 | 112 | 67 | 0 | 76 | 110 | 27 | 10 | 70 | 61 |
| Binary | 11000101 | 1001010 | 110111 | 0 | 111110 | 1001000 | 10111 | 1000 | 111000 | 110001 |
Color Harmonies of #C54A37
Complementary color
Monochromatic Colors of #C54A37
Black with #C54A37
Text Example
Text Example
White with #C54A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A37; }
p { color: rgb(197,74,55); }
H1.HeaderClassName
{
color: #C54A37;
}
.AnyTagClassName
{
color: #C54A37;
}
</style>
background-color css
<style>
a { background-color: #C54A37; }
a { background-color: rgb(197,74,55); }
div.DivClassName
{
background-color: #C54A37;
}
.BgClassName
{
background-color: #C54A37;
}
</style>
border-color css
<style>
span { border-color: #C54A37; }
span { border-color: rgb(197,74,55); }
td.TdClassName
{
border-color: #C54A37;
}
.TagClassName
{
border-color: #C54A37;
}
</style>