#E44D3F

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

Shades of Cinnabar #E44D3F

Tints of Cinnabar #E44D3F

Color information

#E44D3F (or 0xE44D3F) is unknown color: approx Cinnabar. HEX triplet: E4, 4D and 3F. RGB value is (228,77,63). Sum of RGB (Red+Green+Blue) = 228+77+63=368 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.96% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D3F is #1BB2C0. Grayscale: #787878. Windows color (decimal): -1815233 or 4148708. OLE color: 4148708.

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

Color convert

RGB2287763-
CMYK00.660.720.11
HSL5.09º75.34%57.06%-
HSV(B)5.09º72.37%89.41%-
XYZ35.5522.167.11-
YUV120.5595.53204.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 61.96%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 63 (25% from 255) = 17.12%
R=61.96%
G=20.92%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228776300.660.720.115.0975.3457.06
HexE44D3F04248B54b39
Octal34411577010211013511371
Binary11100100100110111111101000010100100010111011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44D3F; }

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

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

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

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

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

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

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

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