Shades of Grenadier #C54F39
Tints of Grenadier #C54F39
RGB
CMYK
RGB Variations
Color information
#C54F39 (or 0xC54F39) is known color: Grenadier. HEX triplet: C5, 4F and 39. RGB value is (197,79,57). Sum of RGB (Red+Green+Blue) = 197+79+57=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54F39 is #3AB0C6. Grayscale: #6F6F6F. Windows color (decimal): -3846343 or 3755973. OLE color: 3755973.
HSL color Cylindrical-coordinate representation of color #C54F39: hue angle of 9.43º 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 #C54F39 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 57 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.23 |
| HSL | 9.43º | 0.55% | 0.5% | - |
| HSV(B) | 9.43º | 0.71% | 0.77% | - |
| XYZ | 26.56 | 17.76 | 5.9 | - |
| YUV | 111.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 57 | 0 | 0.60 | 0.71 | 0.23 | 9.43 | 0.55 | 0.5 |
| Hex | C5 | 4F | 39 | 0 | 3C | 47 | 17 | 9 | 37 | 32 |
| Octal | 305 | 117 | 71 | 0 | 74 | 107 | 27 | 11 | 67 | 62 |
| Binary | 11000101 | 1001111 | 111001 | 0 | 111100 | 1000111 | 10111 | 1001 | 110111 | 110010 |
Color Harmonies of #C54F39
Complementary color
Monochromatic Colors of #C54F39
Black with #C54F39
Text Example
Text Example
White with #C54F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F39; }
p { color: rgb(197,79,57); }
H1.HeaderClassName
{
color: #C54F39;
}
.AnyTagClassName
{
color: #C54F39;
}
</style>
background-color css
<style>
a { background-color: #C54F39; }
a { background-color: rgb(197,79,57); }
div.DivClassName
{
background-color: #C54F39;
}
.BgClassName
{
background-color: #C54F39;
}
</style>
border-color css
<style>
span { border-color: #C54F39; }
span { border-color: rgb(197,79,57); }
td.TdClassName
{
border-color: #C54F39;
}
.TagClassName
{
border-color: #C54F39;
}
</style>