#E62B01

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

Shades of Scarlet #E62B01

Tints of Scarlet #E62B01

Color information

#E62B01 (or 0xE62B01) is unknown color: approx Scarlet. HEX triplet: E6, 2B and 01. RGB value is (230,43,1). Sum of RGB (Red+Green+Blue) = 230+43+1=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E62B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62B01 is #19D4FE. Grayscale: #5E5E5E. Windows color (decimal): -1692927 or 76774. OLE color: 76774.

HSL color Cylindrical-coordinate representation of color #E62B01: hue angle of 11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E62B01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB230431-
CMYK00.811.000.10
HSL11º99.13%45.29%-
HSV(B)11º99.57%90.2%-
XYZ33.518.551.84-
YUV94.1275.45224.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 83.94%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=83.94%
G=15.69%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23043100.811.000.101199.1345.29
HexE62B105164Ab632d
Octal3465310121144121314355
Binary111001101010111010100011100100101010111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62B01; }

 p { color: rgb(230,43,1); }

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

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

 a { background-color: rgb(230,43,1); }

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

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

 span { border-color: rgb(230,43,1); }

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