#E1492A

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

Shades of Cinnabar #E1492A

Tints of Cinnabar #E1492A

Color information

#E1492A (or 0xE1492A) is unknown color: approx Cinnabar. HEX triplet: E1, 49 and 2A. RGB value is (225,73,42). Sum of RGB (Red+Green+Blue) = 225+73+42=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1492A is #1EB6D5. Grayscale: #737373. Windows color (decimal): -2012886 or 2771425. OLE color: 2771425.

HSL color Cylindrical-coordinate representation of color #E1492A: hue angle of 10.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1492A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB2257342-
CMYK00.680.810.12
HSL10.16º75.31%52.35%-
HSV(B)10.16º81.33%88.24%-
XYZ33.8520.944.45-
YUV114.9186.86206.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.18%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=66.18%
G=21.47%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225734200.680.810.1210.1675.3152.35
HexE1492A04451Ca4b34
Octal341111520104121141211364
Binary111000011001001101010010001001010001110010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1492A; }

 p { color: rgb(225,73,42); }

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

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

 a { background-color: rgb(225,73,42); }

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

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

 span { border-color: rgb(225,73,42); }

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