#E2543A

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

Shades of Cinnabar #E2543A

Tints of Cinnabar #E2543A

Color information

#E2543A (or 0xE2543A) is unknown color: approx Cinnabar. HEX triplet: E2, 54 and 3A. RGB value is (226,84,58). Sum of RGB (Red+Green+Blue) = 226+84+58=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2543A is #1DABC5. Grayscale: #7B7B7B. Windows color (decimal): -1944518 or 3822818. OLE color: 3822818.

HSL color Cylindrical-coordinate representation of color #E2543A: hue angle of 9.29º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2543A is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB2268458-
CMYK00.630.740.11
HSL9.29º74.34%55.69%-
HSV(B)9.29º74.34%88.63%-
XYZ35.322.816.55-
YUV123.4991.04201.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.41%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 58 (23.05% from 255) = 15.76%
R=61.41%
G=22.83%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226845800.630.740.119.2974.3455.69
HexE2543A03F4AB94a38
Octal34212472077112131111270
Binary11100010101010011101001111111001010101110011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2543A; }

 p { color: rgb(226,84,58); }

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

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

 a { background-color: rgb(226,84,58); }

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

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

 span { border-color: rgb(226,84,58); }

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