Shades of Grenadier #C74D40
Tints of Grenadier #C74D40
RGB
CMYK
RGB Variations
Color information
#C74D40 (or 0xC74D40) is known color: Grenadier. HEX triplet: C7, 4D and 40. RGB value is (199,77,64). Sum of RGB (Red+Green+Blue) = 199+77+64=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D40 is #38B2BF. Grayscale: #707070. Windows color (decimal): -3715776 or 4214215. OLE color: 4214215.
HSL color Cylindrical-coordinate representation of color #C74D40: hue angle of 5.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74D40 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 64 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.22 |
| HSL | 5.78º | 0.55% | 0.52% | - |
| HSV(B) | 5.78º | 0.68% | 0.78% | - |
| XYZ | 27.13 | 17.82 | 6.86 | - |
| YUV | 112 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 64 | 0 | 0.61 | 0.68 | 0.22 | 5.78 | 0.55 | 0.52 |
| Hex | C7 | 4D | 40 | 0 | 3D | 44 | 16 | 6 | 37 | 34 |
| Octal | 307 | 115 | 100 | 0 | 75 | 104 | 26 | 6 | 67 | 64 |
| Binary | 11000111 | 1001101 | 1000000 | 0 | 111101 | 1000100 | 10110 | 110 | 110111 | 110100 |
Color Harmonies of #C74D40
Complementary color
Monochromatic Colors of #C74D40
Black with #C74D40
Text Example
Text Example
White with #C74D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D40; }
p { color: rgb(199,77,64); }
H1.HeaderClassName
{
color: #C74D40;
}
.AnyTagClassName
{
color: #C74D40;
}
</style>
background-color css
<style>
a { background-color: #C74D40; }
a { background-color: rgb(199,77,64); }
div.DivClassName
{
background-color: #C74D40;
}
.BgClassName
{
background-color: #C74D40;
}
</style>
border-color css
<style>
span { border-color: #C74D40; }
span { border-color: rgb(199,77,64); }
td.TdClassName
{
border-color: #C74D40;
}
.TagClassName
{
border-color: #C74D40;
}
</style>