#E3523F

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

Shades of Cinnabar #E3523F

Tints of Cinnabar #E3523F

Color information

#E3523F (or 0xE3523F) is unknown color: approx Cinnabar. HEX triplet: E3, 52 and 3F. RGB value is (227,82,63). Sum of RGB (Red+Green+Blue) = 227+82+63=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E3523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3523F is #1CADC0. Grayscale: #7B7B7B. Windows color (decimal): -1879489 or 4149987. OLE color: 4149987.

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

Color convert

RGB2278263-
CMYK00.640.720.11
HSL6.95º74.55%56.86%-
HSV(B)6.95º72.25%89.02%-
XYZ35.5922.727.21-
YUV123.1994.04202.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.02%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 63 (25% from 255) = 16.94%
R=61.02%
G=22.04%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227826300.640.720.116.9574.5556.86
HexE3523F04048B74b39
Octal34312277010011013711371
Binary11100011101001011111101000000100100010111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3523F; }

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

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

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

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

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

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

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

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