Shades of Grenadier #C54C39
Tints of Grenadier #C54C39
RGB
CMYK
RGB Variations
Color information
#C54C39 (or 0xC54C39) is known color: Grenadier. HEX triplet: C5, 4C and 39. RGB value is (197,76,57). Sum of RGB (Red+Green+Blue) = 197+76+57=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C39 is #3AB3C6. Grayscale: #6E6E6E. Windows color (decimal): -3847111 or 3755205. OLE color: 3755205.
HSL color Cylindrical-coordinate representation of color #C54C39: hue angle of 8.14º 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 #C54C39 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 57 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.23 |
| HSL | 8.14º | 0.55% | 0.5% | - |
| HSV(B) | 8.14º | 0.71% | 0.77% | - |
| XYZ | 26.35 | 17.33 | 5.83 | - |
| YUV | 110.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 57 | 0 | 0.61 | 0.71 | 0.23 | 8.14 | 0.55 | 0.5 |
| Hex | C5 | 4C | 39 | 0 | 3D | 47 | 17 | 8 | 37 | 32 |
| Octal | 305 | 114 | 71 | 0 | 75 | 107 | 27 | 10 | 67 | 62 |
| Binary | 11000101 | 1001100 | 111001 | 0 | 111101 | 1000111 | 10111 | 1000 | 110111 | 110010 |
Color Harmonies of #C54C39
Complementary color
Monochromatic Colors of #C54C39
Black with #C54C39
Text Example
Text Example
White with #C54C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C39; }
p { color: rgb(197,76,57); }
H1.HeaderClassName
{
color: #C54C39;
}
.AnyTagClassName
{
color: #C54C39;
}
</style>
background-color css
<style>
a { background-color: #C54C39; }
a { background-color: rgb(197,76,57); }
div.DivClassName
{
background-color: #C54C39;
}
.BgClassName
{
background-color: #C54C39;
}
</style>
border-color css
<style>
span { border-color: #C54C39; }
span { border-color: rgb(197,76,57); }
td.TdClassName
{
border-color: #C54C39;
}
.TagClassName
{
border-color: #C54C39;
}
</style>