#E44D20

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

Shades of Cinnabar #E44D20

Tints of Cinnabar #E44D20

Color information

#E44D20 (or 0xE44D20) is unknown color: approx Cinnabar. HEX triplet: E4, 4D and 20. RGB value is (228,77,32). Sum of RGB (Red+Green+Blue) = 228+77+32=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D20 is #1BB2DF. Grayscale: #757575. Windows color (decimal): -1815264 or 2117092. OLE color: 2117092.

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

Color convert

RGB2287732-
CMYK00.660.860.11
HSL13.78º78.4%50.98%-
HSV(B)13.78º85.96%89.41%-
XYZ34.9121.913.75-
YUV117.0280.03207.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 67.66%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 32 (12.89% from 255) = 9.50%
R=67.66%
G=22.85%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228773200.660.860.1113.7878.450.98
HexE44D2004256Be4e33
Octal344115400102126131611663
Binary111001001001101100000010000101010110101111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44D20; }

 p { color: rgb(228,77,32); }

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

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

 a { background-color: rgb(228,77,32); }

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

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

 span { border-color: rgb(228,77,32); }

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