#E94D2A

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

Shades of Cinnabar #E94D2A

Tints of Cinnabar #E94D2A

Color information

#E94D2A (or 0xE94D2A) is unknown color: approx Cinnabar. HEX triplet: E9, 4D and 2A. RGB value is (233,77,42). Sum of RGB (Red+Green+Blue) = 233+77+42=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D2A is #16B2D5. Grayscale: #777777. Windows color (decimal): -1487574 or 2772457. OLE color: 2772457.

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

Color convert

RGB2337742-
CMYK00.670.820.09
HSL10.99º81.28%53.92%-
HSV(B)10.99º81.97%91.37%-
XYZ36.6822.84.66-
YUV119.6584.18208.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.19%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=66.19%
G=21.88%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233774200.670.820.0910.9981.2853.92
HexE94D2A043529b5136
Octal351115520103122111312166
Binary111010011001101101010010000111010010100110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94D2A; }

 p { color: rgb(233,77,42); }

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

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

 a { background-color: rgb(233,77,42); }

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

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

 span { border-color: rgb(233,77,42); }

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