Shades of Grenadier #C34236
Tints of Grenadier #C34236
RGB
CMYK
RGB Variations
Color information
#C34236 (or 0xC34236) is known color: Grenadier. HEX triplet: C3, 42 and 36. RGB value is (195,66,54). Sum of RGB (Red+Green+Blue) = 195+66+54=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C34236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34236 is #3CBDC9. Grayscale: #676767. Windows color (decimal): -3980746 or 3556035. OLE color: 3556035.
HSL color Cylindrical-coordinate representation of color #C34236: hue angle of 5.11º 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 #C34236 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 54 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.24 |
| HSL | 5.11º | 0.57% | 0.49% | - |
| HSV(B) | 5.11º | 0.72% | 0.76% | - |
| XYZ | 25.12 | 15.76 | 5.21 | - |
| YUV | 103.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 54 | 0 | 0.66 | 0.72 | 0.24 | 5.11 | 0.57 | 0.49 |
| Hex | C3 | 42 | 36 | 0 | 42 | 48 | 18 | 5 | 39 | 31 |
| Octal | 303 | 102 | 66 | 0 | 102 | 110 | 30 | 5 | 71 | 61 |
| Binary | 11000011 | 1000010 | 110110 | 0 | 1000010 | 1001000 | 11000 | 101 | 111001 | 110001 |
Color Harmonies of #C34236
Complementary color
Monochromatic Colors of #C34236
Black with #C34236
Text Example
Text Example
White with #C34236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34236; }
p { color: rgb(195,66,54); }
H1.HeaderClassName
{
color: #C34236;
}
.AnyTagClassName
{
color: #C34236;
}
</style>
background-color css
<style>
a { background-color: #C34236; }
a { background-color: rgb(195,66,54); }
div.DivClassName
{
background-color: #C34236;
}
.BgClassName
{
background-color: #C34236;
}
</style>
border-color css
<style>
span { border-color: #C34236; }
span { border-color: rgb(195,66,54); }
td.TdClassName
{
border-color: #C34236;
}
.TagClassName
{
border-color: #C34236;
}
</style>