Shades of Grenadier #C34E3D
Tints of Grenadier #C34E3D
RGB
CMYK
RGB Variations
Color information
#C34E3D (or 0xC34E3D) is known color: Grenadier. HEX triplet: C3, 4E and 3D. RGB value is (195,78,61). Sum of RGB (Red+Green+Blue) = 195+78+61=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E3D is #3CB1C2. Grayscale: #6F6F6F. Windows color (decimal): -3977667 or 4017859. OLE color: 4017859.
HSL color Cylindrical-coordinate representation of color #C34E3D: hue angle of 7.61º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34E3D is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 61 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.24 |
| HSL | 7.61º | 0.53% | 0.5% | - |
| HSV(B) | 7.61º | 0.69% | 0.76% | - |
| XYZ | 26.07 | 17.39 | 6.4 | - |
| YUV | 111.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 61 | 0 | 0.6 | 0.69 | 0.24 | 7.61 | 0.53 | 0.5 |
| Hex | C3 | 4E | 3D | 0 | 3C | 45 | 18 | 8 | 35 | 32 |
| Octal | 303 | 116 | 75 | 0 | 74 | 105 | 30 | 10 | 65 | 62 |
| Binary | 11000011 | 1001110 | 111101 | 0 | 111100 | 1000101 | 11000 | 1000 | 110101 | 110010 |
Color Harmonies of #C34E3D
Complementary color
Monochromatic Colors of #C34E3D
Black with #C34E3D
Text Example
Text Example
White with #C34E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E3D; }
p { color: rgb(195,78,61); }
H1.HeaderClassName
{
color: #C34E3D;
}
.AnyTagClassName
{
color: #C34E3D;
}
</style>
background-color css
<style>
a { background-color: #C34E3D; }
a { background-color: rgb(195,78,61); }
div.DivClassName
{
background-color: #C34E3D;
}
.BgClassName
{
background-color: #C34E3D;
}
</style>
border-color css
<style>
span { border-color: #C34E3D; }
span { border-color: rgb(195,78,61); }
td.TdClassName
{
border-color: #C34E3D;
}
.TagClassName
{
border-color: #C34E3D;
}
</style>