Shades of Grenadier #C54136
Tints of Grenadier #C54136
RGB
CMYK
RGB Variations
Color information
#C54136 (or 0xC54136) is known color: Grenadier. HEX triplet: C5, 41 and 36. RGB value is (197,65,54). Sum of RGB (Red+Green+Blue) = 197+65+54=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C54136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54136 is #3ABEC9. Grayscale: #676767. Windows color (decimal): -3849930 or 3555781. OLE color: 3555781.
HSL color Cylindrical-coordinate representation of color #C54136: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C54136 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 54 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.23 |
| HSL | 4.62º | 0.57% | 0.49% | - |
| HSV(B) | 4.62º | 0.73% | 0.77% | - |
| XYZ | 25.58 | 15.92 | 5.21 | - |
| YUV | 103.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 54 | 0 | 0.67 | 0.73 | 0.23 | 4.62 | 0.57 | 0.49 |
| Hex | C5 | 41 | 36 | 0 | 43 | 49 | 17 | 5 | 39 | 31 |
| Octal | 305 | 101 | 66 | 0 | 103 | 111 | 27 | 5 | 71 | 61 |
| Binary | 11000101 | 1000001 | 110110 | 0 | 1000011 | 1001001 | 10111 | 101 | 111001 | 110001 |
Color Harmonies of #C54136
Complementary color
Monochromatic Colors of #C54136
Black with #C54136
Text Example
Text Example
White with #C54136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54136; }
p { color: rgb(197,65,54); }
H1.HeaderClassName
{
color: #C54136;
}
.AnyTagClassName
{
color: #C54136;
}
</style>
background-color css
<style>
a { background-color: #C54136; }
a { background-color: rgb(197,65,54); }
div.DivClassName
{
background-color: #C54136;
}
.BgClassName
{
background-color: #C54136;
}
</style>
border-color css
<style>
span { border-color: #C54136; }
span { border-color: rgb(197,65,54); }
td.TdClassName
{
border-color: #C54136;
}
.TagClassName
{
border-color: #C54136;
}
</style>