#E5483D

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

Shades of Cinnabar #E5483D

Tints of Cinnabar #E5483D

Color information

#E5483D (or 0xE5483D) is unknown color: approx Cinnabar. HEX triplet: E5, 48 and 3D. RGB value is (229,72,61). Sum of RGB (Red+Green+Blue) = 229+72+61=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5483D is #1AB7C2. Grayscale: #757575. Windows color (decimal): -1750979 or 4016357. OLE color: 4016357.

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

Color convert

RGB2297261-
CMYK00.690.730.10
HSL3.93º76.36%56.86%-
HSV(B)3.93º73.36%89.8%-
XYZ35.4721.636.72-
YUV117.6996.01207.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.26%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=63.26%
G=19.89%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229726100.690.730.103.9376.3656.86
HexE5483D04549A44c39
Octal34511075010511112411471
Binary11100101100100011110101000101100100110101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5483D; }

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

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

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

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

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

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

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

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