Shades of Grenadier #C74C3A
Tints of Grenadier #C74C3A
RGB
CMYK
RGB Variations
Color information
#C74C3A (or 0xC74C3A) is known color: Grenadier. HEX triplet: C7, 4C and 3A. RGB value is (199,76,58). Sum of RGB (Red+Green+Blue) = 199+76+58=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74C3A is #38B3C5. Grayscale: #6E6E6E. Windows color (decimal): -3716038 or 3820743. OLE color: 3820743.
HSL color Cylindrical-coordinate representation of color #C74C3A: hue angle of 7.66º 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 #C74C3A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 76 | 58 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.22 |
| HSL | 7.66º | 0.56% | 0.5% | - |
| HSV(B) | 7.66º | 0.71% | 0.78% | - |
| XYZ | 26.9 | 17.62 | 5.99 | - |
| YUV | 110.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 58 | 0 | 0.62 | 0.71 | 0.22 | 7.66 | 0.56 | 0.5 |
| Hex | C7 | 4C | 3A | 0 | 3E | 47 | 16 | 8 | 38 | 32 |
| Octal | 307 | 114 | 72 | 0 | 76 | 107 | 26 | 10 | 70 | 62 |
| Binary | 11000111 | 1001100 | 111010 | 0 | 111110 | 1000111 | 10110 | 1000 | 111000 | 110010 |
Color Harmonies of #C74C3A
Complementary color
Monochromatic Colors of #C74C3A
Black with #C74C3A
Text Example
Text Example
White with #C74C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74C3A; }
p { color: rgb(199,76,58); }
H1.HeaderClassName
{
color: #C74C3A;
}
.AnyTagClassName
{
color: #C74C3A;
}
</style>
background-color css
<style>
a { background-color: #C74C3A; }
a { background-color: rgb(199,76,58); }
div.DivClassName
{
background-color: #C74C3A;
}
.BgClassName
{
background-color: #C74C3A;
}
</style>
border-color css
<style>
span { border-color: #C74C3A; }
span { border-color: rgb(199,76,58); }
td.TdClassName
{
border-color: #C74C3A;
}
.TagClassName
{
border-color: #C74C3A;
}
</style>