#E54E2F

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

Shades of Cinnabar #E54E2F

Tints of Cinnabar #E54E2F

Color information

#E54E2F (or 0xE54E2F) is unknown color: approx Cinnabar. HEX triplet: E5, 4E and 2F. RGB value is (229,78,47). Sum of RGB (Red+Green+Blue) = 229+78+47=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E2F is #1AB1D0. Grayscale: #777777. Windows color (decimal): -1749457 or 3100389. OLE color: 3100389.

HSL color Cylindrical-coordinate representation of color #E54E2F: hue angle of 10.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E54E2F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB2297847-
CMYK00.660.790.10
HSL10.22º77.78%54.12%-
HSV(B)10.22º79.48%89.8%-
XYZ35.5522.315.12-
YUV119.6287.03206.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.69%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 47 (18.75% from 255) = 13.28%
R=64.69%
G=22.03%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229784700.660.790.1010.2277.7854.12
HexE54E2F0424FAa4e36
Octal345116570102117121211666
Binary111001011001110101111010000101001111101010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54E2F; }

 p { color: rgb(229,78,47); }

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

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

 a { background-color: rgb(229,78,47); }

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

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

 span { border-color: rgb(229,78,47); }

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