#E94A26

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

Shades of Cinnabar #E94A26

Tints of Cinnabar #E94A26

Color information

#E94A26 (or 0xE94A26) is unknown color: approx Cinnabar. HEX triplet: E9, 4A and 26. RGB value is (233,74,38). Sum of RGB (Red+Green+Blue) = 233+74+38=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A26 is #16B5D9. Grayscale: #757575. Windows color (decimal): -1488346 or 2509545. OLE color: 2509545.

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

Color convert

RGB2337438-
CMYK00.680.840.09
HSL11.08º81.59%53.14%-
HSV(B)11.08º83.69%91.37%-
XYZ36.422.364.23-
YUV117.4483.18210.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 67.54%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=67.54%
G=21.45%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233743800.680.840.0911.0881.5953.14
HexE94A26044549b5235
Octal351112460104124111312265
Binary111010011001010100110010001001010100100110111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A26; }

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

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

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

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

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

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

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

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