Html Css Color HEX #E8012E Torch Red

📋 copy color: '#E8012E'

red 232 ◦ green 1 ◦ blue 46

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

Shades of Torch Red #E8012E

Tints of Torch Red #E8012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 83.15%
G = 0.36%
B = 16.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8012E (or 0xE8012E) is known color: Torch Red. HEX triplet: E8, 01 and 2E. RGB value is (232,1,46). Sum of RGB (Red+Green+Blue) = 232+1+46=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E8012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8012E is #17FED1. Grayscale: #4B4B4B. Windows color (decimal): -1572562 or 3015144. OLE color: 3015144.

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

Color convert

RGB 232 1 46 -
CMYK 0 1.00 0.80 0.09
HSL 348.31º 0.99% 0.46% -
HSV(B) 348.31º 1% 0.91% -
XYZ 33.78 17.37 4.16 -
YUV 75.2 111.53 239.84 -
System Red Green Blue C M Y K H S L
Decimal 232 1 46 0 1.00 0.80 0.09 348.31 0.99 0.46
Hex E8 1 2E 0 64 50 9 15C 63 2E
Octal 350 1 56 0 144 120 11 534 143 56
Binary 11101000 1 101110 0 1100100 1010000 1001 101011100 1100011 101110

Color Harmonies of #E8012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8012E

Black with #E8012E

Text Example


Text Example

White with #E8012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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