#E4503E

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

Shades of Cinnabar #E4503E

Tints of Cinnabar #E4503E

Color information

#E4503E (or 0xE4503E) is unknown color: approx Cinnabar. HEX triplet: E4, 50 and 3E. RGB value is (228,80,62). Sum of RGB (Red+Green+Blue) = 228+80+62=370 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.62% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 228 - color contains mainly: red. Hex color #E4503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4503E is #1BAFC1. Grayscale: #7A7A7A. Windows color (decimal): -1814466 or 4083940. OLE color: 4083940.

HSL color Cylindrical-coordinate representation of color #E4503E: hue angle of 6.51º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E4503E is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB2288062-
CMYK00.650.730.11
HSL6.51º75.45%56.86%-
HSV(B)6.51º72.81%89.41%-
XYZ35.7322.587.03-
YUV122.294.03203.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 61.62%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=61.62%
G=21.62%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228806200.650.730.116.5175.4556.86
HexE4503E04149B74b39
Octal34412076010111113711371
Binary11100100101000011111001000001100100110111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4503E; }

 p { color: rgb(228,80,62); }

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

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

 a { background-color: rgb(228,80,62); }

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

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

 span { border-color: rgb(228,80,62); }

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