#e55538

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

Shades of Cinnabar #E55538

Tints of Cinnabar #E55538

Color information

#E55538 (or 0xE55538) is unknown color: approx Cinnabar. HEX triplet: E5, 55 and 38. RGB value is (229,85,56). Sum of RGB (Red+Green+Blue) = 229+85+56=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E55538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55538 is #1AAAC7. Grayscale: #7D7D7D. Windows color (decimal): -1747656 or 3692005. OLE color: 3692005.

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

Color convert

RGB2298556-
CMYK00.630.760.10
HSL10.06º76.89%55.88%-
HSV(B)10.06º75.55%89.8%-
XYZ36.2823.446.35-
YUV124.7589.21202.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.89%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 56 (22.27% from 255) = 15.14%
R=61.89%
G=22.97%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229855600.630.760.1010.0676.8955.88
HexE5553803F4CAa4d38
Octal34512570077114121211570
Binary11100101101010111100001111111001100101010101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55538; }

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

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

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

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

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

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

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

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