#E5553A

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

Shades of Cinnabar #E5553A

Tints of Cinnabar #E5553A

Color information

#E5553A (or 0xE5553A) is unknown color: approx Cinnabar. HEX triplet: E5, 55 and 3A. RGB value is (229,85,58). Sum of RGB (Red+Green+Blue) = 229+85+58=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5553A is #1AAAC5. Grayscale: #7D7D7D. Windows color (decimal): -1747654 or 3823077. OLE color: 3823077.

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

Color convert

RGB2298558-
CMYK00.630.750.10
HSL9.47º76.68%56.27%-
HSV(B)9.47º74.67%89.8%-
XYZ36.3323.466.62-
YUV124.9890.21202.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.56%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=61.56%
G=22.85%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229855800.630.750.109.4776.6856.27
HexE5553A03F4BA94d38
Octal34512572077113121111570
Binary11100101101010111101001111111001011101010011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5553A; }

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

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

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

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

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

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

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

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