#E94140

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

Shades of Cinnabar #E94140

Tints of Cinnabar #E94140

Color information

#E94140 (or 0xE94140) is unknown color: approx Cinnabar. HEX triplet: E9, 41 and 40. RGB value is (233,65,64). Sum of RGB (Red+Green+Blue) = 233+65+64=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E94140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94140 is #16BEBF. Grayscale: #737373. Windows color (decimal): -1490624 or 4211177. OLE color: 4211177.

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

Color convert

RGB2336564-
CMYK00.720.730.09
HSL0.36º79.34%58.24%-
HSV(B)0.36º72.53%91.37%-
XYZ36.4221.477.08-
YUV115.1299.16212.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.36%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=64.36%
G=17.96%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233656400.720.730.090.3679.3458.24
HexE9414004849904f3a
Octal351101100011011111011772
Binary1110100110000011000000010010001001001100101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94140; }

 p { color: rgb(233,65,64); }

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

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

 a { background-color: rgb(233,65,64); }

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

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

 span { border-color: rgb(233,65,64); }

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