Shades of Grenadier #C2472F
Tints of Grenadier #C2472F
RGB
CMYK
RGB Variations
Color information
#C2472F (or 0xC2472F) is known color: Grenadier. HEX triplet: C2, 47 and 2F. RGB value is (194,71,47). Sum of RGB (Red+Green+Blue) = 194+71+47=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2472F is #3DB8D0. Grayscale: #696969. Windows color (decimal): -4045009 or 3098562. OLE color: 3098562.
HSL color Cylindrical-coordinate representation of color #C2472F: hue angle of 9.8º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2472F is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 47 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.24 |
| HSL | 9.8º | 0.61% | 0.47% | - |
| HSV(B) | 9.8º | 0.76% | 0.76% | - |
| XYZ | 25.01 | 16.18 | 4.49 | - |
| YUV | 105.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 47 | 0 | 0.63 | 0.76 | 0.24 | 9.8 | 0.61 | 0.47 |
| Hex | C2 | 47 | 2F | 0 | 3F | 4C | 18 | A | 3D | 2F |
| Octal | 302 | 107 | 57 | 0 | 77 | 114 | 30 | 12 | 75 | 57 |
| Binary | 11000010 | 1000111 | 101111 | 0 | 111111 | 1001100 | 11000 | 1010 | 111101 | 101111 |
Color Harmonies of #C2472F
Complementary color
Monochromatic Colors of #C2472F
Black with #C2472F
Text Example
Text Example
White with #C2472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2472F; }
p { color: rgb(194,71,47); }
H1.HeaderClassName
{
color: #C2472F;
}
.AnyTagClassName
{
color: #C2472F;
}
</style>
background-color css
<style>
a { background-color: #C2472F; }
a { background-color: rgb(194,71,47); }
div.DivClassName
{
background-color: #C2472F;
}
.BgClassName
{
background-color: #C2472F;
}
</style>
border-color css
<style>
span { border-color: #C2472F; }
span { border-color: rgb(194,71,47); }
td.TdClassName
{
border-color: #C2472F;
}
.TagClassName
{
border-color: #C2472F;
}
</style>