#E54740

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

Shades of Cinnabar #E54740

Tints of Cinnabar #E54740

Color information

#E54740 (or 0xE54740) is unknown color: approx Cinnabar. HEX triplet: E5, 47 and 40. RGB value is (229,71,64). Sum of RGB (Red+Green+Blue) = 229+71+64=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E54740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54740 is #1AB8BF. Grayscale: #757575. Windows color (decimal): -1751232 or 4212709. OLE color: 4212709.

HSL color Cylindrical-coordinate representation of color #E54740: hue angle of 2.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54740 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB2297164-
CMYK00.690.720.10
HSL2.55º76.04%57.45%-
HSV(B)2.55º72.05%89.8%-
XYZ35.4921.537.14-
YUV117.4497.85207.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.91%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=62.91%
G=19.51%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229716400.690.720.102.5576.0457.45
HexE5474004548A34c39
Octal345107100010511012311471
Binary11100101100011110000000100010110010001010111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54740; }

 p { color: rgb(229,71,64); }

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

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

 a { background-color: rgb(229,71,64); }

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

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

 span { border-color: rgb(229,71,64); }

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