#EA3B39

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

Shades of Cinnabar #EA3B39

Tints of Cinnabar #EA3B39

Color information

#EA3B39 (or 0xEA3B39) is unknown color: approx Cinnabar. HEX triplet: EA, 3B and 39. RGB value is (234,59,57). Sum of RGB (Red+Green+Blue) = 234+59+57=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3B39 is #15C4C6. Grayscale: #6F6F6F. Windows color (decimal): -1426631 or 3750890. OLE color: 3750890.

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

Color convert

RGB2345957-
CMYK00.750.760.08
HSL0.68º80.82%57.06%-
HSV(B)0.68º75.64%91.76%-
XYZ36.2320.926-
YUV111.197.48215.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.86%
GREEN value IS 59 (23.44% from 255) = 16.86%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=66.86%
G=16.86%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234595700.750.760.080.6880.8257.06
HexEA3B3904B4C815139
Octal3527371011311410112171
Binary11101010111011111001010010111001100100011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3B39; }

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

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

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

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

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

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

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

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