Shades of Grenadier #C64137
Tints of Grenadier #C64137
RGB
CMYK
RGB Variations
Color information
#C64137 (or 0xC64137) is known color: Grenadier. HEX triplet: C6, 41 and 37. RGB value is (198,65,55). Sum of RGB (Red+Green+Blue) = 198+65+55=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64137 is #39BEC8. Grayscale: #676767. Windows color (decimal): -3784393 or 3621318. OLE color: 3621318.
HSL color Cylindrical-coordinate representation of color #C64137: hue angle of 4.2º 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 #C64137 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 55 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.22 |
| HSL | 4.2º | 0.57% | 0.5% | - |
| HSV(B) | 4.2º | 0.72% | 0.78% | - |
| XYZ | 25.87 | 16.06 | 5.35 | - |
| YUV | 103.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 55 | 0 | 0.67 | 0.72 | 0.22 | 4.2 | 0.57 | 0.5 |
| Hex | C6 | 41 | 37 | 0 | 43 | 48 | 16 | 4 | 39 | 32 |
| Octal | 306 | 101 | 67 | 0 | 103 | 110 | 26 | 4 | 71 | 62 |
| Binary | 11000110 | 1000001 | 110111 | 0 | 1000011 | 1001000 | 10110 | 100 | 111001 | 110010 |
Color Harmonies of #C64137
Complementary color
Monochromatic Colors of #C64137
Black with #C64137
Text Example
Text Example
White with #C64137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64137; }
p { color: rgb(198,65,55); }
H1.HeaderClassName
{
color: #C64137;
}
.AnyTagClassName
{
color: #C64137;
}
</style>
background-color css
<style>
a { background-color: #C64137; }
a { background-color: rgb(198,65,55); }
div.DivClassName
{
background-color: #C64137;
}
.BgClassName
{
background-color: #C64137;
}
</style>
border-color css
<style>
span { border-color: #C64137; }
span { border-color: rgb(198,65,55); }
td.TdClassName
{
border-color: #C64137;
}
.TagClassName
{
border-color: #C64137;
}
</style>