#E01004

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

Shades of Red #E01004

Tints of Red #E01004

Color information

#E01004 (or 0xE01004) is unknown color: approx Red. HEX triplet: E0, 10 and 04. RGB value is (224,16,4). Sum of RGB (Red+Green+Blue) = 224+16+4=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E01004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01004 is #1FEFFB. Grayscale: #4D4D4D. Windows color (decimal): -2093052 or 266464. OLE color: 266464.

HSL color Cylindrical-coordinate representation of color #E01004: hue angle of 3.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E01004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB224164-
CMYK00.930.980.12
HSL3.27º96.49%44.71%-
HSV(B)3.27º98.21%87.84%-
XYZ30.9516.231.62-
YUV76.8286.91232.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 91.80%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=91.80%
G=6.56%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416400.930.980.123.2796.4944.71
HexE010405D62C3602d
Octal340204013514214314055
Binary11100000100001000101110111000101100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01004; }

 p { color: rgb(224,16,4); }

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

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

 a { background-color: rgb(224,16,4); }

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

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

 span { border-color: rgb(224,16,4); }

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