#E1483E

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

Shades of Cinnabar #E1483E

Tints of Cinnabar #E1483E

Color information

#E1483E (or 0xE1483E) is unknown color: approx Cinnabar. HEX triplet: E1, 48 and 3E. RGB value is (225,72,62). Sum of RGB (Red+Green+Blue) = 225+72+62=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1483E is #1EB7C1. Grayscale: #747474. Windows color (decimal): -2013122 or 4081889. OLE color: 4081889.

HSL color Cylindrical-coordinate representation of color #E1483E: hue angle of 3.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1483E is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2257262-
CMYK00.680.720.12
HSL3.68º73.09%56.27%-
HSV(B)3.68º72.44%88.24%-
XYZ34.2420.996.8-
YUV116.6197.19205.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.67%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=62.67%
G=20.06%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225726200.680.720.123.6873.0956.27
HexE1483E04448C44938
Octal34111076010411014411170
Binary11100001100100011111001000100100100011001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1483E; }

 p { color: rgb(225,72,62); }

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

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

 a { background-color: rgb(225,72,62); }

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

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

 span { border-color: rgb(225,72,62); }

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