#E1322C

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

Shades of Cinnabar #E1322C

Tints of Cinnabar #E1322C

Color information

#E1322C (or 0xE1322C) is unknown color: approx Cinnabar. HEX triplet: E1, 32 and 2C. RGB value is (225,50,44). Sum of RGB (Red+Green+Blue) = 225+50+44=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1322C is #1ECDD3. Grayscale: #656565. Windows color (decimal): -2018772 or 2896609. OLE color: 2896609.

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

Color convert

RGB2255044-
CMYK00.780.800.12
HSL1.99º75.1%52.75%-
HSV(B)1.99º80.44%88.24%-
XYZ32.6518.474.23-
YUV101.6495.48215.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.53%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=70.53%
G=15.67%
B=13.79%

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
Decimal225504400.780.800.121.9975.152.75
HexE1322C04E50C24b35
Octal3416254011612014211365
Binary111000011100101011000100111010100001100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1322C; }

 p { color: rgb(225,50,44); }

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

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

 a { background-color: rgb(225,50,44); }

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

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

 span { border-color: rgb(225,50,44); }

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