#E94F3E

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

Shades of Cinnabar #E94F3E

Tints of Cinnabar #E94F3E

Color information

#E94F3E (or 0xE94F3E) is unknown color: approx Cinnabar. HEX triplet: E9, 4F and 3E. RGB value is (233,79,62). Sum of RGB (Red+Green+Blue) = 233+79+62=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94F3E is #16B0C1. Grayscale: #7B7B7B. Windows color (decimal): -1487042 or 4083689. OLE color: 4083689.

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

Color convert

RGB2337962-
CMYK00.660.730.09
HSL5.96º79.53%57.84%-
HSV(B)5.96º73.39%91.37%-
XYZ37.2723.267.08-
YUV123.1193.52206.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.30%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=62.30%
G=21.12%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233796200.660.730.095.9679.5357.84
HexE94F3E0424996503a
Octal35111776010211111612072
Binary11101001100111111111001000010100100110011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94F3E; }

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

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

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

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

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

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

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

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