Shades of Grenadier #C34D3E
Tints of Grenadier #C34D3E
RGB
CMYK
RGB Variations
Color information
#C34D3E (or 0xC34D3E) is known color: Grenadier. HEX triplet: C3, 4D and 3E. RGB value is (195,77,62). Sum of RGB (Red+Green+Blue) = 195+77+62=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D3E is #3CB2C1. Grayscale: #6E6E6E. Windows color (decimal): -3977922 or 4083139. OLE color: 4083139.
HSL color Cylindrical-coordinate representation of color #C34D3E: hue angle of 6.77º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34D3E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 62 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.24 |
| HSL | 6.77º | 0.53% | 0.5% | - |
| HSV(B) | 6.77º | 0.68% | 0.76% | - |
| XYZ | 26.03 | 17.26 | 6.52 | - |
| YUV | 110.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 62 | 0 | 0.61 | 0.68 | 0.24 | 6.77 | 0.53 | 0.5 |
| Hex | C3 | 4D | 3E | 0 | 3D | 44 | 18 | 7 | 35 | 32 |
| Octal | 303 | 115 | 76 | 0 | 75 | 104 | 30 | 7 | 65 | 62 |
| Binary | 11000011 | 1001101 | 111110 | 0 | 111101 | 1000100 | 11000 | 111 | 110101 | 110010 |
Color Harmonies of #C34D3E
Complementary color
Monochromatic Colors of #C34D3E
Black with #C34D3E
Text Example
Text Example
White with #C34D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D3E; }
p { color: rgb(195,77,62); }
H1.HeaderClassName
{
color: #C34D3E;
}
.AnyTagClassName
{
color: #C34D3E;
}
</style>
background-color css
<style>
a { background-color: #C34D3E; }
a { background-color: rgb(195,77,62); }
div.DivClassName
{
background-color: #C34D3E;
}
.BgClassName
{
background-color: #C34D3E;
}
</style>
border-color css
<style>
span { border-color: #C34D3E; }
span { border-color: rgb(195,77,62); }
td.TdClassName
{
border-color: #C34D3E;
}
.TagClassName
{
border-color: #C34D3E;
}
</style>