Html Css Color HEX #E8022A Torch Red

📋 copy color: '#E8022A'

red 232 ◦ green 2 ◦ blue 42

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

Shades of Torch Red #E8022A

Tints of Torch Red #E8022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 84.06%
G = 0.72%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8022A (or 0xE8022A) is known color: Torch Red. HEX triplet: E8, 02 and 2A. RGB value is (232,2,42). Sum of RGB (Red+Green+Blue) = 232+2+42=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E8022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8022A is #17FDD5. Grayscale: #4B4B4B. Windows color (decimal): -1572310 or 2753256. OLE color: 2753256.

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

Color convert

RGB 232 2 42 -
CMYK 0 0.99 0.82 0.09
HSL 349.57º 0.98% 0.46% -
HSV(B) 349.57º 0.99% 0.91% -
XYZ 33.72 17.37 3.77 -
YUV 75.33 109.2 239.75 -
System Red Green Blue C M Y K H S L
Decimal 232 2 42 0 0.99 0.82 0.09 349.57 0.98 0.46
Hex E8 2 2A 0 63 52 9 15E 62 2E
Octal 350 2 52 0 143 122 11 536 142 56
Binary 11101000 10 101010 0 1100011 1010010 1001 101011110 1100010 101110

Color Harmonies of #E8022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8022A

Black with #E8022A

Text Example


Text Example

White with #E8022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8022A; }

 p { color: rgb(232,2,42); }

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

background-color css

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

 a { background-color: rgb(232,2,42); }

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

border-color css

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

 span { border-color: rgb(232,2,42); }

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