#C25238

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

Shades of Grenadier #C25238

Tints of Grenadier #C25238

Color information

#C25238 (or 0xC25238) is unknown color: approx Grenadier. HEX triplet: C2, 52 and 38. RGB value is (194,82,56). Sum of RGB (Red+Green+Blue) = 194+82+56=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C25238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25238 is #3DADC7. Grayscale: #707070. Windows color (decimal): -4042184 or 3691202. OLE color: 3691202.

HSL color Cylindrical-coordinate representation of color #C25238: hue angle of 11.3º 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 #C25238 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1948256-
CMYK00.580.710.24
HSL11.3º55.2%49.02%-
HSV(B)11.3º71.13%76.08%-
XYZ25.9817.795.81-
YUV112.5296.11186.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=58.43%
G=24.70%
B=16.87%

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
Decimal194825600.580.710.2411.355.249.02
HexC2523803A4718b3731
Octal3021227007210730136761
Binary11000010101001011100001110101000111110001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25238; }

 p { color: rgb(194,82,56); }

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

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

 a { background-color: rgb(194,82,56); }

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

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

 span { border-color: rgb(194,82,56); }

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