#E25227

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

Shades of Cinnabar #E25227

Tints of Cinnabar #E25227

Color information

#E25227 (or 0xE25227) is unknown color: approx Cinnabar. HEX triplet: E2, 52 and 27. RGB value is (226,82,39). Sum of RGB (Red+Green+Blue) = 226+82+39=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E25227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25227 is #1DADD8. Grayscale: #787878. Windows color (decimal): -1945049 or 2577122. OLE color: 2577122.

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

Color convert

RGB2268239-
CMYK00.640.830.11
HSL13.8º76.33%51.96%-
HSV(B)13.8º82.74%88.63%-
XYZ34.7522.354.4-
YUV120.1582.21203.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.13%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=65.13%
G=23.63%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226823900.640.830.1113.876.3351.96
HexE2522704053Be4c34
Octal342122470100123131611464
Binary111000101010010100111010000001010011101111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25227; }

 p { color: rgb(226,82,39); }

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

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

 a { background-color: rgb(226,82,39); }

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

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

 span { border-color: rgb(226,82,39); }

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