Html Css Color HEX #E80128 Torch Red

📋 copy color: '#E80128'

red 232 ◦ green 1 ◦ blue 40

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

Shades of Torch Red #E80128

Tints of Torch Red #E80128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 84.98%
G = 0.37%
B = 14.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E80128 (or 0xE80128) is known color: Torch Red. HEX triplet: E8, 01 and 28. RGB value is (232,1,40). Sum of RGB (Red+Green+Blue) = 232+1+40=273 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.98% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 232 - color contains mainly: red. Hex color #E80128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80128 is #17FED7. Grayscale: #4A4A4A. Windows color (decimal): -1572568 or 2621928. OLE color: 2621928.

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

Color convert

RGB 232 1 40 -
CMYK 0 1.00 0.83 0.09
HSL 349.87º 0.99% 0.46% -
HSV(B) 349.87º 1% 0.91% -
XYZ 33.67 17.33 3.58 -
YUV 74.52 108.53 240.33 -
System Red Green Blue C M Y K H S L
Decimal 232 1 40 0 1.00 0.83 0.09 349.87 0.99 0.46
Hex E8 1 28 0 64 53 9 15E 63 2E
Octal 350 1 50 0 144 123 11 536 143 56
Binary 11101000 1 101000 0 1100100 1010011 1001 101011110 1100011 101110

Color Harmonies of #E80128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80128

Black with #E80128

Text Example


Text Example

White with #E80128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80128; }

 p { color: rgb(232,1,40); }

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

background-color css

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

 a { background-color: rgb(232,1,40); }

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

border-color css

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

 span { border-color: rgb(232,1,40); }

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