#EA4E39

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

Shades of Cinnabar #EA4E39

Tints of Cinnabar #EA4E39

Color information

#EA4E39 (or 0xEA4E39) is unknown color: approx Cinnabar. HEX triplet: EA, 4E and 39. RGB value is (234,78,57). Sum of RGB (Red+Green+Blue) = 234+78+57=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4E39 is #15B1C6. Grayscale: #7A7A7A. Windows color (decimal): -1421767 or 3755754. OLE color: 3755754.

HSL color Cylindrical-coordinate representation of color #EA4E39: hue angle of 7.12º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA4E39 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2347857-
CMYK00.670.760.08
HSL7.12º80.82%57.06%-
HSV(B)7.12º75.64%91.76%-
XYZ37.3923.246.39-
YUV122.2591.18207.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.41%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 57 (22.66% from 255) = 15.45%
R=63.41%
G=21.14%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234785700.670.760.087.1280.8257.06
HexEA4E390434C875139
Octal35211671010311410712171
Binary11101010100111011100101000011100110010001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4E39; }

 p { color: rgb(234,78,57); }

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

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

 a { background-color: rgb(234,78,57); }

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

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

 span { border-color: rgb(234,78,57); }

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