#E54F3D

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

Shades of Cinnabar #E54F3D

Tints of Cinnabar #E54F3D

Color information

#E54F3D (or 0xE54F3D) is unknown color: approx Cinnabar. HEX triplet: E5, 4F and 3D. RGB value is (229,79,61). Sum of RGB (Red+Green+Blue) = 229+79+61=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F3D is #1AB0C2. Grayscale: #7A7A7A. Windows color (decimal): -1749187 or 4018149. OLE color: 4018149.

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

Color convert

RGB2297961-
CMYK00.660.730.10
HSL6.43º76.36%56.86%-
HSV(B)6.43º73.36%89.8%-
XYZ35.9522.596.88-
YUV121.893.7204.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.06%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=62.06%
G=21.41%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229796100.660.730.106.4376.3656.86
HexE54F3D04249A64c39
Octal34511775010211112611471
Binary11100101100111111110101000010100100110101101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F3D; }

 p { color: rgb(229,79,61); }

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

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

 a { background-color: rgb(229,79,61); }

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

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

 span { border-color: rgb(229,79,61); }

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