#E1462D

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

Shades of Cinnabar #E1462D

Tints of Cinnabar #E1462D

Color information

#E1462D (or 0xE1462D) is unknown color: approx Cinnabar. HEX triplet: E1, 46 and 2D. RGB value is (225,70,45). Sum of RGB (Red+Green+Blue) = 225+70+45=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1462D is #1EB9D2. Grayscale: #717171. Windows color (decimal): -2013651 or 2967265. OLE color: 2967265.

HSL color Cylindrical-coordinate representation of color #E1462D: hue angle of 8.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1462D is Cyan = 0, Magento = 0.69, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB2257045-
CMYK00.690.80.12
HSL8.33º75%52.94%-
HSV(B)8.33º80%88.24%-
XYZ33.7220.584.68-
YUV113.4989.35207.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.18%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=66.18%
G=20.59%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225704500.690.80.128.337552.94
HexE1462D04550C84b35
Octal341106550105120141011365
Binary111000011000110101101010001011010000110010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1462D; }

 p { color: rgb(225,70,45); }

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

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

 a { background-color: rgb(225,70,45); }

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

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

 span { border-color: rgb(225,70,45); }

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