Shades of Grenadier #C74E3C
Tints of Grenadier #C74E3C
RGB
CMYK
RGB Variations
Color information
#C74E3C (or 0xC74E3C) is known color: Grenadier. HEX triplet: C7, 4E and 3C. RGB value is (199,78,60). Sum of RGB (Red+Green+Blue) = 199+78+60=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74E3C is #38B1C3. Grayscale: #707070. Windows color (decimal): -3715524 or 3952327. OLE color: 3952327.
HSL color Cylindrical-coordinate representation of color #C74E3C: hue angle of 7.77º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C74E3C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 60 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.22 |
| HSL | 7.77º | 0.55% | 0.51% | - |
| HSV(B) | 7.77º | 0.7% | 0.78% | - |
| XYZ | 27.09 | 17.92 | 6.31 | - |
| YUV | 112.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 60 | 0 | 0.61 | 0.70 | 0.22 | 7.77 | 0.55 | 0.51 |
| Hex | C7 | 4E | 3C | 0 | 3D | 46 | 16 | 8 | 37 | 33 |
| Octal | 307 | 116 | 74 | 0 | 75 | 106 | 26 | 10 | 67 | 63 |
| Binary | 11000111 | 1001110 | 111100 | 0 | 111101 | 1000110 | 10110 | 1000 | 110111 | 110011 |
Color Harmonies of #C74E3C
Complementary color
Monochromatic Colors of #C74E3C
Black with #C74E3C
Text Example
Text Example
White with #C74E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E3C; }
p { color: rgb(199,78,60); }
H1.HeaderClassName
{
color: #C74E3C;
}
.AnyTagClassName
{
color: #C74E3C;
}
</style>
background-color css
<style>
a { background-color: #C74E3C; }
a { background-color: rgb(199,78,60); }
div.DivClassName
{
background-color: #C74E3C;
}
.BgClassName
{
background-color: #C74E3C;
}
</style>
border-color css
<style>
span { border-color: #C74E3C; }
span { border-color: rgb(199,78,60); }
td.TdClassName
{
border-color: #C74E3C;
}
.TagClassName
{
border-color: #C74E3C;
}
</style>