#E44140

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

Shades of Cinnabar #E44140

Tints of Cinnabar #E44140

Color information

#E44140 (or 0xE44140) is unknown color: approx Cinnabar. HEX triplet: E4, 41 and 40. RGB value is (228,65,64). Sum of RGB (Red+Green+Blue) = 228+65+64=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E44140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44140 is #1BBEBF. Grayscale: #717171. Windows color (decimal): -1818304 or 4211172. OLE color: 4211172.

HSL color Cylindrical-coordinate representation of color #E44140: hue angle of 0.37º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E44140 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB2286564-
CMYK00.710.720.11
HSL0.37º75.23%57.25%-
HSV(B)0.37º71.93%89.41%-
XYZ34.8120.647-
YUV113.62100209.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 63.87%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=63.87%
G=18.21%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228656400.710.720.110.3775.2357.25
HexE4414004748B04b39
Octal344101100010711013011371
Binary1110010010000011000000010001111001000101101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44140; }

 p { color: rgb(228,65,64); }

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

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

 a { background-color: rgb(228,65,64); }

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

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

 span { border-color: rgb(228,65,64); }

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