#E54730

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

Shades of Cinnabar #E54730

Tints of Cinnabar #E54730

Color information

#E54730 (or 0xE54730) is unknown color: approx Cinnabar. HEX triplet: E5, 47 and 30. RGB value is (229,71,48). Sum of RGB (Red+Green+Blue) = 229+71+48=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E54730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54730 is #1AB8CF. Grayscale: #737373. Windows color (decimal): -1751248 or 3164133. OLE color: 3164133.

HSL color Cylindrical-coordinate representation of color #E54730: hue angle of 7.62º 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 #E54730 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB2297148-
CMYK00.690.790.10
HSL7.62º77.68%54.31%-
HSV(B)7.62º79.04%89.8%-
XYZ35.121.385.07-
YUV115.6289.85208.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.80%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=65.80%
G=20.40%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229714800.690.790.107.6277.6854.31
HexE547300454FA84e36
Octal345107600105117121011666
Binary111001011000111110000010001011001111101010001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54730; }

 p { color: rgb(229,71,48); }

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

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

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

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

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

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

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