#E93C1C

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

Shades of Cinnabar #E93C1C

Tints of Cinnabar #E93C1C

Color information

#E93C1C (or 0xE93C1C) is unknown color: approx Cinnabar. HEX triplet: E9, 3C and 1C. RGB value is (233,60,28). Sum of RGB (Red+Green+Blue) = 233+60+28=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C1C is #16C3E3. Grayscale: #6C6C6C. Windows color (decimal): -1491940 or 1850601. OLE color: 1850601.

HSL color Cylindrical-coordinate representation of color #E93C1C: hue angle of 9.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E93C1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB2336028-
CMYK00.740.880.09
HSL9.37º82.33%51.18%-
HSV(B)9.37º87.98%91.37%-
XYZ35.4320.643.22-
YUV108.0882.81217.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 72.59%
GREEN value IS 60 (23.83% from 255) = 18.69%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=72.59%
G=18.69%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233602800.740.880.099.3782.3351.18
HexE93C1C04A58995233
Octal35174340112130111112263
Binary1110100111110011100010010101011000100110011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93C1C; }

 p { color: rgb(233,60,28); }

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

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

 a { background-color: rgb(233,60,28); }

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

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

 span { border-color: rgb(233,60,28); }

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