#C24239

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

Shades of Grenadier #C24239

Tints of Grenadier #C24239

Color information

#C24239 (or 0xC24239) is unknown color: approx Grenadier. HEX triplet: C2, 42 and 39. RGB value is (194,66,57). Sum of RGB (Red+Green+Blue) = 194+66+57=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24239 is #3DBDC6. Grayscale: #676767. Windows color (decimal): -4046279 or 3752642. OLE color: 3752642.

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

Color convert

RGB1946657-
CMYK00.660.710.24
HSL3.94º54.58%49.22%-
HSV(B)3.94º70.62%76.08%-
XYZ24.9315.665.58-
YUV103.25101.91192.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=61.20%
G=20.82%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194665700.660.710.243.9454.5849.22
HexC24239042471843731
Octal3021027101021073046761
Binary11000010100001011100101000010100011111000100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24239; }

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

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

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

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

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

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

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

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