#E94D38

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

Shades of Cinnabar #E94D38

Tints of Cinnabar #E94D38

Color information

#E94D38 (or 0xE94D38) is unknown color: approx Cinnabar. HEX triplet: E9, 4D and 38. RGB value is (233,77,56). Sum of RGB (Red+Green+Blue) = 233+77+56=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D38 is #16B2C7. Grayscale: #797979. Windows color (decimal): -1487560 or 3689961. OLE color: 3689961.

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

Color convert

RGB2337756-
CMYK00.670.760.09
HSL7.12º80.09%56.67%-
HSV(B)7.12º75.97%91.37%-
XYZ36.9722.926.22-
YUV121.2591.18207.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.66%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 56 (22.27% from 255) = 15.30%
R=63.66%
G=21.04%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233775600.670.760.097.1280.0956.67
HexE94D380434C975039
Octal35111570010311411712071
Binary11101001100110111100001000011100110010011111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94D38; }

 p { color: rgb(233,77,56); }

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

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

 a { background-color: rgb(233,77,56); }

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

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

 span { border-color: rgb(233,77,56); }

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