Shades of Grenadier #C74332
Tints of Grenadier #C74332
RGB
CMYK
RGB Variations
Color information
#C74332 (or 0xC74332) is known color: Grenadier. HEX triplet: C7, 43 and 32. RGB value is (199,67,50). Sum of RGB (Red+Green+Blue) = 199+67+50=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C74332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74332 is #38BCCD. Grayscale: #686868. Windows color (decimal): -3718350 or 3294151. OLE color: 3294151.
HSL color Cylindrical-coordinate representation of color #C74332: hue angle of 6.85º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74332 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 50 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.22 |
| HSL | 6.85º | 0.6% | 0.49% | - |
| HSV(B) | 6.85º | 0.75% | 0.78% | - |
| XYZ | 26.14 | 16.39 | 4.8 | - |
| YUV | 104.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 50 | 0 | 0.66 | 0.75 | 0.22 | 6.85 | 0.6 | 0.49 |
| Hex | C7 | 43 | 32 | 0 | 42 | 4B | 16 | 7 | 3C | 31 |
| Octal | 307 | 103 | 62 | 0 | 102 | 113 | 26 | 7 | 74 | 61 |
| Binary | 11000111 | 1000011 | 110010 | 0 | 1000010 | 1001011 | 10110 | 111 | 111100 | 110001 |
Color Harmonies of #C74332
Complementary color
Monochromatic Colors of #C74332
Black with #C74332
Text Example
Text Example
White with #C74332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74332; }
p { color: rgb(199,67,50); }
H1.HeaderClassName
{
color: #C74332;
}
.AnyTagClassName
{
color: #C74332;
}
</style>
background-color css
<style>
a { background-color: #C74332; }
a { background-color: rgb(199,67,50); }
div.DivClassName
{
background-color: #C74332;
}
.BgClassName
{
background-color: #C74332;
}
</style>
border-color css
<style>
span { border-color: #C74332; }
span { border-color: rgb(199,67,50); }
td.TdClassName
{
border-color: #C74332;
}
.TagClassName
{
border-color: #C74332;
}
</style>