#E5483A

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

Shades of Cinnabar #E5483A

Tints of Cinnabar #E5483A

Color information

#E5483A (or 0xE5483A) is unknown color: approx Cinnabar. HEX triplet: E5, 48 and 3A. RGB value is (229,72,58). Sum of RGB (Red+Green+Blue) = 229+72+58=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5483A is #1AB7C5. Grayscale: #757575. Windows color (decimal): -1750982 or 3819749. OLE color: 3819749.

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

Color convert

RGB2297258-
CMYK00.690.750.10
HSL4.91º76.68%56.27%-
HSV(B)4.91º74.67%89.8%-
XYZ35.3921.66.31-
YUV117.3594.51207.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.79%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 58 (23.05% from 255) = 16.16%
R=63.79%
G=20.06%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229725800.690.750.104.9176.6856.27
HexE5483A0454BA54d38
Octal34511072010511312511570
Binary11100101100100011101001000101100101110101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5483A; }

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

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

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

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

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

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

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

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