#E90126

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

Shades of Torch Red #E90126

Tints of Torch Red #E90126

Color information

#E90126 (or 0xE90126) is unknown color: approx Torch Red. HEX triplet: E9, 01 and 26. RGB value is (233,1,38). Sum of RGB (Red+Green+Blue) = 233+1+38=272 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.66% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 233 - color contains mainly: red. Hex color #E90126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90126 is #16FED9. Grayscale: #4A4A4A. Windows color (decimal): -1507034 or 2490857. OLE color: 2490857.

HSL color Cylindrical-coordinate representation of color #E90126: hue angle of 350.43º 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 #E90126 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB233138-
CMYK01.000.840.09
HSL350.43º99.15%45.88%-
HSV(B)350.43º99.57%91.37%-
XYZ33.9617.493.42-
YUV74.59107.36240.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 85.66%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=85.66%
G=0.37%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313801.000.840.09350.4399.1545.88
HexE912606454915e632e
Octal35114601441241153614356
Binary11101001110011001100100101010010011010111101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90126; }

 p { color: rgb(233,1,38); }

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

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

 a { background-color: rgb(233,1,38); }

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

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

 span { border-color: rgb(233,1,38); }

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