#E94645

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

Shades of Cinnabar #E94645

Tints of Cinnabar #E94645

Color information

#E94645 (or 0xE94645) is unknown color: approx Cinnabar. HEX triplet: E9, 46 and 45. RGB value is (233,70,69). Sum of RGB (Red+Green+Blue) = 233+70+69=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E94645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94645 is #16B9BA. Grayscale: #767676. Windows color (decimal): -1489339 or 4540137. OLE color: 4540137.

HSL color Cylindrical-coordinate representation of color #E94645: hue angle of 0.37º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94645 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB2337069-
CMYK00.700.700.09
HSL0.37º78.85%59.22%-
HSV(B)0.37º70.39%91.37%-
XYZ36.8722.137.96-
YUV118.62100209.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.63%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=62.63%
G=18.82%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233706900.700.700.090.3778.8559.22
HexE9464504646904f3b
Octal351106105010610611011773
Binary1110100110001101000101010001101000110100101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94645; }

 p { color: rgb(233,70,69); }

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

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

 a { background-color: rgb(233,70,69); }

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

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

 span { border-color: rgb(233,70,69); }

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