Shades of Grenadier #C54138
Tints of Grenadier #C54138
RGB
CMYK
RGB Variations
Color information
#C54138 (or 0xC54138) is known color: Grenadier. HEX triplet: C5, 41 and 38. RGB value is (197,65,56). Sum of RGB (Red+Green+Blue) = 197+65+56=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54138 is #3ABEC7. Grayscale: #676767. Windows color (decimal): -3849928 or 3686853. OLE color: 3686853.
HSL color Cylindrical-coordinate representation of color #C54138: hue angle of 3.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C54138 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 56 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.23 |
| HSL | 3.83º | 0.56% | 0.5% | - |
| HSV(B) | 3.83º | 0.72% | 0.77% | - |
| XYZ | 25.63 | 15.94 | 5.47 | - |
| YUV | 103.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 56 | 0 | 0.67 | 0.72 | 0.23 | 3.83 | 0.56 | 0.5 |
| Hex | C5 | 41 | 38 | 0 | 43 | 48 | 17 | 4 | 38 | 32 |
| Octal | 305 | 101 | 70 | 0 | 103 | 110 | 27 | 4 | 70 | 62 |
| Binary | 11000101 | 1000001 | 111000 | 0 | 1000011 | 1001000 | 10111 | 100 | 111000 | 110010 |
Color Harmonies of #C54138
Complementary color
Monochromatic Colors of #C54138
Black with #C54138
Text Example
Text Example
White with #C54138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54138; }
p { color: rgb(197,65,56); }
H1.HeaderClassName
{
color: #C54138;
}
.AnyTagClassName
{
color: #C54138;
}
</style>
background-color css
<style>
a { background-color: #C54138; }
a { background-color: rgb(197,65,56); }
div.DivClassName
{
background-color: #C54138;
}
.BgClassName
{
background-color: #C54138;
}
</style>
border-color css
<style>
span { border-color: #C54138; }
span { border-color: rgb(197,65,56); }
td.TdClassName
{
border-color: #C54138;
}
.TagClassName
{
border-color: #C54138;
}
</style>