#C94E3F

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

Shades of Grenadier #C94E3F

Tints of Grenadier #C94E3F

Color information

#C94E3F (or 0xC94E3F) is unknown color: approx Grenadier. HEX triplet: C9, 4E and 3F. RGB value is (201,78,63). Sum of RGB (Red+Green+Blue) = 201+78+63=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94E3F is #36B1C0. Grayscale: #717171. Windows color (decimal): -3584449 or 4148937. OLE color: 4148937.

HSL color Cylindrical-coordinate representation of color #C94E3F: hue angle of 6.52º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94E3F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB2017863-
CMYK00.610.690.21
HSL6.52º56.1%51.76%-
HSV(B)6.52º68.66%78.82%-
XYZ27.7118.236.76-
YUV113.0799.75190.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.77%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 63 (25% from 255) = 18.42%
R=58.77%
G=22.81%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201786300.610.690.216.5256.151.76
HexC94E3F03D451573834
Octal311116770751052577064
Binary1100100110011101111110111101100010110101111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94E3F; }

 p { color: rgb(201,78,63); }

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

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

 a { background-color: rgb(201,78,63); }

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

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

 span { border-color: rgb(201,78,63); }

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