Shades of Grenadier #C94837
Tints of Grenadier #C94837
RGB
CMYK
RGB Variations
Color information
#C94837 (or 0xC94837) is known color: Grenadier. HEX triplet: C9, 48 and 37. RGB value is (201,72,55). Sum of RGB (Red+Green+Blue) = 201+72+55=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C94837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94837 is #36B7C8. Grayscale: #6C6C6C. Windows color (decimal): -3585993 or 3623113. OLE color: 3623113.
HSL color Cylindrical-coordinate representation of color #C94837: hue angle of 6.99º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C94837 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 55 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.21 |
| HSL | 6.99º | 0.57% | 0.5% | - |
| HSV(B) | 6.99º | 0.73% | 0.79% | - |
| XYZ | 27.09 | 17.33 | 5.53 | - |
| YUV | 108.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 55 | 0 | 0.64 | 0.73 | 0.21 | 6.99 | 0.57 | 0.5 |
| Hex | C9 | 48 | 37 | 0 | 40 | 49 | 15 | 7 | 39 | 32 |
| Octal | 311 | 110 | 67 | 0 | 100 | 111 | 25 | 7 | 71 | 62 |
| Binary | 11001001 | 1001000 | 110111 | 0 | 1000000 | 1001001 | 10101 | 111 | 111001 | 110010 |
Color Harmonies of #C94837
Complementary color
Monochromatic Colors of #C94837
Black with #C94837
Text Example
Text Example
White with #C94837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94837; }
p { color: rgb(201,72,55); }
H1.HeaderClassName
{
color: #C94837;
}
.AnyTagClassName
{
color: #C94837;
}
</style>
background-color css
<style>
a { background-color: #C94837; }
a { background-color: rgb(201,72,55); }
div.DivClassName
{
background-color: #C94837;
}
.BgClassName
{
background-color: #C94837;
}
</style>
border-color css
<style>
span { border-color: #C94837; }
span { border-color: rgb(201,72,55); }
td.TdClassName
{
border-color: #C94837;
}
.TagClassName
{
border-color: #C94837;
}
</style>