Shades of Grenadier #C44137
Tints of Grenadier #C44137
RGB
CMYK
RGB Variations
Color information
#C44137 (or 0xC44137) is known color: Grenadier. HEX triplet: C4, 41 and 37. RGB value is (196,65,55). Sum of RGB (Red+Green+Blue) = 196+65+55=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C44137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44137 is #3BBEC8. Grayscale: #676767. Windows color (decimal): -3915465 or 3621316. OLE color: 3621316.
HSL color Cylindrical-coordinate representation of color #C44137: hue angle of 4.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C44137 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 55 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.23 |
| HSL | 4.26º | 0.56% | 0.49% | - |
| HSV(B) | 4.26º | 0.72% | 0.77% | - |
| XYZ | 25.34 | 15.79 | 5.33 | - |
| YUV | 103.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 55 | 0 | 0.67 | 0.72 | 0.23 | 4.26 | 0.56 | 0.49 |
| Hex | C4 | 41 | 37 | 0 | 43 | 48 | 17 | 4 | 38 | 31 |
| Octal | 304 | 101 | 67 | 0 | 103 | 110 | 27 | 4 | 70 | 61 |
| Binary | 11000100 | 1000001 | 110111 | 0 | 1000011 | 1001000 | 10111 | 100 | 111000 | 110001 |
Color Harmonies of #C44137
Complementary color
Monochromatic Colors of #C44137
Black with #C44137
Text Example
Text Example
White with #C44137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44137; }
p { color: rgb(196,65,55); }
H1.HeaderClassName
{
color: #C44137;
}
.AnyTagClassName
{
color: #C44137;
}
</style>
background-color css
<style>
a { background-color: #C44137; }
a { background-color: rgb(196,65,55); }
div.DivClassName
{
background-color: #C44137;
}
.BgClassName
{
background-color: #C44137;
}
</style>
border-color css
<style>
span { border-color: #C44137; }
span { border-color: rgb(196,65,55); }
td.TdClassName
{
border-color: #C44137;
}
.TagClassName
{
border-color: #C44137;
}
</style>