#C24738

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

Shades of Grenadier #C24738

Tints of Grenadier #C24738

Color information

#C24738 (or 0xC24738) is unknown color: approx Grenadier. HEX triplet: C2, 47 and 38. RGB value is (194,71,56). Sum of RGB (Red+Green+Blue) = 194+71+56=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C24738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24738 is #3DB8C7. Grayscale: #6A6A6A. Windows color (decimal): -4045000 or 3688386. OLE color: 3688386.

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

Color convert

RGB1947156-
CMYK00.630.710.24
HSL6.52º55.2%49.02%-
HSV(B)6.52º71.13%76.08%-
XYZ25.2216.265.55-
YUV106.0799.75190.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.44%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=60.44%
G=22.12%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194715600.630.710.246.5255.249.02
HexC2473803F471873731
Octal302107700771073076761
Binary1100001010001111110000111111100011111000111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24738; }

 p { color: rgb(194,71,56); }

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

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

 a { background-color: rgb(194,71,56); }

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

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

 span { border-color: rgb(194,71,56); }

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