#C24A34

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

Shades of Grenadier #C24A34

Tints of Grenadier #C24A34

Color information

#C24A34 (or 0xC24A34) is unknown color: approx Grenadier. HEX triplet: C2, 4A and 34. RGB value is (194,74,52). Sum of RGB (Red+Green+Blue) = 194+74+52=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A34 is #3DB5CB. Grayscale: #6B6B6B. Windows color (decimal): -4044236 or 3427010. OLE color: 3427010.

HSL color Cylindrical-coordinate representation of color #C24A34: hue angle of 9.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24A34 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1947452-
CMYK00.620.730.24
HSL9.3º57.72%48.24%-
HSV(B)9.3º73.2%76.08%-
XYZ25.3216.615.12-
YUV107.3796.76189.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.62%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=60.62%
G=23.12%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194745200.620.730.249.357.7248.24
HexC24A3403E491893a30
Octal3021126407611130117260
Binary11000010100101011010001111101001001110001001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A34; }

 p { color: rgb(194,74,52); }

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

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

 a { background-color: rgb(194,74,52); }

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

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

 span { border-color: rgb(194,74,52); }

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