Shades of Grenadier #C54139
Tints of Grenadier #C54139
RGB
CMYK
RGB Variations
Color information
#C54139 (or 0xC54139) is known color: Grenadier. HEX triplet: C5, 41 and 39. RGB value is (197,65,57). Sum of RGB (Red+Green+Blue) = 197+65+57=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C54139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54139 is #3ABEC6. Grayscale: #676767. Windows color (decimal): -3849927 or 3752389. OLE color: 3752389.
HSL color Cylindrical-coordinate representation of color #C54139: hue angle of 3.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 #C54139 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 57 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.23 |
| HSL | 3.43º | 0.55% | 0.5% | - |
| HSV(B) | 3.43º | 0.71% | 0.77% | - |
| XYZ | 25.65 | 15.95 | 5.6 | - |
| YUV | 103.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 57 | 0 | 0.67 | 0.71 | 0.23 | 3.43 | 0.55 | 0.5 |
| Hex | C5 | 41 | 39 | 0 | 43 | 47 | 17 | 3 | 37 | 32 |
| Octal | 305 | 101 | 71 | 0 | 103 | 107 | 27 | 3 | 67 | 62 |
| Binary | 11000101 | 1000001 | 111001 | 0 | 1000011 | 1000111 | 10111 | 11 | 110111 | 110010 |
Color Harmonies of #C54139
Complementary color
Monochromatic Colors of #C54139
Black with #C54139
Text Example
Text Example
White with #C54139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54139; }
p { color: rgb(197,65,57); }
H1.HeaderClassName
{
color: #C54139;
}
.AnyTagClassName
{
color: #C54139;
}
</style>
background-color css
<style>
a { background-color: #C54139; }
a { background-color: rgb(197,65,57); }
div.DivClassName
{
background-color: #C54139;
}
.BgClassName
{
background-color: #C54139;
}
</style>
border-color css
<style>
span { border-color: #C54139; }
span { border-color: rgb(197,65,57); }
td.TdClassName
{
border-color: #C54139;
}
.TagClassName
{
border-color: #C54139;
}
</style>