#e94d3b

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

Shades of Cinnabar #E94D3B

Tints of Cinnabar #E94D3B

Color information

#E94D3B (or 0xE94D3B) is unknown color: approx Cinnabar. HEX triplet: E9, 4D and 3B. RGB value is (233,77,59). Sum of RGB (Red+Green+Blue) = 233+77+59=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D3B is #16B2C4. Grayscale: #797979. Windows color (decimal): -1487557 or 3886569. OLE color: 3886569.

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

Color convert

RGB2337759-
CMYK00.670.750.09
HSL6.21º79.82%57.25%-
HSV(B)6.21º74.68%91.37%-
XYZ37.0522.956.61-
YUV121.5992.68207.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.14%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 59 (23.44% from 255) = 15.99%
R=63.14%
G=20.87%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233775900.670.750.096.2179.8257.25
HexE94D3B0434B965039
Octal35111573010311311612071
Binary11101001100110111101101000011100101110011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e94d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e94d3b; }

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

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

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

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

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

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

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

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