#E72D20

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

Shades of Cinnabar #E72D20

Tints of Cinnabar #E72D20

Color information

#E72D20 (or 0xE72D20) is unknown color: approx Cinnabar. HEX triplet: E7, 2D and 20. RGB value is (231,45,32). Sum of RGB (Red+Green+Blue) = 231+45+32=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72D20 is #18D2DF. Grayscale: #636363. Windows color (decimal): -1626848 or 2108903. OLE color: 2108903.

HSL color Cylindrical-coordinate representation of color #E72D20: hue angle of 3.92º 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 #E72D20 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB2314532-
CMYK00.810.860.09
HSL3.92º80.57%51.57%-
HSV(B)3.92º86.15%90.59%-
XYZ34.1518.973.23-
YUV99.1390.12222.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 75%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=75%
G=14.61%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231453200.810.860.093.9280.5751.57
HexE72D2005156945134
Octal3475540012112611412164
Binary1110011110110110000001010001101011010011001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72D20; }

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

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

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

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

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

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

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

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