Shades of Grenadier #C74E3A
Tints of Grenadier #C74E3A
RGB
CMYK
RGB Variations
Color information
#C74E3A (or 0xC74E3A) is known color: Grenadier. HEX triplet: C7, 4E and 3A. RGB value is (199,78,58). Sum of RGB (Red+Green+Blue) = 199+78+58=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E3A is #38B1C5. Grayscale: #707070. Windows color (decimal): -3715526 or 3821255. OLE color: 3821255.
HSL color Cylindrical-coordinate representation of color #C74E3A: hue angle of 8.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C74E3A is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 58 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.22 |
| HSL | 8.51º | 0.56% | 0.5% | - |
| HSV(B) | 8.51º | 0.71% | 0.78% | - |
| XYZ | 27.04 | 17.9 | 6.03 | - |
| YUV | 111.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 58 | 0 | 0.61 | 0.71 | 0.22 | 8.51 | 0.56 | 0.5 |
| Hex | C7 | 4E | 3A | 0 | 3D | 47 | 16 | 9 | 38 | 32 |
| Octal | 307 | 116 | 72 | 0 | 75 | 107 | 26 | 11 | 70 | 62 |
| Binary | 11000111 | 1001110 | 111010 | 0 | 111101 | 1000111 | 10110 | 1001 | 111000 | 110010 |
Color Harmonies of #C74E3A
Complementary color
Monochromatic Colors of #C74E3A
Black with #C74E3A
Text Example
Text Example
White with #C74E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E3A; }
p { color: rgb(199,78,58); }
H1.HeaderClassName
{
color: #C74E3A;
}
.AnyTagClassName
{
color: #C74E3A;
}
</style>
background-color css
<style>
a { background-color: #C74E3A; }
a { background-color: rgb(199,78,58); }
div.DivClassName
{
background-color: #C74E3A;
}
.BgClassName
{
background-color: #C74E3A;
}
</style>
border-color css
<style>
span { border-color: #C74E3A; }
span { border-color: rgb(199,78,58); }
td.TdClassName
{
border-color: #C74E3A;
}
.TagClassName
{
border-color: #C74E3A;
}
</style>