Shades of Grenadier #C34D34
Tints of Grenadier #C34D34
RGB
CMYK
RGB Variations
Color information
#C34D34 (or 0xC34D34) is known color: Grenadier. HEX triplet: C3, 4D and 34. RGB value is (195,77,52). Sum of RGB (Red+Green+Blue) = 195+77+52=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D34 is #3CB2CB. Grayscale: #6D6D6D. Windows color (decimal): -3977932 or 3427779. OLE color: 3427779.
HSL color Cylindrical-coordinate representation of color #C34D34: hue angle of 10.49º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C34D34 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 52 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.24 |
| HSL | 10.49º | 0.58% | 0.48% | - |
| HSV(B) | 10.49º | 0.73% | 0.76% | - |
| XYZ | 25.78 | 17.16 | 5.2 | - |
| YUV | 109.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 52 | 0 | 0.61 | 0.73 | 0.24 | 10.49 | 0.58 | 0.48 |
| Hex | C3 | 4D | 34 | 0 | 3D | 49 | 18 | A | 3A | 30 |
| Octal | 303 | 115 | 64 | 0 | 75 | 111 | 30 | 12 | 72 | 60 |
| Binary | 11000011 | 1001101 | 110100 | 0 | 111101 | 1001001 | 11000 | 1010 | 111010 | 110000 |
Color Harmonies of #C34D34
Complementary color
Monochromatic Colors of #C34D34
Black with #C34D34
Text Example
Text Example
White with #C34D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D34; }
p { color: rgb(195,77,52); }
H1.HeaderClassName
{
color: #C34D34;
}
.AnyTagClassName
{
color: #C34D34;
}
</style>
background-color css
<style>
a { background-color: #C34D34; }
a { background-color: rgb(195,77,52); }
div.DivClassName
{
background-color: #C34D34;
}
.BgClassName
{
background-color: #C34D34;
}
</style>
border-color css
<style>
span { border-color: #C34D34; }
span { border-color: rgb(195,77,52); }
td.TdClassName
{
border-color: #C34D34;
}
.TagClassName
{
border-color: #C34D34;
}
</style>