#E54340

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

Shades of Cinnabar #E54340

Tints of Cinnabar #E54340

Color information

#E54340 (or 0xE54340) is unknown color: approx Cinnabar. HEX triplet: E5, 43 and 40. RGB value is (229,67,64). Sum of RGB (Red+Green+Blue) = 229+67+64=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E54340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54340 is #1ABCBF. Grayscale: #737373. Windows color (decimal): -1752256 or 4211685. OLE color: 4211685.

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

Color convert

RGB2296764-
CMYK00.710.720.10
HSL1.09º76.04%57.45%-
HSV(B)1.09º72.05%89.8%-
XYZ35.2521.047.05-
YUV115.199.17209.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.61%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=63.61%
G=18.61%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229676400.710.720.101.0976.0457.45
HexE5434004748A14c39
Octal345103100010711012111471
Binary1110010110000111000000010001111001000101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54340; }

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

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

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

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

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

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

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

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