Shades of Grenadier #C34337
Tints of Grenadier #C34337
RGB
CMYK
RGB Variations
Color information
#C34337 (or 0xC34337) is known color: Grenadier. HEX triplet: C3, 43 and 37. RGB value is (195,67,55). Sum of RGB (Red+Green+Blue) = 195+67+55=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34337 is #3CBCC8. Grayscale: #686868. Windows color (decimal): -3980489 or 3621827. OLE color: 3621827.
HSL color Cylindrical-coordinate representation of color #C34337: hue angle of 5.14º degrees, saturation: 0.56, 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 #C34337 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 55 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.24 |
| HSL | 5.14º | 0.56% | 0.49% | - |
| HSV(B) | 5.14º | 0.72% | 0.76% | - |
| XYZ | 25.2 | 15.89 | 5.35 | - |
| YUV | 103.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 55 | 0 | 0.66 | 0.72 | 0.24 | 5.14 | 0.56 | 0.49 |
| Hex | C3 | 43 | 37 | 0 | 42 | 48 | 18 | 5 | 38 | 31 |
| Octal | 303 | 103 | 67 | 0 | 102 | 110 | 30 | 5 | 70 | 61 |
| Binary | 11000011 | 1000011 | 110111 | 0 | 1000010 | 1001000 | 11000 | 101 | 111000 | 110001 |
Color Harmonies of #C34337
Complementary color
Monochromatic Colors of #C34337
Black with #C34337
Text Example
Text Example
White with #C34337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34337; }
p { color: rgb(195,67,55); }
H1.HeaderClassName
{
color: #C34337;
}
.AnyTagClassName
{
color: #C34337;
}
</style>
background-color css
<style>
a { background-color: #C34337; }
a { background-color: rgb(195,67,55); }
div.DivClassName
{
background-color: #C34337;
}
.BgClassName
{
background-color: #C34337;
}
</style>
border-color css
<style>
span { border-color: #C34337; }
span { border-color: rgb(195,67,55); }
td.TdClassName
{
border-color: #C34337;
}
.TagClassName
{
border-color: #C34337;
}
</style>