Shades of Grenadier #C94938
Tints of Grenadier #C94938
RGB
CMYK
RGB Variations
Color information
#C94938 (or 0xC94938) is known color: Grenadier. HEX triplet: C9, 49 and 38. RGB value is (201,73,56). Sum of RGB (Red+Green+Blue) = 201+73+56=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C94938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94938 is #36B6C7. Grayscale: #6D6D6D. Windows color (decimal): -3585736 or 3688905. OLE color: 3688905.
HSL color Cylindrical-coordinate representation of color #C94938: hue angle of 7.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94938 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 56 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.21 |
| HSL | 7.03º | 0.57% | 0.5% | - |
| HSV(B) | 7.03º | 0.72% | 0.79% | - |
| XYZ | 27.18 | 17.47 | 5.68 | - |
| YUV | 109.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 56 | 0 | 0.64 | 0.72 | 0.21 | 7.03 | 0.57 | 0.5 |
| Hex | C9 | 49 | 38 | 0 | 40 | 48 | 15 | 7 | 39 | 32 |
| Octal | 311 | 111 | 70 | 0 | 100 | 110 | 25 | 7 | 71 | 62 |
| Binary | 11001001 | 1001001 | 111000 | 0 | 1000000 | 1001000 | 10101 | 111 | 111001 | 110010 |
Color Harmonies of #C94938
Complementary color
Monochromatic Colors of #C94938
Black with #C94938
Text Example
Text Example
White with #C94938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94938; }
p { color: rgb(201,73,56); }
H1.HeaderClassName
{
color: #C94938;
}
.AnyTagClassName
{
color: #C94938;
}
</style>
background-color css
<style>
a { background-color: #C94938; }
a { background-color: rgb(201,73,56); }
div.DivClassName
{
background-color: #C94938;
}
.BgClassName
{
background-color: #C94938;
}
</style>
border-color css
<style>
span { border-color: #C94938; }
span { border-color: rgb(201,73,56); }
td.TdClassName
{
border-color: #C94938;
}
.TagClassName
{
border-color: #C94938;
}
</style>