#C24F39

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

Shades of Grenadier #C24F39

Tints of Grenadier #C24F39

Color information

#C24F39 (or 0xC24F39) is unknown color: approx Grenadier. HEX triplet: C2, 4F and 39. RGB value is (194,79,57). Sum of RGB (Red+Green+Blue) = 194+79+57=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F39 is #3DB0C6. Grayscale: #6F6F6F. Windows color (decimal): -4042951 or 3755970. OLE color: 3755970.

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

Color convert

RGB1947957-
CMYK00.590.710.24
HSL9.64º54.58%49.22%-
HSV(B)9.64º70.62%76.08%-
XYZ25.7817.365.86-
YUV110.8897.6187.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=58.79%
G=23.94%
B=17.27%

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
Decimal194795700.590.710.249.6454.5849.22
HexC24F3903B4718a3731
Octal3021177107310730126761
Binary11000010100111111100101110111000111110001010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24F39; }

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

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

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

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

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

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

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

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