Html Css Color HEX #E8001F Torch Red

📋 copy color: '#E8001F'

red 232 ◦ green 0 ◦ blue 31

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

Shades of Torch Red #E8001F

Tints of Torch Red #E8001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 88.21%
G = 0%
B = 11.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8001F (or 0xE8001F) is known color: Torch Red. HEX triplet: E8, 00 and 1F. RGB value is (232,0,31). Sum of RGB (Red+Green+Blue) = 232+0+31=263 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.21% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 232 - color contains mainly: red. Hex color #E8001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8001F is #17FFE0. Grayscale: #494949. Windows color (decimal): -1572833 or 2031848. OLE color: 2031848.

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

Color convert

RGB 232 0 31 -
CMYK 0 1 0.87 0.09
HSL 351.98º 1% 0.45% -
HSV(B) 351.98º 1% 0.91% -
XYZ 33.53 17.25 2.86 -
YUV 72.9 104.36 241.48 -
System Red Green Blue C M Y K H S L
Decimal 232 0 31 0 1 0.87 0.09 351.98 1 0.45
Hex E8 0 1F 0 64 57 9 160 64 2D
Octal 350 0 37 0 144 127 11 540 144 55
Binary 11101000 0 11111 0 1100100 1010111 1001 101100000 1100100 101101

Color Harmonies of #E8001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8001F

Black with #E8001F

Text Example


Text Example

White with #E8001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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