#E11E08

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

Shades of Scarlet #E11E08

Tints of Scarlet #E11E08

Color information

#E11E08 (or 0xE11E08) is unknown color: approx Scarlet. HEX triplet: E1, 1E and 08. RGB value is (225,30,8). Sum of RGB (Red+Green+Blue) = 225+30+8=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11E08 is #1EE1F7. Grayscale: #565656. Windows color (decimal): -2023928 or 532193. OLE color: 532193.

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

Color convert

RGB225308-
CMYK00.870.960.12
HSL6.08º93.13%45.69%-
HSV(B)6.08º96.44%88.24%-
XYZ31.5616.951.84-
YUV85.884.1227.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 85.55%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=85.55%
G=11.41%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22530800.870.960.126.0893.1345.69
HexE11E805760C65d2e
Octal3413610012714014613556
Binary1110000111110100001010111110000011001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11E08; }

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

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

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

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

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

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

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

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