Shades of Grenadier #C2513D
Tints of Grenadier #C2513D
RGB
CMYK
RGB Variations
Color information
#C2513D (or 0xC2513D) is known color: Grenadier. HEX triplet: C2, 51 and 3D. RGB value is (194,81,61). Sum of RGB (Red+Green+Blue) = 194+81+61=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2513D is #3DAEC2. Grayscale: #707070. Windows color (decimal): -4042435 or 4018626. OLE color: 4018626.
HSL color Cylindrical-coordinate representation of color #C2513D: hue angle of 9.02º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2513D is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 61 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.24 |
| HSL | 9.02º | 0.52% | 0.5% | - |
| HSV(B) | 9.02º | 0.69% | 0.76% | - |
| XYZ | 26.03 | 17.69 | 6.46 | - |
| YUV | 112.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 61 | 0 | 0.58 | 0.69 | 0.24 | 9.02 | 0.52 | 0.5 |
| Hex | C2 | 51 | 3D | 0 | 3A | 45 | 18 | 9 | 34 | 32 |
| Octal | 302 | 121 | 75 | 0 | 72 | 105 | 30 | 11 | 64 | 62 |
| Binary | 11000010 | 1010001 | 111101 | 0 | 111010 | 1000101 | 11000 | 1001 | 110100 | 110010 |
Color Harmonies of #C2513D
Complementary color
Monochromatic Colors of #C2513D
Black with #C2513D
Text Example
Text Example
White with #C2513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2513D; }
p { color: rgb(194,81,61); }
H1.HeaderClassName
{
color: #C2513D;
}
.AnyTagClassName
{
color: #C2513D;
}
</style>
background-color css
<style>
a { background-color: #C2513D; }
a { background-color: rgb(194,81,61); }
div.DivClassName
{
background-color: #C2513D;
}
.BgClassName
{
background-color: #C2513D;
}
</style>
border-color css
<style>
span { border-color: #C2513D; }
span { border-color: rgb(194,81,61); }
td.TdClassName
{
border-color: #C2513D;
}
.TagClassName
{
border-color: #C2513D;
}
</style>