Shades of Grenadier #C34339
Tints of Grenadier #C34339
RGB
CMYK
RGB Variations
Color information
#C34339 (or 0xC34339) is known color: Grenadier. HEX triplet: C3, 43 and 39. RGB value is (195,67,57). Sum of RGB (Red+Green+Blue) = 195+67+57=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C34339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34339 is #3CBCC6. Grayscale: #686868. Windows color (decimal): -3980487 or 3752899. OLE color: 3752899.
HSL color Cylindrical-coordinate representation of color #C34339: hue angle of 4.35º 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 #C34339 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 57 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.24 |
| HSL | 4.35º | 0.55% | 0.49% | - |
| HSV(B) | 4.35º | 0.71% | 0.76% | - |
| XYZ | 25.25 | 15.91 | 5.61 | - |
| YUV | 104.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 57 | 0 | 0.66 | 0.71 | 0.24 | 4.35 | 0.55 | 0.49 |
| Hex | C3 | 43 | 39 | 0 | 42 | 47 | 18 | 4 | 37 | 31 |
| Octal | 303 | 103 | 71 | 0 | 102 | 107 | 30 | 4 | 67 | 61 |
| Binary | 11000011 | 1000011 | 111001 | 0 | 1000010 | 1000111 | 11000 | 100 | 110111 | 110001 |
Color Harmonies of #C34339
Complementary color
Monochromatic Colors of #C34339
Black with #C34339
Text Example
Text Example
White with #C34339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34339; }
p { color: rgb(195,67,57); }
H1.HeaderClassName
{
color: #C34339;
}
.AnyTagClassName
{
color: #C34339;
}
</style>
background-color css
<style>
a { background-color: #C34339; }
a { background-color: rgb(195,67,57); }
div.DivClassName
{
background-color: #C34339;
}
.BgClassName
{
background-color: #C34339;
}
</style>
border-color css
<style>
span { border-color: #C34339; }
span { border-color: rgb(195,67,57); }
td.TdClassName
{
border-color: #C34339;
}
.TagClassName
{
border-color: #C34339;
}
</style>