#E11E04

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

Shades of Scarlet #E11E04

Tints of Scarlet #E11E04

Color information

#E11E04 (or 0xE11E04) is unknown color: approx Scarlet. HEX triplet: E1, 1E and 04. RGB value is (225,30,4). Sum of RGB (Red+Green+Blue) = 225+30+4=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11E04 is #1EE1FB. Grayscale: #555555. Windows color (decimal): -2023932 or 270049. OLE color: 270049.

HSL color Cylindrical-coordinate representation of color #E11E04: hue angle of 7.06º degrees, saturation: 0.97, 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 #E11E04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB225304-
CMYK00.870.980.12
HSL7.06º96.51%44.9%-
HSV(B)7.06º98.22%88.24%-
XYZ31.5416.941.72-
YUV85.3482.1227.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 86.87%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=86.87%
G=11.58%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22530400.870.980.127.0696.5144.9
HexE11E405762C7612d
Octal341364012714214714155
Binary111000011111010001010111110001011001111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11E04; }

 p { color: rgb(225,30,4); }

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

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

 a { background-color: rgb(225,30,4); }

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

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

 span { border-color: rgb(225,30,4); }

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