#E1382D

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

Shades of Cinnabar #E1382D

Tints of Cinnabar #E1382D

Color information

#E1382D (or 0xE1382D) is unknown color: approx Cinnabar. HEX triplet: E1, 38 and 2D. RGB value is (225,56,45). Sum of RGB (Red+Green+Blue) = 225+56+45=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1382D is #1EC7D2. Grayscale: #696969. Windows color (decimal): -2017235 or 2963681. OLE color: 2963681.

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

Color convert

RGB2255645-
CMYK00.750.80.12
HSL3.67º75%52.94%-
HSV(B)3.67º80%88.24%-
XYZ32.9419.034.42-
YUV105.2893.99213.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.02%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=69.02%
G=17.18%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225564500.750.80.123.677552.94
HexE1382D04B50C44b35
Octal3417055011312014411365
Binary1110000111100010110101001011101000011001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1382D; }

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

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

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

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

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

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

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

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