Shades of Grenadier #C25339
Tints of Grenadier #C25339
RGB
CMYK
RGB Variations
Color information
#C25339 (or 0xC25339) is known color: Grenadier. HEX triplet: C2, 53 and 39. RGB value is (194,83,57). Sum of RGB (Red+Green+Blue) = 194+83+57=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C25339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25339 is #3DACC6. Grayscale: #717171. Windows color (decimal): -4041927 or 3756994. OLE color: 3756994.
HSL color Cylindrical-coordinate representation of color #C25339: hue angle of 11.39º 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 #C25339 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 57 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.24 |
| HSL | 11.39º | 0.55% | 0.49% | - |
| HSV(B) | 11.39º | 0.71% | 0.76% | - |
| XYZ | 26.08 | 17.95 | 5.96 | - |
| YUV | 113.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 57 | 0 | 0.57 | 0.71 | 0.24 | 11.39 | 0.55 | 0.49 |
| Hex | C2 | 53 | 39 | 0 | 39 | 47 | 18 | B | 37 | 31 |
| Octal | 302 | 123 | 71 | 0 | 71 | 107 | 30 | 13 | 67 | 61 |
| Binary | 11000010 | 1010011 | 111001 | 0 | 111001 | 1000111 | 11000 | 1011 | 110111 | 110001 |
Color Harmonies of #C25339
Complementary color
Monochromatic Colors of #C25339
Black with #C25339
Text Example
Text Example
White with #C25339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25339; }
p { color: rgb(194,83,57); }
H1.HeaderClassName
{
color: #C25339;
}
.AnyTagClassName
{
color: #C25339;
}
</style>
background-color css
<style>
a { background-color: #C25339; }
a { background-color: rgb(194,83,57); }
div.DivClassName
{
background-color: #C25339;
}
.BgClassName
{
background-color: #C25339;
}
</style>
border-color css
<style>
span { border-color: #C25339; }
span { border-color: rgb(194,83,57); }
td.TdClassName
{
border-color: #C25339;
}
.TagClassName
{
border-color: #C25339;
}
</style>