#E9553E

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

Shades of Cinnabar #E9553E

Tints of Cinnabar #E9553E

Color information

#E9553E (or 0xE9553E) is unknown color: approx Cinnabar. HEX triplet: E9, 55 and 3E. RGB value is (233,85,62). Sum of RGB (Red+Green+Blue) = 233+85+62=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9553E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9553E is #16AAC1. Grayscale: #7E7E7E. Windows color (decimal): -1485506 or 4085225. OLE color: 4085225.

HSL color Cylindrical-coordinate representation of color #E9553E: hue angle of 8.07º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9553E is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB2338562-
CMYK00.640.730.09
HSL8.07º79.53%57.84%-
HSV(B)8.07º73.39%91.37%-
XYZ37.7224.177.23-
YUV126.6391.53203.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.32%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=61.32%
G=22.37%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233856200.640.730.098.0779.5357.84
HexE9553E0404998503a
Octal351125760100111111012072
Binary111010011010101111110010000001001001100110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9553E; }

 p { color: rgb(233,85,62); }

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

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

 a { background-color: rgb(233,85,62); }

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

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

 span { border-color: rgb(233,85,62); }

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