#E9422B

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

Shades of Cinnabar #E9422B

Tints of Cinnabar #E9422B

Color information

#E9422B (or 0xE9422B) is unknown color: approx Cinnabar. HEX triplet: E9, 42 and 2B. RGB value is (233,66,43). Sum of RGB (Red+Green+Blue) = 233+66+43=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9422B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9422B is #16BDD4. Grayscale: #717171. Windows color (decimal): -1490389 or 2835177. OLE color: 2835177.

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

Color convert

RGB2336643-
CMYK00.720.820.09
HSL7.26º81.2%54.12%-
HSV(B)7.26º81.55%91.37%-
XYZ35.9921.394.52-
YUV113.3188.33213.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 68.13%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 43 (17.19% from 255) = 12.57%
R=68.13%
G=19.30%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233664300.720.820.097.2681.254.12
HexE9422B04852975136
Octal35110253011012211712166
Binary11101001100001010101101001000101001010011111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9422B; }

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

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

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

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

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

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

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

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