#C94132

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

Shades of Grenadier #C94132

Tints of Grenadier #C94132

Color information

#C94132 (or 0xC94132) is unknown color: approx Grenadier. HEX triplet: C9, 41 and 32. RGB value is (201,65,50). Sum of RGB (Red+Green+Blue) = 201+65+50=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C94132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94132 is #36BECD. Grayscale: #686868. Windows color (decimal): -3587790 or 3293641. OLE color: 3293641.

HSL color Cylindrical-coordinate representation of color #C94132: hue angle of 5.96º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C94132 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2016550-
CMYK00.680.750.21
HSL5.96º60.16%49.22%-
HSV(B)5.96º75.12%78.82%-
XYZ26.5516.434.79-
YUV103.9597.56197.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.61%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 50 (19.92% from 255) = 15.82%
R=63.61%
G=20.57%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201655000.680.750.215.9660.1649.22
HexC941320444B1563c31
Octal3111016201041132567461
Binary11001001100000111001001000100100101110101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94132; }

 p { color: rgb(201,65,50); }

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

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

 a { background-color: rgb(201,65,50); }

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

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

 span { border-color: rgb(201,65,50); }

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