Shades of Grenadier #C2513E
Tints of Grenadier #C2513E
RGB
CMYK
RGB Variations
Color information
#C2513E (or 0xC2513E) is known color: Grenadier. HEX triplet: C2, 51 and 3E. RGB value is (194,81,62). Sum of RGB (Red+Green+Blue) = 194+81+62=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2513E is #3DAEC1. Grayscale: #707070. Windows color (decimal): -4042434 or 4084162. OLE color: 4084162.
HSL color Cylindrical-coordinate representation of color #C2513E: hue angle of 8.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2513E is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 62 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.24 |
| HSL | 8.64º | 0.52% | 0.5% | - |
| HSV(B) | 8.64º | 0.68% | 0.76% | - |
| XYZ | 26.06 | 17.7 | 6.6 | - |
| YUV | 112.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 62 | 0 | 0.58 | 0.68 | 0.24 | 8.64 | 0.52 | 0.5 |
| Hex | C2 | 51 | 3E | 0 | 3A | 44 | 18 | 9 | 34 | 32 |
| Octal | 302 | 121 | 76 | 0 | 72 | 104 | 30 | 11 | 64 | 62 |
| Binary | 11000010 | 1010001 | 111110 | 0 | 111010 | 1000100 | 11000 | 1001 | 110100 | 110010 |
Color Harmonies of #C2513E
Complementary color
Monochromatic Colors of #C2513E
Black with #C2513E
Text Example
Text Example
White with #C2513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2513E; }
p { color: rgb(194,81,62); }
H1.HeaderClassName
{
color: #C2513E;
}
.AnyTagClassName
{
color: #C2513E;
}
</style>
background-color css
<style>
a { background-color: #C2513E; }
a { background-color: rgb(194,81,62); }
div.DivClassName
{
background-color: #C2513E;
}
.BgClassName
{
background-color: #C2513E;
}
</style>
border-color css
<style>
span { border-color: #C2513E; }
span { border-color: rgb(194,81,62); }
td.TdClassName
{
border-color: #C2513E;
}
.TagClassName
{
border-color: #C2513E;
}
</style>