#c25139

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

Shades of Grenadier #C25139

Tints of Grenadier #C25139

Color information

#C25139 (or 0xC25139) is unknown color: approx Grenadier. HEX triplet: C2, 51 and 39. RGB value is (194,81,57). Sum of RGB (Red+Green+Blue) = 194+81+57=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C25139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25139 is #3DAEC6. Grayscale: #707070. Windows color (decimal): -4042439 or 3756482. OLE color: 3756482.

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

Color convert

RGB1948157-
CMYK00.580.710.24
HSL10.51º54.58%49.22%-
HSV(B)10.51º70.62%76.08%-
XYZ25.9317.655.91-
YUV112.0596.94186.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 57 (22.66% from 255) = 17.17%
R=58.43%
G=24.40%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194815700.580.710.2410.5154.5849.22
HexC2513903A4718b3731
Octal3021217107210730136761
Binary11000010101000111100101110101000111110001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25139; }

 p { color: rgb(194,81,57); }

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

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

 a { background-color: rgb(194,81,57); }

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

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

 span { border-color: rgb(194,81,57); }

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