#E54840

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

Shades of Cinnabar #E54840

Tints of Cinnabar #E54840

Color information

#E54840 (or 0xE54840) is unknown color: approx Cinnabar. HEX triplet: E5, 48 and 40. RGB value is (229,72,64). Sum of RGB (Red+Green+Blue) = 229+72+64=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E54840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54840 is #1AB7BF. Grayscale: #767676. Windows color (decimal): -1750976 or 4212965. OLE color: 4212965.

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

Color convert

RGB2297264-
CMYK00.690.720.10
HSL2.91º76.04%57.45%-
HSV(B)2.91º72.05%89.8%-
XYZ35.5621.667.16-
YUV118.0397.51207.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=62.74%
G=19.73%
B=17.53%

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
Decimal229726400.690.720.102.9176.0457.45
HexE5484004548A34c39
Octal345110100010511012311471
Binary11100101100100010000000100010110010001010111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54840; }

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

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

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

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

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

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

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

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