#E55533

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

Shades of Cinnabar #E55533

Tints of Cinnabar #E55533

Color information

#E55533 (or 0xE55533) is unknown color: approx Cinnabar. HEX triplet: E5, 55 and 33. RGB value is (229,85,51). Sum of RGB (Red+Green+Blue) = 229+85+51=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E55533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55533 is #1AAACC. Grayscale: #7C7C7C. Windows color (decimal): -1747661 or 3364325. OLE color: 3364325.

HSL color Cylindrical-coordinate representation of color #E55533: hue angle of 11.46º 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 #E55533 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB2298551-
CMYK00.630.780.10
HSL11.46º77.39%54.9%-
HSV(B)11.46º77.73%89.8%-
XYZ36.1623.395.74-
YUV124.1886.71202.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=62.74%
G=23.29%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229855100.630.780.1011.4677.3954.9
HexE5553303F4EAb4d37
Octal34512563077116121311567
Binary11100101101010111001101111111001110101010111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55533; }

 p { color: rgb(229,85,51); }

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

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

 a { background-color: rgb(229,85,51); }

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

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

 span { border-color: rgb(229,85,51); }

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