#E2492C

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

Shades of Cinnabar #E2492C

Tints of Cinnabar #E2492C

Color information

#E2492C (or 0xE2492C) is unknown color: approx Cinnabar. HEX triplet: E2, 49 and 2C. RGB value is (226,73,44). Sum of RGB (Red+Green+Blue) = 226+73+44=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2492C is #1DB6D3. Grayscale: #737373. Windows color (decimal): -1947348 or 2902498. OLE color: 2902498.

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

Color convert

RGB2267344-
CMYK00.680.810.11
HSL9.56º75.83%52.94%-
HSV(B)9.56º80.53%88.63%-
XYZ34.221.124.66-
YUV115.4487.69206.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.89%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 44 (17.58% from 255) = 12.83%
R=65.89%
G=21.28%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226734400.680.810.119.5675.8352.94
HexE2492C04451Ba4c35
Octal342111540104121131211465
Binary111000101001001101100010001001010001101110101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2492C; }

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

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

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

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

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

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

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

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