#E94136

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

Shades of Cinnabar #E94136

Tints of Cinnabar #E94136

Color information

#E94136 (or 0xE94136) is unknown color: approx Cinnabar. HEX triplet: E9, 41 and 36. RGB value is (233,65,54). Sum of RGB (Red+Green+Blue) = 233+65+54=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E94136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94136 is #16BEC9. Grayscale: #727272. Windows color (decimal): -1490634 or 3555817. OLE color: 3555817.

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

Color convert

RGB2336554-
CMYK00.720.770.09
HSL3.69º80.27%56.27%-
HSV(B)3.69º76.82%91.37%-
XYZ36.1621.375.71-
YUV113.9894.16212.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.19%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=66.19%
G=18.47%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233655400.720.770.093.6980.2756.27
HexE941360484D945038
Octal35110166011011511412070
Binary11101001100000111011001001000100110110011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94136; }

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

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

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

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

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

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

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

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