Html Css Color HEX #E8002F Torch Red

📋 copy color: '#E8002F'

red 232 ◦ green 0 ◦ blue 47

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

Shades of Torch Red #E8002F

Tints of Torch Red #E8002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.15%
G = 0%
B = 16.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8002F (or 0xE8002F) is known color: Torch Red. HEX triplet: E8, 00 and 2F. RGB value is (232,0,47). Sum of RGB (Red+Green+Blue) = 232+0+47=279 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.15% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 232 - color contains mainly: red. Hex color #E8002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8002F is #17FFD0. Grayscale: #4A4A4A. Windows color (decimal): -1572817 or 3080424. OLE color: 3080424.

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

Color convert

RGB 232 0 47 -
CMYK 0 1 0.80 0.09
HSL 347.84º 1% 0.45% -
HSV(B) 347.84º 1% 0.91% -
XYZ 33.79 17.36 4.26 -
YUV 74.73 112.36 240.18 -
System Red Green Blue C M Y K H S L
Decimal 232 0 47 0 1 0.80 0.09 347.84 1 0.45
Hex E8 0 2F 0 64 50 9 15C 64 2D
Octal 350 0 57 0 144 120 11 534 144 55
Binary 11101000 0 101111 0 1100100 1010000 1001 101011100 1100100 101101

Color Harmonies of #E8002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8002F

Black with #E8002F

Text Example


Text Example

White with #E8002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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