Shades of Grenadier #C74432
Tints of Grenadier #C74432
RGB
CMYK
RGB Variations
Color information
#C74432 (or 0xC74432) is known color: Grenadier. HEX triplet: C7, 44 and 32. RGB value is (199,68,50). Sum of RGB (Red+Green+Blue) = 199+68+50=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74432 is #38BBCD. Grayscale: #696969. Windows color (decimal): -3718094 or 3294407. OLE color: 3294407.
HSL color Cylindrical-coordinate representation of color #C74432: hue angle of 7.25º 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 #C74432 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 50 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.22 |
| HSL | 7.25º | 0.6% | 0.49% | - |
| HSV(B) | 7.25º | 0.75% | 0.78% | - |
| XYZ | 26.2 | 16.51 | 4.82 | - |
| YUV | 105.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 50 | 0 | 0.66 | 0.75 | 0.22 | 7.25 | 0.6 | 0.49 |
| Hex | C7 | 44 | 32 | 0 | 42 | 4B | 16 | 7 | 3C | 31 |
| Octal | 307 | 104 | 62 | 0 | 102 | 113 | 26 | 7 | 74 | 61 |
| Binary | 11000111 | 1000100 | 110010 | 0 | 1000010 | 1001011 | 10110 | 111 | 111100 | 110001 |
Color Harmonies of #C74432
Complementary color
Monochromatic Colors of #C74432
Black with #C74432
Text Example
Text Example
White with #C74432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74432; }
p { color: rgb(199,68,50); }
H1.HeaderClassName
{
color: #C74432;
}
.AnyTagClassName
{
color: #C74432;
}
</style>
background-color css
<style>
a { background-color: #C74432; }
a { background-color: rgb(199,68,50); }
div.DivClassName
{
background-color: #C74432;
}
.BgClassName
{
background-color: #C74432;
}
</style>
border-color css
<style>
span { border-color: #C74432; }
span { border-color: rgb(199,68,50); }
td.TdClassName
{
border-color: #C74432;
}
.TagClassName
{
border-color: #C74432;
}
</style>