#C24538

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

Shades of Grenadier #C24538

Tints of Grenadier #C24538

Color information

#C24538 (or 0xC24538) is unknown color: approx Grenadier. HEX triplet: C2, 45 and 38. RGB value is (194,69,56). Sum of RGB (Red+Green+Blue) = 194+69+56=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C24538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24538 is #3DBAC7. Grayscale: #696969. Windows color (decimal): -4045512 or 3687874. OLE color: 3687874.

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

Color convert

RGB1946956-
CMYK00.640.710.24
HSL5.65º55.2%49.02%-
HSV(B)5.65º71.13%76.08%-
XYZ25.0916.015.51-
YUV104.89100.41191.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=60.82%
G=21.63%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194695600.640.710.245.6555.249.02
HexC24538040471863731
Octal3021057001001073066761
Binary11000010100010111100001000000100011111000110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24538; }

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

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

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

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

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

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

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

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