#E34D3E

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

Shades of Cinnabar #E34D3E

Tints of Cinnabar #E34D3E

Color information

#E34D3E (or 0xE34D3E) is unknown color: approx Cinnabar. HEX triplet: E3, 4D and 3E. RGB value is (227,77,62). Sum of RGB (Red+Green+Blue) = 227+77+62=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34D3E is #1CB2C1. Grayscale: #787878. Windows color (decimal): -1880770 or 4083171. OLE color: 4083171.

HSL color Cylindrical-coordinate representation of color #E34D3E: hue angle of 5.45º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E34D3E is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB2277762-
CMYK00.660.730.11
HSL5.45º74.66%56.67%-
HSV(B)5.45º72.69%89.02%-
XYZ35.221.996.95-
YUV120.1495.2204.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 62.02%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=62.02%
G=21.04%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227776200.660.730.115.4574.6656.67
HexE34D3E04249B54b39
Octal34311576010211113511371
Binary11100011100110111111001000010100100110111011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34D3E; }

 p { color: rgb(227,77,62); }

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

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

 a { background-color: rgb(227,77,62); }

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

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

 span { border-color: rgb(227,77,62); }

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