Shades of Grenadier #C34136
Tints of Grenadier #C34136
RGB
CMYK
RGB Variations
Color information
#C34136 (or 0xC34136) is known color: Grenadier. HEX triplet: C3, 41 and 36. RGB value is (195,65,54). Sum of RGB (Red+Green+Blue) = 195+65+54=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C34136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34136 is #3CBEC9. Grayscale: #666666. Windows color (decimal): -3981002 or 3555779. OLE color: 3555779.
HSL color Cylindrical-coordinate representation of color #C34136: hue angle of 4.68º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C34136 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 54 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.24 |
| HSL | 4.68º | 0.57% | 0.49% | - |
| HSV(B) | 4.68º | 0.72% | 0.76% | - |
| XYZ | 25.06 | 15.65 | 5.19 | - |
| YUV | 102.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 54 | 0 | 0.67 | 0.72 | 0.24 | 4.68 | 0.57 | 0.49 |
| Hex | C3 | 41 | 36 | 0 | 43 | 48 | 18 | 5 | 39 | 31 |
| Octal | 303 | 101 | 66 | 0 | 103 | 110 | 30 | 5 | 71 | 61 |
| Binary | 11000011 | 1000001 | 110110 | 0 | 1000011 | 1001000 | 11000 | 101 | 111001 | 110001 |
Color Harmonies of #C34136
Complementary color
Monochromatic Colors of #C34136
Black with #C34136
Text Example
Text Example
White with #C34136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34136; }
p { color: rgb(195,65,54); }
H1.HeaderClassName
{
color: #C34136;
}
.AnyTagClassName
{
color: #C34136;
}
</style>
background-color css
<style>
a { background-color: #C34136; }
a { background-color: rgb(195,65,54); }
div.DivClassName
{
background-color: #C34136;
}
.BgClassName
{
background-color: #C34136;
}
</style>
border-color css
<style>
span { border-color: #C34136; }
span { border-color: rgb(195,65,54); }
td.TdClassName
{
border-color: #C34136;
}
.TagClassName
{
border-color: #C34136;
}
</style>