#E70628

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

Shades of Torch Red #E70628

Tints of Torch Red #E70628

Color information

#E70628 (or 0xE70628) is unknown color: approx Torch Red. HEX triplet: E7, 06 and 28. RGB value is (231,6,40). Sum of RGB (Red+Green+Blue) = 231+6+40=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E70628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70628 is #18F9D7. Grayscale: #4D4D4D. Windows color (decimal): -1636824 or 2623207. OLE color: 2623207.

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

Color convert

RGB231640-
CMYK00.970.830.09
HSL350.93º94.94%46.47%-
HSV(B)350.93º97.4%90.59%-
XYZ33.417.273.58-
YUV77.15107.04237.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 83.39%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=83.39%
G=2.17%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23164000.970.830.09350.9394.9446.47
HexE762806153915f5f2e
Octal34765001411231153713756
Binary1110011111010100001100001101001110011010111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70628; }

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

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

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

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

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

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

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

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