#E93E2C

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

Shades of Cinnabar #E93E2C

Tints of Cinnabar #E93E2C

Color information

#E93E2C (or 0xE93E2C) is unknown color: approx Cinnabar. HEX triplet: E9, 3E and 2C. RGB value is (233,62,44). Sum of RGB (Red+Green+Blue) = 233+62+44=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93E2C is #16C1D3. Grayscale: #6F6F6F. Windows color (decimal): -1491412 or 2899689. OLE color: 2899689.

HSL color Cylindrical-coordinate representation of color #E93E2C: hue angle of 5.71º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E93E2C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2336244-
CMYK00.730.810.09
HSL5.71º81.12%54.31%-
HSV(B)5.71º81.12%91.37%-
XYZ35.7820.954.54-
YUV111.0890.15214.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 68.73%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 44 (17.58% from 255) = 12.98%
R=68.73%
G=18.29%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233624400.730.810.095.7181.1254.31
HexE93E2C04951965136
Octal3517654011112111612166
Binary1110100111111010110001001001101000110011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93E2C; }

 p { color: rgb(233,62,44); }

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

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

 a { background-color: rgb(233,62,44); }

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

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

 span { border-color: rgb(233,62,44); }

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