#E14643

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

Shades of Cinnabar #E14643

Tints of Cinnabar #E14643

Color information

#E14643 (or 0xE14643) is unknown color: approx Cinnabar. HEX triplet: E1, 46 and 43. RGB value is (225,70,67). Sum of RGB (Red+Green+Blue) = 225+70+67=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E14643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14643 is #1EB9BC. Grayscale: #747474. Windows color (decimal): -2013629 or 4409057. OLE color: 4409057.

HSL color Cylindrical-coordinate representation of color #E14643: hue angle of 1.14º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14643 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2257067-
CMYK00.690.700.12
HSL1.14º72.48%57.25%-
HSV(B)1.14º70.22%88.24%-
XYZ34.2520.797.52-
YUV116100.35205.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.15%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 67 (26.56% from 255) = 18.51%
R=62.15%
G=19.34%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225706700.690.700.121.1472.4857.25
HexE1464304546C14839
Octal341106103010510614111071
Binary1110000110001101000011010001011000110110011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14643; }

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

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

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

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

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

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

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

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