#E45043

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

Shades of Cinnabar #E45043

Tints of Cinnabar #E45043

Color information

#E45043 (or 0xE45043) is unknown color: approx Cinnabar. HEX triplet: E4, 50 and 43. RGB value is (228,80,67). Sum of RGB (Red+Green+Blue) = 228+80+67=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E45043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45043 is #1BAFBC. Grayscale: #7A7A7A. Windows color (decimal): -1814461 or 4411620. OLE color: 4411620.

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

Color convert

RGB2288067-
CMYK00.650.710.11
HSL4.84º74.88%57.84%-
HSV(B)4.84º70.61%89.41%-
XYZ35.8822.647.79-
YUV122.7796.53203.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 60.8%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 67 (26.56% from 255) = 17.87%
R=60.8%
G=21.33%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228806700.650.710.114.8474.8857.84
HexE4504304147B54b3a
Octal344120103010110713511372
Binary111001001010000100001101000001100011110111011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45043; }

 p { color: rgb(228,80,67); }

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

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

 a { background-color: rgb(228,80,67); }

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

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

 span { border-color: rgb(228,80,67); }

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