#C24033

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

Shades of Grenadier #C24033

Tints of Grenadier #C24033

Color information

#C24033 (or 0xC24033) is unknown color: approx Grenadier. HEX triplet: C2, 40 and 33. RGB value is (194,64,51). Sum of RGB (Red+Green+Blue) = 194+64+51=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C24033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24033 is #3DBFCC. Grayscale: #656565. Windows color (decimal): -4046797 or 3358914. OLE color: 3358914.

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

Color convert

RGB1946451-
CMYK00.670.740.24
HSL5.45º58.37%48.04%-
HSV(B)5.45º73.71%76.08%-
XYZ24.6815.384.8-
YUV101.3999.57194.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=62.78%
G=20.71%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194645100.670.740.245.4558.3748.04
HexC240330434A1853a30
Octal3021006301031123057260
Binary11000010100000011001101000011100101011000101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24033; }

 p { color: rgb(194,64,51); }

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

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

 a { background-color: rgb(194,64,51); }

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

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

 span { border-color: rgb(194,64,51); }

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