#EA3F20

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

Shades of Cinnabar #EA3F20

Tints of Cinnabar #EA3F20

Color information

#EA3F20 (or 0xEA3F20) is unknown color: approx Cinnabar. HEX triplet: EA, 3F and 20. RGB value is (234,63,32). Sum of RGB (Red+Green+Blue) = 234+63+32=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3F20 is #15C0DF. Grayscale: #6E6E6E. Windows color (decimal): -1425632 or 2113514. OLE color: 2113514.

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

Color convert

RGB2346332-
CMYK00.730.860.08
HSL9.21º82.79%52.16%-
HSV(B)9.21º86.32%91.76%-
XYZ35.9721.153.55-
YUV110.5983.65216.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 71.12%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 32 (12.89% from 255) = 9.73%
R=71.12%
G=19.15%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234633200.730.860.089.2182.7952.16
HexEA3F2004956895334
Octal35277400111126101112364
Binary11101010111111100000010010011010110100010011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3F20; }

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

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

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

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

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

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

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

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