#ce4940

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

Shades of Grenadier #CE4940

Tints of Grenadier #CE4940

Color information

#CE4940 (or 0xCE4940) is unknown color: approx Grenadier. HEX triplet: CE, 49 and 40. RGB value is (206,73,64). Sum of RGB (Red+Green+Blue) = 206+73+64=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4940 is #31B6BF. Grayscale: #6F6F6F. Windows color (decimal): -3258048 or 4213198. OLE color: 4213198.

HSL color Cylindrical-coordinate representation of color #CE4940: hue angle of 3.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4940 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB2067364-
CMYK00.650.690.19
HSL3.8º59.17%52.94%-
HSV(B)3.8º68.93%80.78%-
XYZ28.7618.266.86-
YUV111.74101.06195.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.06%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=60.06%
G=21.28%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206736400.650.690.193.859.1752.94
HexCE4940041451343b35
Octal31611110001011052347365
Binary110011101001001100000001000001100010110011100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce4940; }

 p { color: rgb(206,73,64); }

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

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

 a { background-color: rgb(206,73,64); }

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

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

 span { border-color: rgb(206,73,64); }

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