#E94340

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

Shades of Cinnabar #E94340

Tints of Cinnabar #E94340

Color information

#E94340 (or 0xE94340) is unknown color: approx Cinnabar. HEX triplet: E9, 43 and 40. RGB value is (233,67,64). Sum of RGB (Red+Green+Blue) = 233+67+64=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E94340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94340 is #16BCBF. Grayscale: #747474. Windows color (decimal): -1490112 or 4211689. OLE color: 4211689.

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

Color convert

RGB2336764-
CMYK00.710.730.09
HSL1.07º79.34%58.24%-
HSV(B)1.07º72.53%91.37%-
XYZ36.5421.717.11-
YUV116.2998.5211.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.01%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=64.01%
G=18.41%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233676400.710.730.091.0779.3458.24
HexE9434004749914f3a
Octal351103100010711111111772
Binary1110100110000111000000010001111001001100111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94340; }

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

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

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

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

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

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

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

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