Shades of Grenadier #C94E3D
Tints of Grenadier #C94E3D
RGB
CMYK
RGB Variations
Color information
#C94E3D (or 0xC94E3D) is known color: Grenadier. HEX triplet: C9, 4E and 3D. RGB value is (201,78,61). Sum of RGB (Red+Green+Blue) = 201+78+61=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94E3D is #36B1C2. Grayscale: #717171. Windows color (decimal): -3584451 or 4017865. OLE color: 4017865.
HSL color Cylindrical-coordinate representation of color #C94E3D: hue angle of 7.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94E3D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 61 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.21 |
| HSL | 7.29º | 0.56% | 0.51% | - |
| HSV(B) | 7.29º | 0.7% | 0.79% | - |
| XYZ | 27.65 | 18.2 | 6.47 | - |
| YUV | 112.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 61 | 0 | 0.61 | 0.70 | 0.21 | 7.29 | 0.56 | 0.51 |
| Hex | C9 | 4E | 3D | 0 | 3D | 46 | 15 | 7 | 38 | 33 |
| Octal | 311 | 116 | 75 | 0 | 75 | 106 | 25 | 7 | 70 | 63 |
| Binary | 11001001 | 1001110 | 111101 | 0 | 111101 | 1000110 | 10101 | 111 | 111000 | 110011 |
Color Harmonies of #C94E3D
Complementary color
Monochromatic Colors of #C94E3D
Black with #C94E3D
Text Example
Text Example
White with #C94E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E3D; }
p { color: rgb(201,78,61); }
H1.HeaderClassName
{
color: #C94E3D;
}
.AnyTagClassName
{
color: #C94E3D;
}
</style>
background-color css
<style>
a { background-color: #C94E3D; }
a { background-color: rgb(201,78,61); }
div.DivClassName
{
background-color: #C94E3D;
}
.BgClassName
{
background-color: #C94E3D;
}
</style>
border-color css
<style>
span { border-color: #C94E3D; }
span { border-color: rgb(201,78,61); }
td.TdClassName
{
border-color: #C94E3D;
}
.TagClassName
{
border-color: #C94E3D;
}
</style>