Shades of Grenadier #C25037
Tints of Grenadier #C25037
RGB
CMYK
RGB Variations
Color information
#C25037 (or 0xC25037) is known color: Grenadier. HEX triplet: C2, 50 and 37. RGB value is (194,80,55). Sum of RGB (Red+Green+Blue) = 194+80+55=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C25037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25037 is #3DAFC8. Grayscale: #6F6F6F. Windows color (decimal): -4042697 or 3625154. OLE color: 3625154.
HSL color Cylindrical-coordinate representation of color #C25037: hue angle of 10.79º 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 #C25037 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 55 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.24 |
| HSL | 10.79º | 0.56% | 0.49% | - |
| HSV(B) | 10.79º | 0.72% | 0.76% | - |
| XYZ | 25.81 | 17.48 | 5.63 | - |
| YUV | 111.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 55 | 0 | 0.59 | 0.72 | 0.24 | 10.79 | 0.56 | 0.49 |
| Hex | C2 | 50 | 37 | 0 | 3B | 48 | 18 | B | 38 | 31 |
| Octal | 302 | 120 | 67 | 0 | 73 | 110 | 30 | 13 | 70 | 61 |
| Binary | 11000010 | 1010000 | 110111 | 0 | 111011 | 1001000 | 11000 | 1011 | 111000 | 110001 |
Color Harmonies of #C25037
Complementary color
Monochromatic Colors of #C25037
Black with #C25037
Text Example
Text Example
White with #C25037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25037; }
p { color: rgb(194,80,55); }
H1.HeaderClassName
{
color: #C25037;
}
.AnyTagClassName
{
color: #C25037;
}
</style>
background-color css
<style>
a { background-color: #C25037; }
a { background-color: rgb(194,80,55); }
div.DivClassName
{
background-color: #C25037;
}
.BgClassName
{
background-color: #C25037;
}
</style>
border-color css
<style>
span { border-color: #C25037; }
span { border-color: rgb(194,80,55); }
td.TdClassName
{
border-color: #C25037;
}
.TagClassName
{
border-color: #C25037;
}
</style>