#E44225

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

Shades of Cinnabar #E44225

Tints of Cinnabar #E44225

Color information

#E44225 (or 0xE44225) is unknown color: approx Cinnabar. HEX triplet: E4, 42 and 25. RGB value is (228,66,37). Sum of RGB (Red+Green+Blue) = 228+66+37=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E44225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44225 is #1BBDDA. Grayscale: #6F6F6F. Windows color (decimal): -1818075 or 2441956. OLE color: 2441956.

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

Color convert

RGB2286637-
CMYK00.710.840.11
HSL9.11º77.96%51.96%-
HSV(B)9.11º83.77%89.41%-
XYZ34.2820.523.91-
YUV111.1386.17211.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 68.88%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=68.88%
G=19.94%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228663700.710.840.119.1177.9651.96
HexE4422504754B94e34
Octal344102450107124131111664
Binary111001001000010100101010001111010100101110011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44225; }

 p { color: rgb(228,66,37); }

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

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

 a { background-color: rgb(228,66,37); }

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

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

 span { border-color: rgb(228,66,37); }

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