#E01E04

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

Shades of Scarlet #E01E04

Tints of Scarlet #E01E04

Color information

#E01E04 (or 0xE01E04) is unknown color: approx Scarlet. HEX triplet: E0, 1E and 04. RGB value is (224,30,4). Sum of RGB (Red+Green+Blue) = 224+30+4=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01E04 is #1FE1FB. Grayscale: #555555. Windows color (decimal): -2089468 or 270048. OLE color: 270048.

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

Color convert

RGB224304-
CMYK00.870.980.12
HSL7.09º96.49%44.71%-
HSV(B)7.09º98.21%87.84%-
XYZ31.2316.781.71-
YUV85.0482.27227.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 86.82%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 4 (1.95% from 255) = 1.55%
R=86.82%
G=11.63%
B=1.55%

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
Decimal22430400.870.980.127.0996.4944.71
HexE01E405762C7602d
Octal340364012714214714055
Binary111000001111010001010111110001011001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E04; }

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

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

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

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

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

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

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

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