#E72E20

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

Shades of Cinnabar #E72E20

Tints of Cinnabar #E72E20

Color information

#E72E20 (or 0xE72E20) is unknown color: approx Cinnabar. HEX triplet: E7, 2E and 20. RGB value is (231,46,32). Sum of RGB (Red+Green+Blue) = 231+46+32=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72E20 is #18D1DF. Grayscale: #636363. Windows color (decimal): -1626592 or 2109159. OLE color: 2109159.

HSL color Cylindrical-coordinate representation of color #E72E20: hue angle of 4.22º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72E20 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB2314632-
CMYK00.800.860.09
HSL4.22º80.57%51.57%-
HSV(B)4.22º86.15%90.59%-
XYZ34.1919.053.24-
YUV99.7289.79221.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 74.76%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 32 (12.89% from 255) = 10.36%
R=74.76%
G=14.89%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231463200.800.860.094.2280.5751.57
HexE72E2005056945134
Octal3475640012012611412164
Binary1110011110111010000001010000101011010011001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72E20; }

 p { color: rgb(231,46,32); }

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

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

 a { background-color: rgb(231,46,32); }

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

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

 span { border-color: rgb(231,46,32); }

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