#E94C28

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

Shades of Cinnabar #E94C28

Tints of Cinnabar #E94C28

Color information

#E94C28 (or 0xE94C28) is unknown color: approx Cinnabar. HEX triplet: E9, 4C and 28. RGB value is (233,76,40). Sum of RGB (Red+Green+Blue) = 233+76+40=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C28 is #16B3D7. Grayscale: #777777. Windows color (decimal): -1487832 or 2641129. OLE color: 2641129.

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

Color convert

RGB2337640-
CMYK00.670.830.09
HSL11.19º81.43%53.53%-
HSV(B)11.19º82.83%91.37%-
XYZ36.5722.654.45-
YUV118.8483.51209.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.76%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 40 (16.02% from 255) = 11.46%
R=66.76%
G=21.78%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233764000.670.830.0911.1981.4353.53
HexE94C28043539b5136
Octal351114500103123111312166
Binary111010011001100101000010000111010011100110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94C28; }

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

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

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

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

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

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

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

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