Shades of Grenadier #C74237
Tints of Grenadier #C74237
RGB
CMYK
RGB Variations
Color information
#C74237 (or 0xC74237) is known color: Grenadier. HEX triplet: C7, 42 and 37. RGB value is (199,66,55). Sum of RGB (Red+Green+Blue) = 199+66+55=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C74237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74237 is #38BDC8. Grayscale: #686868. Windows color (decimal): -3718601 or 3621575. OLE color: 3621575.
HSL color Cylindrical-coordinate representation of color #C74237: hue angle of 4.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C74237 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 55 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.22 |
| HSL | 4.58º | 0.57% | 0.5% | - |
| HSV(B) | 4.58º | 0.72% | 0.78% | - |
| XYZ | 26.19 | 16.31 | 5.38 | - |
| YUV | 104.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 55 | 0 | 0.67 | 0.72 | 0.22 | 4.58 | 0.57 | 0.5 |
| Hex | C7 | 42 | 37 | 0 | 43 | 48 | 16 | 5 | 39 | 32 |
| Octal | 307 | 102 | 67 | 0 | 103 | 110 | 26 | 5 | 71 | 62 |
| Binary | 11000111 | 1000010 | 110111 | 0 | 1000011 | 1001000 | 10110 | 101 | 111001 | 110010 |
Color Harmonies of #C74237
Complementary color
Monochromatic Colors of #C74237
Black with #C74237
Text Example
Text Example
White with #C74237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74237; }
p { color: rgb(199,66,55); }
H1.HeaderClassName
{
color: #C74237;
}
.AnyTagClassName
{
color: #C74237;
}
</style>
background-color css
<style>
a { background-color: #C74237; }
a { background-color: rgb(199,66,55); }
div.DivClassName
{
background-color: #C74237;
}
.BgClassName
{
background-color: #C74237;
}
</style>
border-color css
<style>
span { border-color: #C74237; }
span { border-color: rgb(199,66,55); }
td.TdClassName
{
border-color: #C74237;
}
.TagClassName
{
border-color: #C74237;
}
</style>