Shades of Grenadier #C34D40
Tints of Grenadier #C34D40
RGB
CMYK
RGB Variations
Color information
#C34D40 (or 0xC34D40) is known color: Grenadier. HEX triplet: C3, 4D and 40. RGB value is (195,77,64). Sum of RGB (Red+Green+Blue) = 195+77+64=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D40 is #3CB2BF. Grayscale: #6E6E6E. Windows color (decimal): -3977920 or 4214211. OLE color: 4214211.
HSL color Cylindrical-coordinate representation of color #C34D40: hue angle of 5.95º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34D40 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 64 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.24 |
| HSL | 5.95º | 0.52% | 0.51% | - |
| HSV(B) | 5.95º | 0.67% | 0.76% | - |
| XYZ | 26.08 | 17.28 | 6.81 | - |
| YUV | 110.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 64 | 0 | 0.61 | 0.67 | 0.24 | 5.95 | 0.52 | 0.51 |
| Hex | C3 | 4D | 40 | 0 | 3D | 43 | 18 | 6 | 34 | 33 |
| Octal | 303 | 115 | 100 | 0 | 75 | 103 | 30 | 6 | 64 | 63 |
| Binary | 11000011 | 1001101 | 1000000 | 0 | 111101 | 1000011 | 11000 | 110 | 110100 | 110011 |
Color Harmonies of #C34D40
Complementary color
Monochromatic Colors of #C34D40
Black with #C34D40
Text Example
Text Example
White with #C34D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D40; }
p { color: rgb(195,77,64); }
H1.HeaderClassName
{
color: #C34D40;
}
.AnyTagClassName
{
color: #C34D40;
}
</style>
background-color css
<style>
a { background-color: #C34D40; }
a { background-color: rgb(195,77,64); }
div.DivClassName
{
background-color: #C34D40;
}
.BgClassName
{
background-color: #C34D40;
}
</style>
border-color css
<style>
span { border-color: #C34D40; }
span { border-color: rgb(195,77,64); }
td.TdClassName
{
border-color: #C34D40;
}
.TagClassName
{
border-color: #C34D40;
}
</style>