#C54D40

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

Shades of Grenadier #C54D40

Tints of Grenadier #C54D40

Color information

#C54D40 (or 0xC54D40) is unknown color: approx Grenadier. HEX triplet: C5, 4D and 40. RGB value is (197,77,64). Sum of RGB (Red+Green+Blue) = 197+77+64=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D40 is #3AB2BF. Grayscale: #6F6F6F. Windows color (decimal): -3846848 or 4214213. OLE color: 4214213.

HSL color Cylindrical-coordinate representation of color #C54D40: hue angle of 5.86º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54D40 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1977764-
CMYK00.610.680.23
HSL5.86º53.41%51.18%-
HSV(B)5.86º67.51%77.25%-
XYZ26.6117.556.84-
YUV111.4101.26189.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=58.28%
G=22.78%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197776400.610.680.235.8653.4151.18
HexC54D4003D441763533
Octal3051151000751042766563
Binary11000101100110110000000111101100010010111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54D40; }

 p { color: rgb(197,77,64); }

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

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

 a { background-color: rgb(197,77,64); }

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

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

 span { border-color: rgb(197,77,64); }

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