#E5521E

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

Shades of Cinnabar #E5521E

Tints of Cinnabar #E5521E

Color information

#E5521E (or 0xE5521E) is unknown color: approx Cinnabar. HEX triplet: E5, 52 and 1E. RGB value is (229,82,30). Sum of RGB (Red+Green+Blue) = 229+82+30=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5521E is #1AADE1. Grayscale: #787878. Windows color (decimal): -1748450 or 1987301. OLE color: 1987301.

HSL color Cylindrical-coordinate representation of color #E5521E: hue angle of 15.68º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5521E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB2298230-
CMYK00.640.870.10
HSL15.68º79.28%50.78%-
HSV(B)15.68º86.9%89.8%-
XYZ35.5622.793.75-
YUV120.0277.2205.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 67.16%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=67.16%
G=24.05%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229823000.640.870.1015.6879.2850.78
HexE5521E04057A104f33
Octal345122360100127122011763
Binary111001011010010111100100000010101111010100001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5521E; }

 p { color: rgb(229,82,30); }

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

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

 a { background-color: rgb(229,82,30); }

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

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

 span { border-color: rgb(229,82,30); }

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