Html Css Color HEX #E8022F Torch Red

📋 copy color: '#E8022F'

red 232 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #E8022F

Tints of Torch Red #E8022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 82.56%
G = 0.71%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8022F (or 0xE8022F) is known color: Torch Red. HEX triplet: E8, 02 and 2F. RGB value is (232,2,47). Sum of RGB (Red+Green+Blue) = 232+2+47=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E8022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8022F is #17FDD0. Grayscale: #4B4B4B. Windows color (decimal): -1572305 or 3080936. OLE color: 3080936.

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

Color convert

RGB 232 2 47 -
CMYK 0 0.99 0.80 0.09
HSL 348.26º 0.98% 0.46% -
HSV(B) 348.26º 0.99% 0.91% -
XYZ 33.81 17.4 4.27 -
YUV 75.9 111.7 239.34 -
System Red Green Blue C M Y K H S L
Decimal 232 2 47 0 0.99 0.80 0.09 348.26 0.98 0.46
Hex E8 2 2F 0 63 50 9 15C 62 2E
Octal 350 2 57 0 143 120 11 534 142 56
Binary 11101000 10 101111 0 1100011 1010000 1001 101011100 1100010 101110

Color Harmonies of #E8022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8022F

Black with #E8022F

Text Example


Text Example

White with #E8022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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