#E60125

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

Shades of Torch Red #E60125

Tints of Torch Red #E60125

Color information

#E60125 (or 0xE60125) is unknown color: approx Torch Red. HEX triplet: E6, 01 and 25. RGB value is (230,1,37). Sum of RGB (Red+Green+Blue) = 230+1+37=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E60125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60125 is #19FEDA. Grayscale: #494949. Windows color (decimal): -1703643 or 2425318. OLE color: 2425318.

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

Color convert

RGB230137-
CMYK01.000.840.10
HSL350.57º99.13%45.29%-
HSV(B)350.57º99.57%90.2%-
XYZ32.9816.983.29-
YUV73.58107.37239.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 85.82%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=85.82%
G=0.37%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.84
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013701.000.840.10350.5799.1345.29
HexE612506454A15f632d
Octal34614501441241253714355
Binary11100110110010101100100101010010101010111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60125; }

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

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

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

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

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

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

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

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