Shades of Grenadier #C25137
Tints of Grenadier #C25137
RGB
CMYK
RGB Variations
Color information
#C25137 (or 0xC25137) is known color: Grenadier. HEX triplet: C2, 51 and 37. RGB value is (194,81,55). Sum of RGB (Red+Green+Blue) = 194+81+55=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C25137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25137 is #3DAEC8. Grayscale: #707070. Windows color (decimal): -4042441 or 3625410. OLE color: 3625410.
HSL color Cylindrical-coordinate representation of color #C25137: hue angle of 11.22º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C25137 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 55 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.24 |
| HSL | 11.22º | 0.56% | 0.49% | - |
| HSV(B) | 11.22º | 0.72% | 0.76% | - |
| XYZ | 25.88 | 17.63 | 5.65 | - |
| YUV | 111.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 55 | 0 | 0.58 | 0.72 | 0.24 | 11.22 | 0.56 | 0.49 |
| Hex | C2 | 51 | 37 | 0 | 3A | 48 | 18 | B | 38 | 31 |
| Octal | 302 | 121 | 67 | 0 | 72 | 110 | 30 | 13 | 70 | 61 |
| Binary | 11000010 | 1010001 | 110111 | 0 | 111010 | 1001000 | 11000 | 1011 | 111000 | 110001 |
Color Harmonies of #C25137
Complementary color
Monochromatic Colors of #C25137
Black with #C25137
Text Example
Text Example
White with #C25137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25137; }
p { color: rgb(194,81,55); }
H1.HeaderClassName
{
color: #C25137;
}
.AnyTagClassName
{
color: #C25137;
}
</style>
background-color css
<style>
a { background-color: #C25137; }
a { background-color: rgb(194,81,55); }
div.DivClassName
{
background-color: #C25137;
}
.BgClassName
{
background-color: #C25137;
}
</style>
border-color css
<style>
span { border-color: #C25137; }
span { border-color: rgb(194,81,55); }
td.TdClassName
{
border-color: #C25137;
}
.TagClassName
{
border-color: #C25137;
}
</style>