#C2513E

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

Shades of Grenadier #C2513E

Tints of Grenadier #C2513E

Color information

#C2513E (or 0xC2513E) is unknown color: approx Grenadier. HEX triplet: C2, 51 and 3E. RGB value is (194,81,62). Sum of RGB (Red+Green+Blue) = 194+81+62=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2513E is #3DAEC1. Grayscale: #707070. Windows color (decimal): -4042434 or 4084162. OLE color: 4084162.

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

Color convert

RGB1948162-
CMYK00.580.680.24
HSL8.64º51.97%50.2%-
HSV(B)8.64º68.04%76.08%-
XYZ26.0617.76.6-
YUV112.6299.44186.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.57%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 62 (24.61% from 255) = 18.40%
R=57.57%
G=24.04%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194816200.580.680.248.6451.9750.2
HexC2513E03A441893432
Octal3021217607210430116462
Binary11000010101000111111001110101000100110001001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2513E; }

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

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

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

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

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

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

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

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