#E5502B

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

Shades of Cinnabar #E5502B

Tints of Cinnabar #E5502B

Color information

#E5502B (or 0xE5502B) is unknown color: approx Cinnabar. HEX triplet: E5, 50 and 2B. RGB value is (229,80,43). Sum of RGB (Red+Green+Blue) = 229+80+43=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E5502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5502B is #1AAFD4. Grayscale: #787878. Windows color (decimal): -1748949 or 2838757. OLE color: 2838757.

HSL color Cylindrical-coordinate representation of color #E5502B: hue angle of 11.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5502B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB2298043-
CMYK00.650.810.10
HSL11.94º78.15%53.33%-
HSV(B)11.94º81.22%89.8%-
XYZ35.6222.574.76-
YUV120.3384.36205.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.06%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=65.06%
G=22.73%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229804300.650.810.1011.9478.1553.33
HexE5502B04151Ac4e35
Octal345120530101121121411665
Binary111001011010000101011010000011010001101011001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5502B; }

 p { color: rgb(229,80,43); }

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

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

 a { background-color: rgb(229,80,43); }

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

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

 span { border-color: rgb(229,80,43); }

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