Shades of Grenadier #C74D3F
Tints of Grenadier #C74D3F
RGB
CMYK
RGB Variations
Color information
#C74D3F (or 0xC74D3F) is known color: Grenadier. HEX triplet: C7, 4D and 3F. RGB value is (199,77,63). Sum of RGB (Red+Green+Blue) = 199+77+63=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D3F is #38B2C0. Grayscale: #707070. Windows color (decimal): -3715777 or 4148679. OLE color: 4148679.
HSL color Cylindrical-coordinate representation of color #C74D3F: hue angle of 6.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74D3F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 63 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.22 |
| HSL | 6.18º | 0.55% | 0.51% | - |
| HSV(B) | 6.18º | 0.68% | 0.78% | - |
| XYZ | 27.1 | 17.81 | 6.71 | - |
| YUV | 111.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 63 | 0 | 0.61 | 0.68 | 0.22 | 6.18 | 0.55 | 0.51 |
| Hex | C7 | 4D | 3F | 0 | 3D | 44 | 16 | 6 | 37 | 33 |
| Octal | 307 | 115 | 77 | 0 | 75 | 104 | 26 | 6 | 67 | 63 |
| Binary | 11000111 | 1001101 | 111111 | 0 | 111101 | 1000100 | 10110 | 110 | 110111 | 110011 |
Color Harmonies of #C74D3F
Complementary color
Monochromatic Colors of #C74D3F
Black with #C74D3F
Text Example
Text Example
White with #C74D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D3F; }
p { color: rgb(199,77,63); }
H1.HeaderClassName
{
color: #C74D3F;
}
.AnyTagClassName
{
color: #C74D3F;
}
</style>
background-color css
<style>
a { background-color: #C74D3F; }
a { background-color: rgb(199,77,63); }
div.DivClassName
{
background-color: #C74D3F;
}
.BgClassName
{
background-color: #C74D3F;
}
</style>
border-color css
<style>
span { border-color: #C74D3F; }
span { border-color: rgb(199,77,63); }
td.TdClassName
{
border-color: #C74D3F;
}
.TagClassName
{
border-color: #C74D3F;
}
</style>