Html Css Color HEX #E80020 Torch Red

📋 copy color: '#E80020'

red 232 ◦ green 0 ◦ blue 32

#E80020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #E80020

Tints of Torch Red #E80020

RGB

 RED value IS 232 (91.02% from 255) = 87.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 87.88%
G = 0%
B = 12.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E80020 (or 0xE80020) is known color: Torch Red. HEX triplet: E8, 00 and 20. RGB value is (232,0,32). Sum of RGB (Red+Green+Blue) = 232+0+32=264 (34% of max value = 765). Red value is 232 (91.02% from 255 or 87.88% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 232 - color contains mainly: red. Hex color #E80020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80020 is #17FFDF. Grayscale: #494949. Windows color (decimal): -1572832 or 2097384. OLE color: 2097384.

HSL color Cylindrical-coordinate representation of color #E80020: hue angle of 351.72º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80020 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 32 -
CMYK 0 1 0.86 0.09
HSL 351.72º 1% 0.45% -
HSV(B) 351.72º 1% 0.91% -
XYZ 33.54 17.26 2.93 -
YUV 73.02 104.86 241.4 -
System Red Green Blue C M Y K H S L
Decimal 232 0 32 0 1 0.86 0.09 351.72 1 0.45
Hex E8 0 20 0 64 56 9 160 64 2D
Octal 350 0 40 0 144 126 11 540 144 55
Binary 11101000 0 100000 0 1100100 1010110 1001 101100000 1100100 101101

Color Harmonies of #E80020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80020

Black with #E80020

Text Example


Text Example

White with #E80020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80020; }

 p { color: rgb(232,0,32); }

 H1.HeaderClassName
 {
   color: #E80020;
 }
 .AnyTagClassName
 {
   color: #E80020;
 }
</style>

background-color css

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

 a { background-color: rgb(232,0,32); }

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

border-color css

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

 span { border-color: rgb(232,0,32); }

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