Shades of Grenadier #C74234
Tints of Grenadier #C74234
RGB
CMYK
RGB Variations
Color information
#C74234 (or 0xC74234) is known color: Grenadier. HEX triplet: C7, 42 and 34. RGB value is (199,66,52). Sum of RGB (Red+Green+Blue) = 199+66+52=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74234 is #38BDCB. Grayscale: #686868. Windows color (decimal): -3718604 or 3424967. OLE color: 3424967.
HSL color Cylindrical-coordinate representation of color #C74234: hue angle of 5.71º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C74234 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 52 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.22 |
| HSL | 5.71º | 0.59% | 0.49% | - |
| HSV(B) | 5.71º | 0.74% | 0.78% | - |
| XYZ | 26.12 | 16.29 | 5.02 | - |
| YUV | 104.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 52 | 0 | 0.67 | 0.74 | 0.22 | 5.71 | 0.59 | 0.49 |
| Hex | C7 | 42 | 34 | 0 | 43 | 4A | 16 | 6 | 3B | 31 |
| Octal | 307 | 102 | 64 | 0 | 103 | 112 | 26 | 6 | 73 | 61 |
| Binary | 11000111 | 1000010 | 110100 | 0 | 1000011 | 1001010 | 10110 | 110 | 111011 | 110001 |
Color Harmonies of #C74234
Complementary color
Monochromatic Colors of #C74234
Black with #C74234
Text Example
Text Example
White with #C74234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74234; }
p { color: rgb(199,66,52); }
H1.HeaderClassName
{
color: #C74234;
}
.AnyTagClassName
{
color: #C74234;
}
</style>
background-color css
<style>
a { background-color: #C74234; }
a { background-color: rgb(199,66,52); }
div.DivClassName
{
background-color: #C74234;
}
.BgClassName
{
background-color: #C74234;
}
</style>
border-color css
<style>
span { border-color: #C74234; }
span { border-color: rgb(199,66,52); }
td.TdClassName
{
border-color: #C74234;
}
.TagClassName
{
border-color: #C74234;
}
</style>