#E05026

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

Shades of Cinnabar #E05026

Tints of Cinnabar #E05026

Color information

#E05026 (or 0xE05026) is unknown color: approx Cinnabar. HEX triplet: E0, 50 and 26. RGB value is (224,80,38). Sum of RGB (Red+Green+Blue) = 224+80+38=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E05026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05026 is #1FAFD9. Grayscale: #767676. Windows color (decimal): -2076634 or 2511072. OLE color: 2511072.

HSL color Cylindrical-coordinate representation of color #E05026: hue angle of 13.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E05026 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB2248038-
CMYK00.640.830.12
HSL13.55º75%51.37%-
HSV(B)13.55º83.04%87.84%-
XYZ33.9621.724.24-
YUV118.2782.71203.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.50%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 38 (15.23% from 255) = 11.11%
R=65.50%
G=23.39%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224803800.640.830.1213.557551.37
HexE0502604053Ce4b33
Octal340120460100123141611363
Binary111000001010000100110010000001010011110011101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05026; }

 p { color: rgb(224,80,38); }

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

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

 a { background-color: rgb(224,80,38); }

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

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

 span { border-color: rgb(224,80,38); }

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