#E55330

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

Shades of Cinnabar #E55330

Tints of Cinnabar #E55330

Color information

#E55330 (or 0xE55330) is unknown color: approx Cinnabar. HEX triplet: E5, 53 and 30. RGB value is (229,83,48). Sum of RGB (Red+Green+Blue) = 229+83+48=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E55330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55330 is #1AACCF. Grayscale: #7A7A7A. Windows color (decimal): -1748176 or 3167205. OLE color: 3167205.

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

Color convert

RGB2298348-
CMYK00.640.790.10
HSL11.6º77.68%54.31%-
HSV(B)11.6º79.04%89.8%-
XYZ35.9423.065.35-
YUV122.6685.87203.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.61%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 48 (19.14% from 255) = 13.33%
R=63.61%
G=23.06%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229834800.640.790.1011.677.6854.31
HexE553300404FAc4e36
Octal345123600100117121411666
Binary111001011010011110000010000001001111101011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55330; }

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

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

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

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

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

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

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

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