Shades of Grenadier #C34735
Tints of Grenadier #C34735
RGB
CMYK
RGB Variations
Color information
#C34735 (or 0xC34735) is known color: Grenadier. HEX triplet: C3, 47 and 35. RGB value is (195,71,53). Sum of RGB (Red+Green+Blue) = 195+71+53=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C34735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34735 is #3CB8CA. Grayscale: #6A6A6A. Windows color (decimal): -3979467 or 3491779. OLE color: 3491779.
HSL color Cylindrical-coordinate representation of color #C34735: hue angle of 7.61º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C34735 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 53 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.24 |
| HSL | 7.61º | 0.57% | 0.49% | - |
| HSV(B) | 7.61º | 0.73% | 0.76% | - |
| XYZ | 25.4 | 16.37 | 5.19 | - |
| YUV | 106.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 53 | 0 | 0.64 | 0.73 | 0.24 | 7.61 | 0.57 | 0.49 |
| Hex | C3 | 47 | 35 | 0 | 40 | 49 | 18 | 8 | 39 | 31 |
| Octal | 303 | 107 | 65 | 0 | 100 | 111 | 30 | 10 | 71 | 61 |
| Binary | 11000011 | 1000111 | 110101 | 0 | 1000000 | 1001001 | 11000 | 1000 | 111001 | 110001 |
Color Harmonies of #C34735
Complementary color
Monochromatic Colors of #C34735
Black with #C34735
Text Example
Text Example
White with #C34735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34735; }
p { color: rgb(195,71,53); }
H1.HeaderClassName
{
color: #C34735;
}
.AnyTagClassName
{
color: #C34735;
}
</style>
background-color css
<style>
a { background-color: #C34735; }
a { background-color: rgb(195,71,53); }
div.DivClassName
{
background-color: #C34735;
}
.BgClassName
{
background-color: #C34735;
}
</style>
border-color css
<style>
span { border-color: #C34735; }
span { border-color: rgb(195,71,53); }
td.TdClassName
{
border-color: #C34735;
}
.TagClassName
{
border-color: #C34735;
}
</style>