#C24E34

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

Shades of Grenadier #C24E34

Tints of Grenadier #C24E34

Color information

#C24E34 (or 0xC24E34) is unknown color: approx Grenadier. HEX triplet: C2, 4E and 34. RGB value is (194,78,52). Sum of RGB (Red+Green+Blue) = 194+78+52=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24E34 is #3DB1CB. Grayscale: #6D6D6D. Windows color (decimal): -4043212 or 3428034. OLE color: 3428034.

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

Color convert

RGB1947852-
CMYK00.600.730.24
HSL10.99º57.72%48.24%-
HSV(B)10.99º73.2%76.08%-
XYZ25.5917.175.21-
YUV109.7295.43188.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.88%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=59.88%
G=24.07%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194785200.600.730.2410.9957.7248.24
HexC24E3403C4918b3a30
Octal3021166407411130137260
Binary11000010100111011010001111001001001110001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24E34; }

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

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

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

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

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

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

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

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