#E14B3E

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

Shades of Cinnabar #E14B3E

Tints of Cinnabar #E14B3E

Color information

#E14B3E (or 0xE14B3E) is unknown color: approx Cinnabar. HEX triplet: E1, 4B and 3E. RGB value is (225,75,62). Sum of RGB (Red+Green+Blue) = 225+75+62=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14B3E is #1EB4C1. Grayscale: #767676. Windows color (decimal): -2012354 or 4082657. OLE color: 4082657.

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

Color convert

RGB2257562-
CMYK00.670.720.12
HSL4.79º73.09%56.27%-
HSV(B)4.79º72.44%88.24%-
XYZ34.4421.396.87-
YUV118.3796.2204.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.15%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 62 (24.61% from 255) = 17.13%
R=62.15%
G=20.72%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225756200.670.720.124.7973.0956.27
HexE14B3E04348C54938
Octal34111376010311014511170
Binary11100001100101111111001000011100100011001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14B3E; }

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

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

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

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

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

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

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

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