Shades of Grenadier #C34733
Tints of Grenadier #C34733
RGB
CMYK
RGB Variations
Color information
#C34733 (or 0xC34733) is known color: Grenadier. HEX triplet: C3, 47 and 33. RGB value is (195,71,51). Sum of RGB (Red+Green+Blue) = 195+71+51=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34733 is #3CB8CC. Grayscale: #6A6A6A. Windows color (decimal): -3979469 or 3360707. OLE color: 3360707.
HSL color Cylindrical-coordinate representation of color #C34733: hue angle of 8.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C34733 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 51 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.24 |
| HSL | 8.33º | 0.59% | 0.48% | - |
| HSV(B) | 8.33º | 0.74% | 0.76% | - |
| XYZ | 25.36 | 16.35 | 4.95 | - |
| YUV | 105.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 51 | 0 | 0.64 | 0.74 | 0.24 | 8.33 | 0.59 | 0.48 |
| Hex | C3 | 47 | 33 | 0 | 40 | 4A | 18 | 8 | 3B | 30 |
| Octal | 303 | 107 | 63 | 0 | 100 | 112 | 30 | 10 | 73 | 60 |
| Binary | 11000011 | 1000111 | 110011 | 0 | 1000000 | 1001010 | 11000 | 1000 | 111011 | 110000 |
Color Harmonies of #C34733
Complementary color
Monochromatic Colors of #C34733
Black with #C34733
Text Example
Text Example
White with #C34733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34733; }
p { color: rgb(195,71,51); }
H1.HeaderClassName
{
color: #C34733;
}
.AnyTagClassName
{
color: #C34733;
}
</style>
background-color css
<style>
a { background-color: #C34733; }
a { background-color: rgb(195,71,51); }
div.DivClassName
{
background-color: #C34733;
}
.BgClassName
{
background-color: #C34733;
}
</style>
border-color css
<style>
span { border-color: #C34733; }
span { border-color: rgb(195,71,51); }
td.TdClassName
{
border-color: #C34733;
}
.TagClassName
{
border-color: #C34733;
}
</style>