#C54139

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

Shades of Grenadier #C54139

Tints of Grenadier #C54139

Color information

#C54139 (or 0xC54139) is unknown color: approx Grenadier. HEX triplet: C5, 41 and 39. RGB value is (197,65,57). Sum of RGB (Red+Green+Blue) = 197+65+57=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C54139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54139 is #3ABEC6. Grayscale: #676767. Windows color (decimal): -3849927 or 3752389. OLE color: 3752389.

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

Color convert

RGB1976557-
CMYK00.670.710.23
HSL3.43º55.12%49.8%-
HSV(B)3.43º71.07%77.25%-
XYZ25.6515.955.6-
YUV103.56101.73194.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.76%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 57 (22.66% from 255) = 17.87%
R=61.76%
G=20.38%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197655700.670.710.233.4355.1249.8
HexC54139043471733732
Octal3051017101031072736762
Binary1100010110000011110010100001110001111011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54139; }

 p { color: rgb(197,65,57); }

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

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

 a { background-color: rgb(197,65,57); }

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

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

 span { border-color: rgb(197,65,57); }

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