Shades of Grenadier #C74D3B
Tints of Grenadier #C74D3B
RGB
CMYK
RGB Variations
Color information
#C74D3B (or 0xC74D3B) is known color: Grenadier. HEX triplet: C7, 4D and 3B. RGB value is (199,77,59). Sum of RGB (Red+Green+Blue) = 199+77+59=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D3B is #38B2C4. Grayscale: #6F6F6F. Windows color (decimal): -3715781 or 3886535. OLE color: 3886535.
HSL color Cylindrical-coordinate representation of color #C74D3B: hue angle of 7.71º degrees, saturation: 0.56, 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 #C74D3B is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 59 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.22 |
| HSL | 7.71º | 0.56% | 0.51% | - |
| HSV(B) | 7.71º | 0.7% | 0.78% | - |
| XYZ | 27 | 17.77 | 6.14 | - |
| YUV | 111.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 59 | 0 | 0.61 | 0.70 | 0.22 | 7.71 | 0.56 | 0.51 |
| Hex | C7 | 4D | 3B | 0 | 3D | 46 | 16 | 8 | 38 | 33 |
| Octal | 307 | 115 | 73 | 0 | 75 | 106 | 26 | 10 | 70 | 63 |
| Binary | 11000111 | 1001101 | 111011 | 0 | 111101 | 1000110 | 10110 | 1000 | 111000 | 110011 |
Color Harmonies of #C74D3B
Complementary color
Monochromatic Colors of #C74D3B
Black with #C74D3B
Text Example
Text Example
White with #C74D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D3B; }
p { color: rgb(199,77,59); }
H1.HeaderClassName
{
color: #C74D3B;
}
.AnyTagClassName
{
color: #C74D3B;
}
</style>
background-color css
<style>
a { background-color: #C74D3B; }
a { background-color: rgb(199,77,59); }
div.DivClassName
{
background-color: #C74D3B;
}
.BgClassName
{
background-color: #C74D3B;
}
</style>
border-color css
<style>
span { border-color: #C74D3B; }
span { border-color: rgb(199,77,59); }
td.TdClassName
{
border-color: #C74D3B;
}
.TagClassName
{
border-color: #C74D3B;
}
</style>