#e1312e

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

Shades of Cinnabar #E1312E

Tints of Cinnabar #E1312E

Color information

#E1312E (or 0xE1312E) is unknown color: approx Cinnabar. HEX triplet: E1, 31 and 2E. RGB value is (225,49,46). Sum of RGB (Red+Green+Blue) = 225+49+46=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1312E is #1ECED1. Grayscale: #656565. Windows color (decimal): -2019026 or 3027425. OLE color: 3027425.

HSL color Cylindrical-coordinate representation of color #E1312E: hue angle of 1.01º 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 #E1312E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB2254946-
CMYK00.780.800.12
HSL1.01º74.9%53.14%-
HSV(B)1.01º79.56%88.24%-
XYZ32.6418.44.42-
YUV101.2896.81216.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.31%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=70.31%
G=15.31%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225494600.780.800.121.0174.953.14
HexE1312E04E50C14b35
Octal3416156011612014111365
Binary11100001110001101110010011101010000110011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1312e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1312e; }

 p { color: rgb(225,49,46); }

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

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

 a { background-color: rgb(225,49,46); }

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

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

 span { border-color: rgb(225,49,46); }

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