Shades of Grenadier #C94D3F
Tints of Grenadier #C94D3F
RGB
CMYK
RGB Variations
Color information
#C94D3F (or 0xC94D3F) is known color: Grenadier. HEX triplet: C9, 4D and 3F. RGB value is (201,77,63). Sum of RGB (Red+Green+Blue) = 201+77+63=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94D3F is #36B2C0. Grayscale: #707070. Windows color (decimal): -3584705 or 4148681. OLE color: 4148681.
HSL color Cylindrical-coordinate representation of color #C94D3F: hue angle of 6.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94D3F is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 63 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.21 |
| HSL | 6.09º | 0.56% | 0.52% | - |
| HSV(B) | 6.09º | 0.69% | 0.79% | - |
| XYZ | 27.64 | 18.08 | 6.74 | - |
| YUV | 112.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 63 | 0 | 0.62 | 0.69 | 0.21 | 6.09 | 0.56 | 0.52 |
| Hex | C9 | 4D | 3F | 0 | 3E | 45 | 15 | 6 | 38 | 34 |
| Octal | 311 | 115 | 77 | 0 | 76 | 105 | 25 | 6 | 70 | 64 |
| Binary | 11001001 | 1001101 | 111111 | 0 | 111110 | 1000101 | 10101 | 110 | 111000 | 110100 |
Color Harmonies of #C94D3F
Complementary color
Monochromatic Colors of #C94D3F
Black with #C94D3F
Text Example
Text Example
White with #C94D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D3F; }
p { color: rgb(201,77,63); }
H1.HeaderClassName
{
color: #C94D3F;
}
.AnyTagClassName
{
color: #C94D3F;
}
</style>
background-color css
<style>
a { background-color: #C94D3F; }
a { background-color: rgb(201,77,63); }
div.DivClassName
{
background-color: #C94D3F;
}
.BgClassName
{
background-color: #C94D3F;
}
</style>
border-color css
<style>
span { border-color: #C94D3F; }
span { border-color: rgb(201,77,63); }
td.TdClassName
{
border-color: #C94D3F;
}
.TagClassName
{
border-color: #C94D3F;
}
</style>