Html Css Color HEX #E80126 Torch Red

📋 copy color: '#E80126'

red 232 ◦ green 1 ◦ blue 38

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

Shades of Torch Red #E80126

Tints of Torch Red #E80126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 85.61%
G = 0.37%
B = 14.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E80126 (or 0xE80126) is known color: Torch Red. HEX triplet: E8, 01 and 26. RGB value is (232,1,38). Sum of RGB (Red+Green+Blue) = 232+1+38=271 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.61% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 232 - color contains mainly: red. Hex color #E80126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80126 is #17FED9. Grayscale: #4A4A4A. Windows color (decimal): -1572570 or 2490856. OLE color: 2490856.

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

Color convert

RGB 232 1 38 -
CMYK 0 1.00 0.84 0.09
HSL 350.39º 0.99% 0.46% -
HSV(B) 350.39º 1% 0.91% -
XYZ 33.64 17.32 3.4 -
YUV 74.29 107.53 240.49 -
System Red Green Blue C M Y K H S L
Decimal 232 1 38 0 1.00 0.84 0.09 350.39 0.99 0.46
Hex E8 1 26 0 64 54 9 15E 63 2E
Octal 350 1 46 0 144 124 11 536 143 56
Binary 11101000 1 100110 0 1100100 1010100 1001 101011110 1100011 101110

Color Harmonies of #E80126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80126

Black with #E80126

Text Example


Text Example

White with #E80126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80126; }

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

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

background-color css

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

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

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

border-color css

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

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

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