#E54A3A

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

Shades of Cinnabar #E54A3A

Tints of Cinnabar #E54A3A

Color information

#E54A3A (or 0xE54A3A) is unknown color: approx Cinnabar. HEX triplet: E5, 4A and 3A. RGB value is (229,74,58). Sum of RGB (Red+Green+Blue) = 229+74+58=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A3A is #1AB5C5. Grayscale: #767676. Windows color (decimal): -1750470 or 3820261. OLE color: 3820261.

HSL color Cylindrical-coordinate representation of color #E54A3A: hue angle of 5.61º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E54A3A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2297458-
CMYK00.680.750.10
HSL5.61º76.68%56.27%-
HSV(B)5.61º74.67%89.8%-
XYZ35.5321.866.35-
YUV118.5293.85206.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.43%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 58 (23.05% from 255) = 16.07%
R=63.43%
G=20.50%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229745800.680.750.105.6176.6856.27
HexE54A3A0444BA64d38
Octal34511272010411312611570
Binary11100101100101011101001000100100101110101101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A3A; }

 p { color: rgb(229,74,58); }

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

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

 a { background-color: rgb(229,74,58); }

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

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

 span { border-color: rgb(229,74,58); }

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