Shades of Grenadier #C2452F
Tints of Grenadier #C2452F
RGB
CMYK
RGB Variations
Color information
#C2452F (or 0xC2452F) is known color: Grenadier. HEX triplet: C2, 45 and 2F. RGB value is (194,69,47). Sum of RGB (Red+Green+Blue) = 194+69+47=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2452F is #3DBAD0. Grayscale: #686868. Windows color (decimal): -4045521 or 3098050. OLE color: 3098050.
HSL color Cylindrical-coordinate representation of color #C2452F: hue angle of 8.98º 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 #C2452F is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 47 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.24 |
| HSL | 8.98º | 0.61% | 0.47% | - |
| HSV(B) | 8.98º | 0.76% | 0.76% | - |
| XYZ | 24.89 | 15.93 | 4.45 | - |
| YUV | 103.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 47 | 0 | 0.64 | 0.76 | 0.24 | 8.98 | 0.61 | 0.47 |
| Hex | C2 | 45 | 2F | 0 | 40 | 4C | 18 | 9 | 3D | 2F |
| Octal | 302 | 105 | 57 | 0 | 100 | 114 | 30 | 11 | 75 | 57 |
| Binary | 11000010 | 1000101 | 101111 | 0 | 1000000 | 1001100 | 11000 | 1001 | 111101 | 101111 |
Color Harmonies of #C2452F
Complementary color
Monochromatic Colors of #C2452F
Black with #C2452F
Text Example
Text Example
White with #C2452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2452F; }
p { color: rgb(194,69,47); }
H1.HeaderClassName
{
color: #C2452F;
}
.AnyTagClassName
{
color: #C2452F;
}
</style>
background-color css
<style>
a { background-color: #C2452F; }
a { background-color: rgb(194,69,47); }
div.DivClassName
{
background-color: #C2452F;
}
.BgClassName
{
background-color: #C2452F;
}
</style>
border-color css
<style>
span { border-color: #C2452F; }
span { border-color: rgb(194,69,47); }
td.TdClassName
{
border-color: #C2452F;
}
.TagClassName
{
border-color: #C2452F;
}
</style>