Shades of Grenadier #C2442D
Tints of Grenadier #C2442D
RGB
CMYK
RGB Variations
Color information
#C2442D (or 0xC2442D) is known color: Grenadier. HEX triplet: C2, 44 and 2D. RGB value is (194,68,45). Sum of RGB (Red+Green+Blue) = 194+68+45=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2442D is #3DBBD2. Grayscale: #676767. Windows color (decimal): -4045779 or 2966722. OLE color: 2966722.
HSL color Cylindrical-coordinate representation of color #C2442D: hue angle of 9.26º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2442D is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 45 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.24 |
| HSL | 9.26º | 0.62% | 0.47% | - |
| HSV(B) | 9.26º | 0.77% | 0.76% | - |
| XYZ | 24.79 | 15.79 | 4.22 | - |
| YUV | 103.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 45 | 0 | 0.65 | 0.77 | 0.24 | 9.26 | 0.62 | 0.47 |
| Hex | C2 | 44 | 2D | 0 | 41 | 4D | 18 | 9 | 3E | 2F |
| Octal | 302 | 104 | 55 | 0 | 101 | 115 | 30 | 11 | 76 | 57 |
| Binary | 11000010 | 1000100 | 101101 | 0 | 1000001 | 1001101 | 11000 | 1001 | 111110 | 101111 |
Color Harmonies of #C2442D
Complementary color
Monochromatic Colors of #C2442D
Black with #C2442D
Text Example
Text Example
White with #C2442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2442D; }
p { color: rgb(194,68,45); }
H1.HeaderClassName
{
color: #C2442D;
}
.AnyTagClassName
{
color: #C2442D;
}
</style>
background-color css
<style>
a { background-color: #C2442D; }
a { background-color: rgb(194,68,45); }
div.DivClassName
{
background-color: #C2442D;
}
.BgClassName
{
background-color: #C2442D;
}
</style>
border-color css
<style>
span { border-color: #C2442D; }
span { border-color: rgb(194,68,45); }
td.TdClassName
{
border-color: #C2442D;
}
.TagClassName
{
border-color: #C2442D;
}
</style>