#E81A01

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

Shades of Scarlet #E81A01

Tints of Scarlet #E81A01

Color information

#E81A01 (or 0xE81A01) is unknown color: approx Scarlet. HEX triplet: E8, 1A and 01. RGB value is (232,26,1). Sum of RGB (Red+Green+Blue) = 232+26+1=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81A01 is #17E5FE. Grayscale: #555555. Windows color (decimal): -1566207 or 72424. OLE color: 72424.

HSL color Cylindrical-coordinate representation of color #E81A01: hue angle of 6.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E81A01 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB232261-
CMYK00.891.000.09
HSL6.49º99.14%45.69%-
HSV(B)6.49º99.57%90.98%-
XYZ33.6517.91.71-
YUV84.7480.75233.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 89.58%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=89.58%
G=10.04%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23226100.891.000.096.4999.1445.69
HexE81A10596496632e
Octal350321013114411614356
Binary1110100011010101011001110010010011101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81A01; }

 p { color: rgb(232,26,1); }

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

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

 a { background-color: rgb(232,26,1); }

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

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

 span { border-color: rgb(232,26,1); }

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