#E75132

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

Shades of Cinnabar #E75132

Tints of Cinnabar #E75132

Color information

#E75132 (or 0xE75132) is unknown color: approx Cinnabar. HEX triplet: E7, 51 and 32. RGB value is (231,81,50). Sum of RGB (Red+Green+Blue) = 231+81+50=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E75132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75132 is #18AECD. Grayscale: #7A7A7A. Windows color (decimal): -1617614 or 3297767. OLE color: 3297767.

HSL color Cylindrical-coordinate representation of color #E75132: hue angle of 10.28º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E75132 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB2318150-
CMYK00.650.780.09
HSL10.28º79.04%55.1%-
HSV(B)10.28º78.35%90.59%-
XYZ36.4723.15.55-
YUV122.3287.2205.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.81%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=63.81%
G=22.38%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231815000.650.780.0910.2879.0455.1
HexE751320414E9a4f37
Octal347121620101116111211767
Binary111001111010001110010010000011001110100110101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75132; }

 p { color: rgb(231,81,50); }

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

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

 a { background-color: rgb(231,81,50); }

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

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

 span { border-color: rgb(231,81,50); }

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