#E55127

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

Shades of Cinnabar #E55127

Tints of Cinnabar #E55127

Color information

#E55127 (or 0xE55127) is unknown color: approx Cinnabar. HEX triplet: E5, 51 and 27. RGB value is (229,81,39). Sum of RGB (Red+Green+Blue) = 229+81+39=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E55127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55127 is #1AAED8. Grayscale: #787878. Windows color (decimal): -1748697 or 2576869. OLE color: 2576869.

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

Color convert

RGB2298139-
CMYK00.650.830.10
HSL13.26º78.51%52.55%-
HSV(B)13.26º82.97%89.8%-
XYZ35.6222.694.42-
YUV120.4682.03205.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.62%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 39 (15.62% from 255) = 11.17%
R=65.62%
G=23.21%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229813900.650.830.1013.2678.5152.55
HexE5512704153Ad4f35
Octal345121470101123121511765
Binary111001011010001100111010000011010011101011011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55127; }

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

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

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

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

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

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

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

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