#E70626

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

Shades of Torch Red #E70626

Tints of Torch Red #E70626

Color information

#E70626 (or 0xE70626) is unknown color: approx Torch Red. HEX triplet: E7, 06 and 26. RGB value is (231,6,38). Sum of RGB (Red+Green+Blue) = 231+6+38=275 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 231 - color contains mainly: red. Hex color #E70626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70626 is #18F9D9. Grayscale: #4D4D4D. Windows color (decimal): -1636826 or 2492135. OLE color: 2492135.

HSL color Cylindrical-coordinate representation of color #E70626: hue angle of 351.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70626 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB231638-
CMYK00.970.840.09
HSL351.47º94.94%46.47%-
HSV(B)351.47º97.4%90.59%-
XYZ33.3717.263.41-
YUV76.92106.04237.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 84%
GREEN value IS 6 (2.73% from 255) = 2.18%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=84%
G=2.18%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23163800.970.840.09351.4794.9446.47
HexE762606154915f5f2e
Octal34764601411241153713756
Binary1110011111010011001100001101010010011010111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70626; }

 p { color: rgb(231,6,38); }

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

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

 a { background-color: rgb(231,6,38); }

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

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

 span { border-color: rgb(231,6,38); }

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