#C34E39

Color #C34E39 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C34E39

Tints of Grenadier #C34E39

Color information

#C34E39 (or 0xC34E39) is unknown color: approx Grenadier. HEX triplet: C3, 4E and 39. RGB value is (195,78,57). Sum of RGB (Red+Green+Blue) = 195+78+57=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E39 is #3CB1C6. Grayscale: #6E6E6E. Windows color (decimal): -3977671 or 3755715. OLE color: 3755715.

HSL color Cylindrical-coordinate representation of color #C34E39: hue angle of 9.13º 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 #C34E39 is Cyan = 0, Magento = 0.6, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1957857-
CMYK00.60.710.24
HSL9.13º54.76%49.41%-
HSV(B)9.13º70.77%76.47%-
XYZ25.9717.355.85-
YUV110.5997.76188.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=59.09%
G=23.64%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195785700.60.710.249.1354.7649.41
HexC34E3903C471893731
Octal3031167107410730116761
Binary11000011100111011100101111001000111110001001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E39; }

 p { color: rgb(195,78,57); }

 H1.HeaderClassName
 {
   color: #C34E39;
 }
 .AnyTagClassName
 {
   color: #C34E39;
 }
</style>
background-color css

<style>
 a { background-color: #C34E39; }

 a { background-color: rgb(195,78,57); }

 div.DivClassName
 {
   background-color: #C34E39;
 }
 .BgClassName
 {
   background-color: #C34E39;
 }
</style>
border-color css

<style>
 span { border-color: #C34E39; }

 span { border-color: rgb(195,78,57); }

 td.TdClassName
 {
   border-color: #C34E39;
 }
 .TagClassName
 {
   border-color: #C34E39;
 }
</style>