#E3522C

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

Shades of Cinnabar #E3522C

Tints of Cinnabar #E3522C

Color information

#E3522C (or 0xE3522C) is unknown color: approx Cinnabar. HEX triplet: E3, 52 and 2C. RGB value is (227,82,44). Sum of RGB (Red+Green+Blue) = 227+82+44=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3522C is #1CADD3. Grayscale: #797979. Windows color (decimal): -1879508 or 2904803. OLE color: 2904803.

HSL color Cylindrical-coordinate representation of color #E3522C: hue angle of 12.46º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3522C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2278244-
CMYK00.640.810.11
HSL12.46º76.57%53.14%-
HSV(B)12.46º80.62%89.02%-
XYZ35.1522.554.88-
YUV121.0284.54203.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.31%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 44 (17.58% from 255) = 12.46%
R=64.31%
G=23.23%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227824400.640.810.1112.4676.5753.14
HexE3522C04051Bc4d35
Octal343122540100121131411565
Binary111000111010010101100010000001010001101111001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3522C; }

 p { color: rgb(227,82,44); }

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

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

 a { background-color: rgb(227,82,44); }

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

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

 span { border-color: rgb(227,82,44); }

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