Shades of Grenadier #C54339
Tints of Grenadier #C54339
RGB
CMYK
RGB Variations
Color information
#C54339 (or 0xC54339) is known color: Grenadier. HEX triplet: C5, 43 and 39. RGB value is (197,67,57). Sum of RGB (Red+Green+Blue) = 197+67+57=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C54339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54339 is #3ABCC6. Grayscale: #686868. Windows color (decimal): -3849415 or 3752901. OLE color: 3752901.
HSL color Cylindrical-coordinate representation of color #C54339: hue angle of 4.29º 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 #C54339 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 57 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.23 |
| HSL | 4.29º | 0.55% | 0.5% | - |
| HSV(B) | 4.29º | 0.71% | 0.77% | - |
| XYZ | 25.77 | 16.18 | 5.64 | - |
| YUV | 104.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 57 | 0 | 0.66 | 0.71 | 0.23 | 4.29 | 0.55 | 0.5 |
| Hex | C5 | 43 | 39 | 0 | 42 | 47 | 17 | 4 | 37 | 32 |
| Octal | 305 | 103 | 71 | 0 | 102 | 107 | 27 | 4 | 67 | 62 |
| Binary | 11000101 | 1000011 | 111001 | 0 | 1000010 | 1000111 | 10111 | 100 | 110111 | 110010 |
Color Harmonies of #C54339
Complementary color
Monochromatic Colors of #C54339
Black with #C54339
Text Example
Text Example
White with #C54339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54339; }
p { color: rgb(197,67,57); }
H1.HeaderClassName
{
color: #C54339;
}
.AnyTagClassName
{
color: #C54339;
}
</style>
background-color css
<style>
a { background-color: #C54339; }
a { background-color: rgb(197,67,57); }
div.DivClassName
{
background-color: #C54339;
}
.BgClassName
{
background-color: #C54339;
}
</style>
border-color css
<style>
span { border-color: #C54339; }
span { border-color: rgb(197,67,57); }
td.TdClassName
{
border-color: #C54339;
}
.TagClassName
{
border-color: #C54339;
}
</style>