Shades of Grenadier #C64237
Tints of Grenadier #C64237
RGB
CMYK
RGB Variations
Color information
#C64237 (or 0xC64237) is known color: Grenadier. HEX triplet: C6, 42 and 37. RGB value is (198,66,55). Sum of RGB (Red+Green+Blue) = 198+66+55=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C64237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64237 is #39BDC8. Grayscale: #686868. Windows color (decimal): -3784137 or 3621574. OLE color: 3621574.
HSL color Cylindrical-coordinate representation of color #C64237: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C64237 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 55 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.22 |
| HSL | 4.62º | 0.57% | 0.5% | - |
| HSV(B) | 4.62º | 0.72% | 0.78% | - |
| XYZ | 25.93 | 16.18 | 5.37 | - |
| YUV | 104.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 55 | 0 | 0.67 | 0.72 | 0.22 | 4.62 | 0.57 | 0.5 |
| Hex | C6 | 42 | 37 | 0 | 43 | 48 | 16 | 5 | 39 | 32 |
| Octal | 306 | 102 | 67 | 0 | 103 | 110 | 26 | 5 | 71 | 62 |
| Binary | 11000110 | 1000010 | 110111 | 0 | 1000011 | 1001000 | 10110 | 101 | 111001 | 110010 |
Color Harmonies of #C64237
Complementary color
Monochromatic Colors of #C64237
Black with #C64237
Text Example
Text Example
White with #C64237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64237; }
p { color: rgb(198,66,55); }
H1.HeaderClassName
{
color: #C64237;
}
.AnyTagClassName
{
color: #C64237;
}
</style>
background-color css
<style>
a { background-color: #C64237; }
a { background-color: rgb(198,66,55); }
div.DivClassName
{
background-color: #C64237;
}
.BgClassName
{
background-color: #C64237;
}
</style>
border-color css
<style>
span { border-color: #C64237; }
span { border-color: rgb(198,66,55); }
td.TdClassName
{
border-color: #C64237;
}
.TagClassName
{
border-color: #C64237;
}
</style>