Shades of Grenadier #C74F3A
Tints of Grenadier #C74F3A
RGB
CMYK
RGB Variations
Color information
#C74F3A (or 0xC74F3A) is known color: Grenadier. HEX triplet: C7, 4F and 3A. RGB value is (199,79,58). Sum of RGB (Red+Green+Blue) = 199+79+58=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F3A is #38B0C5. Grayscale: #707070. Windows color (decimal): -3715270 or 3821511. OLE color: 3821511.
HSL color Cylindrical-coordinate representation of color #C74F3A: hue angle of 8.94º 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 #C74F3A is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 58 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.22 |
| HSL | 8.94º | 0.56% | 0.5% | - |
| HSV(B) | 8.94º | 0.71% | 0.78% | - |
| XYZ | 27.11 | 18.04 | 6.06 | - |
| YUV | 112.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 58 | 0 | 0.60 | 0.71 | 0.22 | 8.94 | 0.56 | 0.5 |
| Hex | C7 | 4F | 3A | 0 | 3C | 47 | 16 | 9 | 38 | 32 |
| Octal | 307 | 117 | 72 | 0 | 74 | 107 | 26 | 11 | 70 | 62 |
| Binary | 11000111 | 1001111 | 111010 | 0 | 111100 | 1000111 | 10110 | 1001 | 111000 | 110010 |
Color Harmonies of #C74F3A
Complementary color
Monochromatic Colors of #C74F3A
Black with #C74F3A
Text Example
Text Example
White with #C74F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F3A; }
p { color: rgb(199,79,58); }
H1.HeaderClassName
{
color: #C74F3A;
}
.AnyTagClassName
{
color: #C74F3A;
}
</style>
background-color css
<style>
a { background-color: #C74F3A; }
a { background-color: rgb(199,79,58); }
div.DivClassName
{
background-color: #C74F3A;
}
.BgClassName
{
background-color: #C74F3A;
}
</style>
border-color css
<style>
span { border-color: #C74F3A; }
span { border-color: rgb(199,79,58); }
td.TdClassName
{
border-color: #C74F3A;
}
.TagClassName
{
border-color: #C74F3A;
}
</style>