#E14B43

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

Shades of Cinnabar #E14B43

Tints of Cinnabar #E14B43

Color information

#E14B43 (or 0xE14B43) is unknown color: approx Cinnabar. HEX triplet: E1, 4B and 43. RGB value is (225,75,67). Sum of RGB (Red+Green+Blue) = 225+75+67=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14B43 is #1EB4BC. Grayscale: #777777. Windows color (decimal): -2012349 or 4410337. OLE color: 4410337.

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

Color convert

RGB2257567-
CMYK00.670.700.12
HSL3.04º72.48%57.25%-
HSV(B)3.04º70.22%88.24%-
XYZ34.5821.447.63-
YUV118.9498.7203.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.31%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=61.31%
G=20.44%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225756700.670.700.123.0472.4857.25
HexE14B4304346C34839
Octal341113103010310614311071
Binary11100001100101110000110100001110001101100111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14B43; }

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

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

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

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

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

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

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

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