#E54940

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

Shades of Cinnabar #E54940

Tints of Cinnabar #E54940

Color information

#E54940 (or 0xE54940) is unknown color: approx Cinnabar. HEX triplet: E5, 49 and 40. RGB value is (229,73,64). Sum of RGB (Red+Green+Blue) = 229+73+64=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E54940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54940 is #1AB6BF. Grayscale: #767676. Windows color (decimal): -1750720 or 4213221. OLE color: 4213221.

HSL color Cylindrical-coordinate representation of color #E54940: hue angle of 3.27º 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 #E54940 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB2297364-
CMYK00.680.720.10
HSL3.27º76.04%57.45%-
HSV(B)3.27º72.05%89.8%-
XYZ35.6221.797.18-
YUV118.6297.18206.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.57%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=62.57%
G=19.95%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229736400.680.720.103.2776.0457.45
HexE5494004448A34c39
Octal345111100010411012311471
Binary11100101100100110000000100010010010001010111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54940; }

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

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

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

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

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

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

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

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