#E54640

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

Shades of Cinnabar #E54640

Tints of Cinnabar #E54640

Color information

#E54640 (or 0xE54640) is unknown color: approx Cinnabar. HEX triplet: E5, 46 and 40. RGB value is (229,70,64). Sum of RGB (Red+Green+Blue) = 229+70+64=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E54640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54640 is #1AB9BF. Grayscale: #757575. Windows color (decimal): -1751488 or 4212453. OLE color: 4212453.

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

Color convert

RGB2297064-
CMYK00.690.720.10
HSL2.18º76.04%57.45%-
HSV(B)2.18º72.05%89.8%-
XYZ35.4321.417.12-
YUV116.8698.18207.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.09%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=63.09%
G=19.28%
B=17.63%

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
Decimal229706400.690.720.102.1876.0457.45
HexE5464004548A24c39
Octal345106100010511012211471
Binary11100101100011010000000100010110010001010101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54640; }

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

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

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

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

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

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

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

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