#C44137

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

Shades of Grenadier #C44137

Tints of Grenadier #C44137

Color information

#C44137 (or 0xC44137) is unknown color: approx Grenadier. HEX triplet: C4, 41 and 37. RGB value is (196,65,55). Sum of RGB (Red+Green+Blue) = 196+65+55=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C44137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44137 is #3BBEC8. Grayscale: #676767. Windows color (decimal): -3915465 or 3621316. OLE color: 3621316.

HSL color Cylindrical-coordinate representation of color #C44137: hue angle of 4.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C44137 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1966555-
CMYK00.670.720.23
HSL4.26º56.18%49.22%-
HSV(B)4.26º71.94%76.86%-
XYZ25.3415.795.33-
YUV103.03100.9194.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.03%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=62.03%
G=20.57%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196655500.670.720.234.2656.1849.22
HexC44137043481743831
Octal3041016701031102747061
Binary11000100100000111011101000011100100010111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44137; }

 p { color: rgb(196,65,55); }

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

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

 a { background-color: rgb(196,65,55); }

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

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

 span { border-color: rgb(196,65,55); }

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