#E94C1B

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

Shades of Cinnabar #E94C1B

Tints of Cinnabar #E94C1B

Color information

#E94C1B (or 0xE94C1B) is unknown color: approx Cinnabar. HEX triplet: E9, 4C and 1B. RGB value is (233,76,27). Sum of RGB (Red+Green+Blue) = 233+76+27=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C1B is #16B3E4. Grayscale: #757575. Windows color (decimal): -1487845 or 1789161. OLE color: 1789161.

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

Color convert

RGB2337627-
CMYK00.670.880.09
HSL14.27º82.4%50.98%-
HSV(B)14.27º88.41%91.37%-
XYZ36.3922.573.48-
YUV117.3677.01210.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 69.35%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 27 (10.94% from 255) = 8.04%
R=69.35%
G=22.62%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233762700.670.880.0914.2782.450.98
HexE94C1B043589e5233
Octal351114330103130111612263
Binary11101001100110011011010000111011000100111101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94C1B; }

 p { color: rgb(233,76,27); }

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

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

 a { background-color: rgb(233,76,27); }

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

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

 span { border-color: rgb(233,76,27); }

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