#EA3620

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

Shades of Cinnabar #EA3620

Tints of Cinnabar #EA3620

Color information

#EA3620 (or 0xEA3620) is unknown color: approx Cinnabar. HEX triplet: EA, 36 and 20. RGB value is (234,54,32). Sum of RGB (Red+Green+Blue) = 234+54+32=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3620 is #15C9DF. Grayscale: #696969. Windows color (decimal): -1427936 or 2111210. OLE color: 2111210.

HSL color Cylindrical-coordinate representation of color #EA3620: hue angle of 6.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA3620 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB2345432-
CMYK00.770.860.08
HSL6.53º82.79%52.16%-
HSV(B)6.53º86.32%91.76%-
XYZ35.5120.243.4-
YUV105.3186.63219.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 73.12%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 32 (12.89% from 255) = 10%
R=73.12%
G=16.88%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234543200.770.860.086.5382.7952.16
HexEA362004D56875334
Octal3526640011512610712364
Binary1110101011011010000001001101101011010001111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3620; }

 p { color: rgb(234,54,32); }

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

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

 a { background-color: rgb(234,54,32); }

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

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

 span { border-color: rgb(234,54,32); }

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