Shades of Grenadier #C34138
Tints of Grenadier #C34138
RGB
CMYK
RGB Variations
Color information
#C34138 (or 0xC34138) is known color: Grenadier. HEX triplet: C3, 41 and 38. RGB value is (195,65,56). Sum of RGB (Red+Green+Blue) = 195+65+56=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C34138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34138 is #3CBEC7. Grayscale: #676767. Windows color (decimal): -3981000 or 3686851. OLE color: 3686851.
HSL color Cylindrical-coordinate representation of color #C34138: hue angle of 3.88º 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 #C34138 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 56 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.24 |
| HSL | 3.88º | 0.55% | 0.49% | - |
| HSV(B) | 3.88º | 0.71% | 0.76% | - |
| XYZ | 25.11 | 15.67 | 5.44 | - |
| YUV | 102.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 56 | 0 | 0.67 | 0.71 | 0.24 | 3.88 | 0.55 | 0.49 |
| Hex | C3 | 41 | 38 | 0 | 43 | 47 | 18 | 4 | 37 | 31 |
| Octal | 303 | 101 | 70 | 0 | 103 | 107 | 30 | 4 | 67 | 61 |
| Binary | 11000011 | 1000001 | 111000 | 0 | 1000011 | 1000111 | 11000 | 100 | 110111 | 110001 |
Color Harmonies of #C34138
Complementary color
Monochromatic Colors of #C34138
Black with #C34138
Text Example
Text Example
White with #C34138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34138; }
p { color: rgb(195,65,56); }
H1.HeaderClassName
{
color: #C34138;
}
.AnyTagClassName
{
color: #C34138;
}
</style>
background-color css
<style>
a { background-color: #C34138; }
a { background-color: rgb(195,65,56); }
div.DivClassName
{
background-color: #C34138;
}
.BgClassName
{
background-color: #C34138;
}
</style>
border-color css
<style>
span { border-color: #C34138; }
span { border-color: rgb(195,65,56); }
td.TdClassName
{
border-color: #C34138;
}
.TagClassName
{
border-color: #C34138;
}
</style>