Shades of Grenadier #C34938
Tints of Grenadier #C34938
RGB
CMYK
RGB Variations
Color information
#C34938 (or 0xC34938) is known color: Grenadier. HEX triplet: C3, 49 and 38. RGB value is (195,73,56). Sum of RGB (Red+Green+Blue) = 195+73+56=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C34938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34938 is #3CB6C7. Grayscale: #6B6B6B. Windows color (decimal): -3978952 or 3688899. OLE color: 3688899.
HSL color Cylindrical-coordinate representation of color #C34938: hue angle of 7.34º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34938 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 56 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.24 |
| HSL | 7.34º | 0.55% | 0.49% | - |
| HSV(B) | 7.34º | 0.71% | 0.76% | - |
| XYZ | 25.6 | 16.65 | 5.61 | - |
| YUV | 107.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 56 | 0 | 0.63 | 0.71 | 0.24 | 7.34 | 0.55 | 0.49 |
| Hex | C3 | 49 | 38 | 0 | 3F | 47 | 18 | 7 | 37 | 31 |
| Octal | 303 | 111 | 70 | 0 | 77 | 107 | 30 | 7 | 67 | 61 |
| Binary | 11000011 | 1001001 | 111000 | 0 | 111111 | 1000111 | 11000 | 111 | 110111 | 110001 |
Color Harmonies of #C34938
Complementary color
Monochromatic Colors of #C34938
Black with #C34938
Text Example
Text Example
White with #C34938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34938; }
p { color: rgb(195,73,56); }
H1.HeaderClassName
{
color: #C34938;
}
.AnyTagClassName
{
color: #C34938;
}
</style>
background-color css
<style>
a { background-color: #C34938; }
a { background-color: rgb(195,73,56); }
div.DivClassName
{
background-color: #C34938;
}
.BgClassName
{
background-color: #C34938;
}
</style>
border-color css
<style>
span { border-color: #C34938; }
span { border-color: rgb(195,73,56); }
td.TdClassName
{
border-color: #C34938;
}
.TagClassName
{
border-color: #C34938;
}
</style>