#E80329

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

Shades of Torch Red #E80329

Tints of Torch Red #E80329

Color information

#E80329 (or 0xE80329) is unknown color: approx Torch Red. HEX triplet: E8, 03 and 29. RGB value is (232,3,41). Sum of RGB (Red+Green+Blue) = 232+3+41=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E80329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80329 is #17FCD6. Grayscale: #4B4B4B. Windows color (decimal): -1572055 or 2687976. OLE color: 2687976.

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

Color convert

RGB232341-
CMYK00.990.820.09
HSL350.04º97.45%46.08%-
HSV(B)350.04º98.71%90.98%-
XYZ33.7117.383.68-
YUV75.8108.37239.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 84.06%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=84.06%
G=1.09%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23234100.990.820.09350.0497.4546.08
HexE832906352915e612e
Octal35035101431221153614156
Binary111010001110100101100011101001010011010111101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80329; }

 p { color: rgb(232,3,41); }

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

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

 a { background-color: rgb(232,3,41); }

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

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

 span { border-color: rgb(232,3,41); }

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