#E01300

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

Shades of Scarlet #E01300

Tints of Scarlet #E01300

Color information

#E01300 (or 0xE01300) is unknown color: approx Scarlet. HEX triplet: E0, 13 and 00. RGB value is (224,19,0). Sum of RGB (Red+Green+Blue) = 224+19+0=243 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.18% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 224 - color contains mainly: red. Hex color #E01300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01300 is #1FECFF. Grayscale: #4E4E4E. Windows color (decimal): -2092288 or 5088. OLE color: 5088.

HSL color Cylindrical-coordinate representation of color #E01300: hue angle of 5.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E01300 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB224190-
CMYK00.9210.12
HSL5.09º100%43.92%-
HSV(B)5.09º100%87.84%-
XYZ30.9716.311.52-
YUV78.1383.92232.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 92.18%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.18%
G=7.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419000.9210.125.0910043.92
HexE013005C64C5642c
Octal340230013414414514454
Binary1110000010011001011100110010011001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01300; }

 p { color: rgb(224,19,0); }

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

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

 a { background-color: rgb(224,19,0); }

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

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

 span { border-color: rgb(224,19,0); }

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