#E94A42

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

Shades of Cinnabar #E94A42

Tints of Cinnabar #E94A42

Color information

#E94A42 (or 0xE94A42) is unknown color: approx Cinnabar. HEX triplet: E9, 4A and 42. RGB value is (233,74,66). Sum of RGB (Red+Green+Blue) = 233+74+66=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A42 is #16B5BD. Grayscale: #787878. Windows color (decimal): -1488318 or 4344553. OLE color: 4344553.

HSL color Cylindrical-coordinate representation of color #E94A42: hue angle of 2.87º 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 #E94A42 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2337466-
CMYK00.680.720.09
HSL2.87º79.15%58.63%-
HSV(B)2.87º71.67%91.37%-
XYZ37.0422.617.57-
YUV120.6397.18208.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.47%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=62.47%
G=19.84%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233746600.680.720.092.8779.1558.63
HexE94A4204448934f3b
Octal351112102010411011311773
Binary11101001100101010000100100010010010001001111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A42; }

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

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

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

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

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

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

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

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