#E13E39

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

Shades of Cinnabar #E13E39

Tints of Cinnabar #E13E39

Color information

#E13E39 (or 0xE13E39) is unknown color: approx Cinnabar. HEX triplet: E1, 3E and 39. RGB value is (225,62,57). Sum of RGB (Red+Green+Blue) = 225+62+57=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E39 is #1EC1C6. Grayscale: #6E6E6E. Windows color (decimal): -2015687 or 3751649. OLE color: 3751649.

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

Color convert

RGB2256257-
CMYK00.720.750.12
HSL1.79º73.68%55.29%-
HSV(B)1.79º74.67%88.24%-
XYZ33.5119.755.92-
YUV110.1798209.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.41%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=65.41%
G=18.02%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225625700.720.750.121.7973.6855.29
HexE13E390484BC24a37
Octal3417671011011314211267
Binary111000011111101110010100100010010111100101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13E39; }

 p { color: rgb(225,62,57); }

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

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

 a { background-color: rgb(225,62,57); }

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

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

 span { border-color: rgb(225,62,57); }

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