#C34F39

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

Shades of Grenadier #C34F39

Tints of Grenadier #C34F39

Color information

#C34F39 (or 0xC34F39) is unknown color: approx Grenadier. HEX triplet: C3, 4F and 39. RGB value is (195,79,57). Sum of RGB (Red+Green+Blue) = 195+79+57=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34F39 is #3CB0C6. Grayscale: #6F6F6F. Windows color (decimal): -3977415 or 3755971. OLE color: 3755971.

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

Color convert

RGB1957957-
CMYK00.590.710.24
HSL9.57º54.76%49.41%-
HSV(B)9.57º70.77%76.47%-
XYZ26.0417.495.87-
YUV111.1897.43187.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 57 (22.66% from 255) = 17.22%
R=58.91%
G=23.87%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195795700.590.710.249.5754.7649.41
HexC34F3903B4718a3731
Octal3031177107310730126761
Binary11000011100111111100101110111000111110001010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34F39; }

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

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

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

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

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

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

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

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