#E55135

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

Shades of Cinnabar #E55135

Tints of Cinnabar #E55135

Color information

#E55135 (or 0xE55135) is unknown color: approx Cinnabar. HEX triplet: E5, 51 and 35. RGB value is (229,81,53). Sum of RGB (Red+Green+Blue) = 229+81+53=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E55135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55135 is #1AAECA. Grayscale: #7A7A7A. Windows color (decimal): -1748683 or 3494373. OLE color: 3494373.

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

Color convert

RGB2298153-
CMYK00.650.770.10
HSL9.55º77.19%55.29%-
HSV(B)9.55º76.86%89.8%-
XYZ35.922.85.88-
YUV122.0689.03204.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.09%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=63.09%
G=22.31%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229815300.650.770.109.5577.1955.29
HexE551350414DAa4d37
Octal345121650101115121211567
Binary111001011010001110101010000011001101101010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55135; }

 p { color: rgb(229,81,53); }

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

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

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

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

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

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

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