#E60126

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

Shades of Torch Red #E60126

Tints of Torch Red #E60126

Color information

#E60126 (or 0xE60126) is unknown color: approx Torch Red. HEX triplet: E6, 01 and 26. RGB value is (230,1,38). Sum of RGB (Red+Green+Blue) = 230+1+38=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E60126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60126 is #19FED9. Grayscale: #494949. Windows color (decimal): -1703642 or 2490854. OLE color: 2490854.

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

Color convert

RGB230138-
CMYK01.000.830.10
HSL350.31º99.13%45.29%-
HSV(B)350.31º99.57%90.2%-
XYZ32.9916.983.37-
YUV73.69107.87239.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 85.50%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=85.50%
G=0.37%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013801.000.830.10350.3199.1345.29
HexE612606453A15e632d
Octal34614601441231253614355
Binary11100110110011001100100101001110101010111101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60126; }

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

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

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

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

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

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

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

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