#e35532

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

Shades of Cinnabar #E35532

Tints of Cinnabar #E35532

Color information

#E35532 (or 0xE35532) is unknown color: approx Cinnabar. HEX triplet: E3, 55 and 32. RGB value is (227,85,50). Sum of RGB (Red+Green+Blue) = 227+85+50=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E35532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35532 is #1CAACD. Grayscale: #7B7B7B. Windows color (decimal): -1878734 or 3298787. OLE color: 3298787.

HSL color Cylindrical-coordinate representation of color #E35532: hue angle of 11.86º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E35532 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB2278550-
CMYK00.630.780.11
HSL11.86º75.97%54.31%-
HSV(B)11.86º77.97%89.02%-
XYZ35.523.065.6-
YUV123.4786.54201.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 62.71%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=62.71%
G=23.48%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227855000.630.780.1111.8675.9754.31
HexE3553203F4EBc4c36
Octal34312562077116131411466
Binary11100011101010111001001111111001110101111001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e35532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e35532; }

 p { color: rgb(227,85,50); }

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

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

 a { background-color: rgb(227,85,50); }

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

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

 span { border-color: rgb(227,85,50); }

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