#E94A3D

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

Shades of Cinnabar #E94A3D

Tints of Cinnabar #E94A3D

Color information

#E94A3D (or 0xE94A3D) is unknown color: approx Cinnabar. HEX triplet: E9, 4A and 3D. RGB value is (233,74,61). Sum of RGB (Red+Green+Blue) = 233+74+61=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A3D is #16B5C2. Grayscale: #787878. Windows color (decimal): -1488323 or 4016873. OLE color: 4016873.

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

Color convert

RGB2337461-
CMYK00.680.740.09
HSL4.53º79.63%57.65%-
HSV(B)4.53º73.82%91.37%-
XYZ36.922.566.82-
YUV120.0694.68208.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.32%
GREEN value IS 74 (29.30% from 255) = 20.11%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=63.32%
G=20.11%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233746100.680.740.094.5379.6357.65
HexE94A3D0444A95503a
Octal35111275010411211512072
Binary11101001100101011110101000100100101010011011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A3D; }

 p { color: rgb(233,74,61); }

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

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

 a { background-color: rgb(233,74,61); }

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

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

 span { border-color: rgb(233,74,61); }

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