#E54949

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

Shades of Cinnabar #E54949

Tints of Cinnabar #E54949

Color information

#E54949 (or 0xE54949) is unknown color: approx Cinnabar. HEX triplet: E5, 49 and 49. RGB value is (229,73,73). Sum of RGB (Red+Green+Blue) = 229+73+73=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E54949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54949 is #1AB6B6. Grayscale: #777777. Windows color (decimal): -1750711 or 4803045. OLE color: 4803045.

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

Color convert

RGB2297373-
CMYK00.680.680.10
HSL75%59.22%-
HSV(B)68.12%89.8%-
XYZ35.921.98.64-
YUV119.64101.68206-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.07%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=61.07%
G=19.47%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229737300.680.680.1007559.22
HexE5494904444A04b3b
Octal345111111010410412011373
Binary1110010110010011001001010001001000100101001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54949; }

 p { color: rgb(229,73,73); }

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

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

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

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

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

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

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