Shades of Grenadier #C25239
Tints of Grenadier #C25239
RGB
CMYK
RGB Variations
Color information
#C25239 (or 0xC25239) is known color: Grenadier. HEX triplet: C2, 52 and 39. RGB value is (194,82,57). Sum of RGB (Red+Green+Blue) = 194+82+57=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C25239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25239 is #3DADC6. Grayscale: #707070. Windows color (decimal): -4042183 or 3756738. OLE color: 3756738.
HSL color Cylindrical-coordinate representation of color #C25239: hue angle of 10.95º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C25239 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 57 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.24 |
| HSL | 10.95º | 0.55% | 0.49% | - |
| HSV(B) | 10.95º | 0.71% | 0.76% | - |
| XYZ | 26 | 17.8 | 5.94 | - |
| YUV | 112.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 57 | 0 | 0.58 | 0.71 | 0.24 | 10.95 | 0.55 | 0.49 |
| Hex | C2 | 52 | 39 | 0 | 3A | 47 | 18 | B | 37 | 31 |
| Octal | 302 | 122 | 71 | 0 | 72 | 107 | 30 | 13 | 67 | 61 |
| Binary | 11000010 | 1010010 | 111001 | 0 | 111010 | 1000111 | 11000 | 1011 | 110111 | 110001 |
Color Harmonies of #C25239
Complementary color
Monochromatic Colors of #C25239
Black with #C25239
Text Example
Text Example
White with #C25239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25239; }
p { color: rgb(194,82,57); }
H1.HeaderClassName
{
color: #C25239;
}
.AnyTagClassName
{
color: #C25239;
}
</style>
background-color css
<style>
a { background-color: #C25239; }
a { background-color: rgb(194,82,57); }
div.DivClassName
{
background-color: #C25239;
}
.BgClassName
{
background-color: #C25239;
}
</style>
border-color css
<style>
span { border-color: #C25239; }
span { border-color: rgb(194,82,57); }
td.TdClassName
{
border-color: #C25239;
}
.TagClassName
{
border-color: #C25239;
}
</style>