#E1462A

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

Shades of Cinnabar #E1462A

Tints of Cinnabar #E1462A

Color information

#E1462A (or 0xE1462A) is unknown color: approx Cinnabar. HEX triplet: E1, 46 and 2A. RGB value is (225,70,42). Sum of RGB (Red+Green+Blue) = 225+70+42=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1462A is #1EB9D5. Grayscale: #717171. Windows color (decimal): -2013654 or 2770657. OLE color: 2770657.

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

Color convert

RGB2257042-
CMYK00.690.810.12
HSL9.18º75.31%52.35%-
HSV(B)9.18º81.33%88.24%-
XYZ33.6620.564.38-
YUV113.1587.85207.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.77%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=66.77%
G=20.77%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225704200.690.810.129.1875.3152.35
HexE1462A04551C94b34
Octal341106520105121141111364
Binary111000011000110101010010001011010001110010011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1462A; }

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

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

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

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

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

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

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

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