#E34620

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

Shades of Cinnabar #E34620

Tints of Cinnabar #E34620

Color information

#E34620 (or 0xE34620) is unknown color: approx Cinnabar. HEX triplet: E3, 46 and 20. RGB value is (227,70,32). Sum of RGB (Red+Green+Blue) = 227+70+32=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E34620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34620 is #1CB9DF. Grayscale: #707070. Windows color (decimal): -1882592 or 2115299. OLE color: 2115299.

HSL color Cylindrical-coordinate representation of color #E34620: hue angle of 11.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E34620 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB2277032-
CMYK00.690.860.11
HSL11.69º77.69%50.78%-
HSV(B)11.69º85.9%89.02%-
XYZ34.1320.823.59-
YUV112.6182.51209.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 69.00%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 32 (12.89% from 255) = 9.73%
R=69.00%
G=21.28%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227703200.690.860.1111.6977.6950.78
HexE3462004556Bc4e33
Octal343106400105126131411663
Binary111000111000110100000010001011010110101111001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34620; }

 p { color: rgb(227,70,32); }

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

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

 a { background-color: rgb(227,70,32); }

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

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

 span { border-color: rgb(227,70,32); }

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