#E54A40

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

Shades of Cinnabar #E54A40

Tints of Cinnabar #E54A40

Color information

#E54A40 (or 0xE54A40) is unknown color: approx Cinnabar. HEX triplet: E5, 4A and 40. RGB value is (229,74,64). Sum of RGB (Red+Green+Blue) = 229+74+64=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A40 is #1AB5BF. Grayscale: #777777. Windows color (decimal): -1750464 or 4213477. OLE color: 4213477.

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

Color convert

RGB2297464-
CMYK00.680.720.10
HSL3.64º76.04%57.45%-
HSV(B)3.64º72.05%89.8%-
XYZ35.6921.937.2-
YUV119.296.85206.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.40%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=62.40%
G=20.16%
B=17.44%

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
Decimal229746400.680.720.103.6476.0457.45
HexE54A4004448A44c39
Octal345112100010411012411471
Binary111001011001010100000001000100100100010101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A40; }

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

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

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

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

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

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

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

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