Shades of Grenadier #C84D3F
Tints of Grenadier #C84D3F
RGB
CMYK
RGB Variations
Color information
#C84D3F (or 0xC84D3F) is known color: Grenadier. HEX triplet: C8, 4D and 3F. RGB value is (200,77,63). Sum of RGB (Red+Green+Blue) = 200+77+63=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D3F is #37B2C0. Grayscale: #707070. Windows color (decimal): -3650241 or 4148680. OLE color: 4148680.
HSL color Cylindrical-coordinate representation of color #C84D3F: hue angle of 6.13º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84D3F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 63 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.22 |
| HSL | 6.13º | 0.55% | 0.52% | - |
| HSV(B) | 6.13º | 0.69% | 0.78% | - |
| XYZ | 27.37 | 17.95 | 6.72 | - |
| YUV | 112.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 63 | 0 | 0.62 | 0.68 | 0.22 | 6.13 | 0.55 | 0.52 |
| Hex | C8 | 4D | 3F | 0 | 3E | 44 | 16 | 6 | 37 | 34 |
| Octal | 310 | 115 | 77 | 0 | 76 | 104 | 26 | 6 | 67 | 64 |
| Binary | 11001000 | 1001101 | 111111 | 0 | 111110 | 1000100 | 10110 | 110 | 110111 | 110100 |
Color Harmonies of #C84D3F
Complementary color
Monochromatic Colors of #C84D3F
Black with #C84D3F
Text Example
Text Example
White with #C84D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D3F; }
p { color: rgb(200,77,63); }
H1.HeaderClassName
{
color: #C84D3F;
}
.AnyTagClassName
{
color: #C84D3F;
}
</style>
background-color css
<style>
a { background-color: #C84D3F; }
a { background-color: rgb(200,77,63); }
div.DivClassName
{
background-color: #C84D3F;
}
.BgClassName
{
background-color: #C84D3F;
}
</style>
border-color css
<style>
span { border-color: #C84D3F; }
span { border-color: rgb(200,77,63); }
td.TdClassName
{
border-color: #C84D3F;
}
.TagClassName
{
border-color: #C84D3F;
}
</style>