#E54745

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

Shades of Cinnabar #E54745

Tints of Cinnabar #E54745

Color information

#E54745 (or 0xE54745) is unknown color: approx Cinnabar. HEX triplet: E5, 47 and 45. RGB value is (229,71,69). Sum of RGB (Red+Green+Blue) = 229+71+69=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E54745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54745 is #1AB8BA. Grayscale: #767676. Windows color (decimal): -1751227 or 4540389. OLE color: 4540389.

HSL color Cylindrical-coordinate representation of color #E54745: hue angle of 0.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54745 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB2297169-
CMYK00.690.700.10
HSL0.75º75.47%58.43%-
HSV(B)0.75º69.87%89.8%-
XYZ35.6421.597.92-
YUV118.01100.35207.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.06%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=62.06%
G=19.24%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229716900.690.700.100.7575.4758.43
HexE5474504546A14b3a
Octal345107105010510612111372
Binary1110010110001111000101010001011000110101011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54745; }

 p { color: rgb(229,71,69); }

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

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

 a { background-color: rgb(229,71,69); }

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

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

 span { border-color: rgb(229,71,69); }

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