Shades of Grenadier #C25038
Tints of Grenadier #C25038
RGB
CMYK
RGB Variations
Color information
#C25038 (or 0xC25038) is known color: Grenadier. HEX triplet: C2, 50 and 38. RGB value is (194,80,56). Sum of RGB (Red+Green+Blue) = 194+80+56=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C25038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25038 is #3DAFC7. Grayscale: #6F6F6F. Windows color (decimal): -4042696 or 3690690. OLE color: 3690690.
HSL color Cylindrical-coordinate representation of color #C25038: hue angle of 10.43º 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 #C25038 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 56 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.24 |
| HSL | 10.43º | 0.55% | 0.49% | - |
| HSV(B) | 10.43º | 0.71% | 0.76% | - |
| XYZ | 25.83 | 17.49 | 5.76 | - |
| YUV | 111.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 56 | 0 | 0.59 | 0.71 | 0.24 | 10.43 | 0.55 | 0.49 |
| Hex | C2 | 50 | 38 | 0 | 3B | 47 | 18 | A | 37 | 31 |
| Octal | 302 | 120 | 70 | 0 | 73 | 107 | 30 | 12 | 67 | 61 |
| Binary | 11000010 | 1010000 | 111000 | 0 | 111011 | 1000111 | 11000 | 1010 | 110111 | 110001 |
Color Harmonies of #C25038
Complementary color
Monochromatic Colors of #C25038
Black with #C25038
Text Example
Text Example
White with #C25038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25038; }
p { color: rgb(194,80,56); }
H1.HeaderClassName
{
color: #C25038;
}
.AnyTagClassName
{
color: #C25038;
}
</style>
background-color css
<style>
a { background-color: #C25038; }
a { background-color: rgb(194,80,56); }
div.DivClassName
{
background-color: #C25038;
}
.BgClassName
{
background-color: #C25038;
}
</style>
border-color css
<style>
span { border-color: #C25038; }
span { border-color: rgb(194,80,56); }
td.TdClassName
{
border-color: #C25038;
}
.TagClassName
{
border-color: #C25038;
}
</style>