#e55632

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

Shades of Cinnabar #E55632

Tints of Cinnabar #E55632

Color information

#E55632 (or 0xE55632) is unknown color: approx Cinnabar. HEX triplet: E5, 56 and 32. RGB value is (229,86,50). Sum of RGB (Red+Green+Blue) = 229+86+50=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E55632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55632 is #1AA9CD. Grayscale: #7C7C7C. Windows color (decimal): -1747406 or 3299045. OLE color: 3299045.

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

Color convert

RGB2298650-
CMYK00.620.780.10
HSL12.07º77.49%54.71%-
HSV(B)12.07º78.17%89.8%-
XYZ36.2223.545.65-
YUV124.6585.88202.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=62.74%
G=23.56%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229865000.620.780.1012.0777.4954.71
HexE5563203E4EAc4d37
Octal34512662076116121411567
Binary11100101101011011001001111101001110101011001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55632; }

 p { color: rgb(229,86,50); }

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

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

 a { background-color: rgb(229,86,50); }

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

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

 span { border-color: rgb(229,86,50); }

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