Shades of Grenadier #C94F3D
Tints of Grenadier #C94F3D
RGB
CMYK
RGB Variations
Color information
#C94F3D (or 0xC94F3D) is known color: Grenadier. HEX triplet: C9, 4F and 3D. RGB value is (201,79,61). Sum of RGB (Red+Green+Blue) = 201+79+61=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F3D is #36B0C2. Grayscale: #717171. Windows color (decimal): -3584195 or 4018121. OLE color: 4018121.
HSL color Cylindrical-coordinate representation of color #C94F3D: hue angle of 7.71º 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 #C94F3D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 61 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.21 |
| HSL | 7.71º | 0.56% | 0.51% | - |
| HSV(B) | 7.71º | 0.7% | 0.79% | - |
| XYZ | 27.73 | 18.35 | 6.49 | - |
| YUV | 113.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 61 | 0 | 0.61 | 0.70 | 0.21 | 7.71 | 0.56 | 0.51 |
| Hex | C9 | 4F | 3D | 0 | 3D | 46 | 15 | 8 | 38 | 33 |
| Octal | 311 | 117 | 75 | 0 | 75 | 106 | 25 | 10 | 70 | 63 |
| Binary | 11001001 | 1001111 | 111101 | 0 | 111101 | 1000110 | 10101 | 1000 | 111000 | 110011 |
Color Harmonies of #C94F3D
Complementary color
Monochromatic Colors of #C94F3D
Black with #C94F3D
Text Example
Text Example
White with #C94F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F3D; }
p { color: rgb(201,79,61); }
H1.HeaderClassName
{
color: #C94F3D;
}
.AnyTagClassName
{
color: #C94F3D;
}
</style>
background-color css
<style>
a { background-color: #C94F3D; }
a { background-color: rgb(201,79,61); }
div.DivClassName
{
background-color: #C94F3D;
}
.BgClassName
{
background-color: #C94F3D;
}
</style>
border-color css
<style>
span { border-color: #C94F3D; }
span { border-color: rgb(201,79,61); }
td.TdClassName
{
border-color: #C94F3D;
}
.TagClassName
{
border-color: #C94F3D;
}
</style>