#E94442

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

Shades of Cinnabar #E94442

Tints of Cinnabar #E94442

Color information

#E94442 (or 0xE94442) is unknown color: approx Cinnabar. HEX triplet: E9, 44 and 42. RGB value is (233,68,66). Sum of RGB (Red+Green+Blue) = 233+68+66=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E94442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94442 is #16BBBD. Grayscale: #757575. Windows color (decimal): -1489854 or 4343017. OLE color: 4343017.

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

Color convert

RGB2336866-
CMYK00.710.720.09
HSL0.72º79.15%58.63%-
HSV(B)0.72º71.67%91.37%-
XYZ36.6521.857.44-
YUV117.1199.16210.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.49%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=63.49%
G=18.53%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233686600.710.720.090.7279.1558.63
HexE9444204748914f3b
Octal351104102010711011111773
Binary1110100110001001000010010001111001000100111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94442; }

 p { color: rgb(233,68,66); }

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

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

 a { background-color: rgb(233,68,66); }

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

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

 span { border-color: rgb(233,68,66); }

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