Html Css Color HEX #E80520 Torch Red

📋 copy color: '#E80520'

red 232 ◦ green 5 ◦ blue 32

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

Shades of Torch Red #E80520

Tints of Torch Red #E80520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 86.25%
G = 1.86%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E80520 (or 0xE80520) is known color: Torch Red. HEX triplet: E8, 05 and 20. RGB value is (232,5,32). Sum of RGB (Red+Green+Blue) = 232+5+32=269 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.25% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 232 - color contains mainly: red. Hex color #E80520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80520 is #17FADF. Grayscale: #4C4C4C. Windows color (decimal): -1571552 or 2098664. OLE color: 2098664.

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

Color convert

RGB 232 5 32 -
CMYK 0 0.98 0.86 0.09
HSL 352.86º 0.96% 0.46% -
HSV(B) 352.86º 0.98% 0.91% -
XYZ 33.59 17.37 2.95 -
YUV 75.95 103.21 239.3 -
System Red Green Blue C M Y K H S L
Decimal 232 5 32 0 0.98 0.86 0.09 352.86 0.96 0.46
Hex E8 5 20 0 62 56 9 161 60 2E
Octal 350 5 40 0 142 126 11 541 140 56
Binary 11101000 101 100000 0 1100010 1010110 1001 101100001 1100000 101110

Color Harmonies of #E80520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80520

Black with #E80520

Text Example


Text Example

White with #E80520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80520; }

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

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

background-color css

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

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

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

border-color css

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

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

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