#EA4D39

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

Shades of Cinnabar #EA4D39

Tints of Cinnabar #EA4D39

Color information

#EA4D39 (or 0xEA4D39) is unknown color: approx Cinnabar. HEX triplet: EA, 4D and 39. RGB value is (234,77,57). Sum of RGB (Red+Green+Blue) = 234+77+57=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D39 is #15B2C6. Grayscale: #797979. Windows color (decimal): -1422023 or 3755498. OLE color: 3755498.

HSL color Cylindrical-coordinate representation of color #EA4D39: hue angle of 6.78º 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 #EA4D39 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2347757-
CMYK00.670.760.08
HSL6.78º80.82%57.06%-
HSV(B)6.78º75.64%91.76%-
XYZ37.3223.16.36-
YUV121.6691.51208.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.59%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 57 (22.66% from 255) = 15.49%
R=63.59%
G=20.92%
B=15.49%

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
Decimal234775700.670.760.086.7880.8257.06
HexEA4D390434C875139
Octal35211571010311410712171
Binary11101010100110111100101000011100110010001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4D39; }

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

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

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

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

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

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

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

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