#E2493B

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

Shades of Cinnabar #E2493B

Tints of Cinnabar #E2493B

Color information

#E2493B (or 0xE2493B) is unknown color: approx Cinnabar. HEX triplet: E2, 49 and 3B. RGB value is (226,73,59). Sum of RGB (Red+Green+Blue) = 226+73+59=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2493B is #1DB6C4. Grayscale: #757575. Windows color (decimal): -1947333 or 3885538. OLE color: 3885538.

HSL color Cylindrical-coordinate representation of color #E2493B: hue angle of 5.03º 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 #E2493B is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB2267359-
CMYK00.680.740.11
HSL5.03º74.22%55.88%-
HSV(B)5.03º73.89%88.63%-
XYZ34.5421.256.42-
YUV117.1595.19205.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.13%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 59 (23.44% from 255) = 16.48%
R=63.13%
G=20.39%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226735900.680.740.115.0374.2255.88
HexE2493B0444AB54a38
Octal34211173010411213511270
Binary11100010100100111101101000100100101010111011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2493B; }

 p { color: rgb(226,73,59); }

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

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

 a { background-color: rgb(226,73,59); }

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

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

 span { border-color: rgb(226,73,59); }

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