#E93E1B

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

Shades of Cinnabar #E93E1B

Tints of Cinnabar #E93E1B

Color information

#E93E1B (or 0xE93E1B) is unknown color: approx Cinnabar. HEX triplet: E9, 3E and 1B. RGB value is (233,62,27). Sum of RGB (Red+Green+Blue) = 233+62+27=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93E1B is #16C1E4. Grayscale: #6D6D6D. Windows color (decimal): -1491429 or 1785577. OLE color: 1785577.

HSL color Cylindrical-coordinate representation of color #E93E1B: hue angle of 10.19º 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 #E93E1B is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB2336227-
CMYK00.730.880.09
HSL10.19º82.4%50.98%-
HSV(B)10.19º88.41%91.37%-
XYZ35.5220.853.19-
YUV109.1481.65216.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 72.36%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 27 (10.94% from 255) = 8.39%
R=72.36%
G=19.25%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233622700.730.880.0910.1982.450.98
HexE93E1B049589a5233
Octal35176330111130111212263
Binary1110100111111011011010010011011000100110101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93E1B; }

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

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

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

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

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

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

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

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